|
79 | 79 | "react-markdown.min.js"
|
80 | 80 | ],
|
81 | 81 | "dependencies": {
|
82 |
| - "@types/hast": "^2.0.0", |
| 82 | + "@types/hast": "^3.0.0", |
83 | 83 | "@types/prop-types": "^15.0.0",
|
84 |
| - "@types/unist": "^2.0.0", |
| 84 | + "@types/unist": "^3.0.0", |
85 | 85 | "comma-separated-tokens": "^2.0.0",
|
86 |
| - "hast-util-whitespace": "^2.0.0", |
| 86 | + "hast-util-whitespace": "^3.0.0", |
87 | 87 | "prop-types": "^15.0.0",
|
88 | 88 | "property-information": "^6.0.0",
|
89 | 89 | "react-is": "^18.0.0",
|
90 |
| - "remark-parse": "^10.0.0", |
91 |
| - "remark-rehype": "^10.0.0", |
| 90 | + "remark-parse": "^11.0.0", |
| 91 | + "remark-rehype": "^11.0.0", |
92 | 92 | "space-separated-tokens": "^2.0.0",
|
93 | 93 | "style-to-object": "^0.4.0",
|
94 |
| - "unified": "^10.0.0", |
95 |
| - "unist-util-visit": "^4.0.0", |
96 |
| - "vfile": "^5.0.0" |
| 94 | + "unified": "^11.0.0", |
| 95 | + "unist-util-visit": "^5.0.0", |
| 96 | + "vfile": "^6.0.0" |
97 | 97 | },
|
98 | 98 | "peerDependencies": {
|
99 | 99 | "@types/react": ">=16",
|
|
114 | 114 | "prettier": "^3.0.0",
|
115 | 115 | "react": "^18.0.0",
|
116 | 116 | "react-dom": "^18.0.0",
|
117 |
| - "rehype-raw": "^6.0.0", |
| 117 | + "rehype-raw": "^7.0.0", |
118 | 118 | "remark-cli": "^11.0.0",
|
119 |
| - "remark-gfm": "^3.0.0", |
| 119 | + "remark-gfm": "^4.0.0", |
120 | 120 | "remark-preset-wooorm": "^9.0.0",
|
121 |
| - "remark-toc": "^8.0.0", |
| 121 | + "remark-toc": "^9.0.0", |
122 | 122 | "type-coverage": "^2.0.0",
|
123 | 123 | "typescript": "^5.0.0",
|
124 | 124 | "xo": "^0.56.0"
|
|
143 | 143 | "plugins": [
|
144 | 144 | "remark-preset-wooorm",
|
145 | 145 | [
|
146 |
| - "remark-gfm", |
| 146 | + "./node_modules/remark-preset-wooorm/node_modules/remark-gfm/index.js", |
147 | 147 | {
|
148 | 148 | "tablePipeAlign": false
|
149 | 149 | }
|
|
0 commit comments