|
38 | 38 | "index.js"
|
39 | 39 | ],
|
40 | 40 | "dependencies": {
|
41 |
| - "@types/hast": "^2.0.0", |
42 |
| - "@types/unist": "^2.0.0", |
| 41 | + "@types/hast": "^3.0.0", |
| 42 | + "@types/unist": "^3.0.0", |
43 | 43 | "bcp-47-match": "^2.0.0",
|
44 | 44 | "comma-separated-tokens": "^2.0.0",
|
45 | 45 | "css-selector-parser": "^1.0.0",
|
46 | 46 | "direction": "^2.0.0",
|
47 |
| - "hast-util-has-property": "^2.0.0", |
| 47 | + "hast-util-has-property": "^3.0.0", |
48 | 48 | "hast-util-to-string": "^2.0.0",
|
49 |
| - "hast-util-whitespace": "^2.0.0", |
| 49 | + "hast-util-whitespace": "^3.0.0", |
50 | 50 | "not": "^0.1.0",
|
51 | 51 | "nth-check": "^2.0.0",
|
52 | 52 | "property-information": "^6.0.0",
|
53 | 53 | "space-separated-tokens": "^2.0.0",
|
54 |
| - "unist-util-visit": "^4.0.0", |
| 54 | + "unist-util-visit": "^5.0.0", |
55 | 55 | "zwitch": "^2.0.0"
|
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 | 58 | "@types/node": "^20.0.0",
|
59 | 59 | "c8": "^8.0.0",
|
60 |
| - "hastscript": "^7.0.0", |
| 60 | + "hastscript": "^8.0.0", |
61 | 61 | "prettier": "^3.0.0",
|
62 | 62 | "remark-cli": "^11.0.0",
|
63 | 63 | "remark-preset-wooorm": "^9.0.0",
|
64 | 64 | "type-coverage": "^2.0.0",
|
65 | 65 | "typescript": "^5.0.0",
|
66 |
| - "unist-builder": "^3.0.0", |
| 66 | + "unist-builder": "^4.0.0", |
67 | 67 | "xo": "^0.55.0"
|
68 | 68 | },
|
69 | 69 | "scripts": {
|
|
0 commit comments