Skip to content

Commit 8173c27

Browse files
committed
fix again
1 parent 1edc803 commit 8173c27

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
"postcss-custom-properties": "13.2.0",
228228
"postcss-import": "15.1.0",
229229
"react-refresh": "0.9.0",
230-
"remark-parse": "10.0.1",
231230
"browserslist": "4.24.0",
232231
"caniuse-lite": "1.0.30001563",
233232
"@types/react": "npm:types-react@19.0.0-rc.0",
@@ -239,9 +238,9 @@
239238
"@types/node@npm:*": "^22",
240239
"@types/node@npm:^18.0.0": "^22",
241240
"@types/node@npm:>= 8": "^22",
242-
"micromark-extension-mdxjs@npm:^1.0.0": "patch:micromark-extension-mdxjs@npm%3A1.0.0#~/.yarn/patches/micromark-extension-mdxjs-npm-1.0.0-d2b6b69e4a.patch",
243-
"remark-mdx@npm:^2.0.0-rc.2": "patch:remark-mdx@npm%3A2.0.0-rc.2#~/.yarn/patches/remark-mdx-npm-2.0.0-rc.2-7a71234e1f.patch",
244-
"remark-parse@npm:^10.0.0": "patch:remark-parse@npm%3A10.0.1#~/.yarn/patches/remark-parse-npm-10.0.1-e654d7df78.patch"
241+
"micromark-extension-mdxjs": "patch:micromark-extension-mdxjs@npm%3A1.0.0#~/.yarn/patches/micromark-extension-mdxjs-npm-1.0.0-d2b6b69e4a.patch",
242+
"remark-mdx": "patch:remark-mdx@npm%3A2.0.0-rc.2#~/.yarn/patches/remark-mdx-npm-2.0.0-rc.2-7a71234e1f.patch",
243+
"remark-parse": "patch:remark-parse@npm%3A10.0.1#~/.yarn/patches/remark-parse-npm-10.0.1-e654d7df78.patch"
245244
},
246245
"@parcel/transformer-css": {
247246
"cssModules": {

yarn.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28448,6 +28448,17 @@ __metadata:
2844828448
languageName: node
2844928449
linkType: hard
2845028450

28451+
"remark-parse@patch:remark-parse@npm%3A10.0.1#~/.yarn/patches/remark-parse-npm-10.0.1-e654d7df78.patch":
28452+
version: 10.0.1
28453+
resolution: "remark-parse@patch:remark-parse@npm%3A10.0.1#~/.yarn/patches/remark-parse-npm-10.0.1-e654d7df78.patch::version=10.0.1&hash=53e21c"
28454+
dependencies:
28455+
"@types/mdast": "npm:^3.0.0"
28456+
mdast-util-from-markdown: "npm:^1.0.0"
28457+
unified: "npm:^10.0.0"
28458+
checksum: 10c0/a35712b4edc27af4b81b5697c3c259e3e45743dc9a41bbf53b5960eefebe0c8199bc21639dd0acaeec2c040d7dab8b66f35ef93ff6cf84168143eeefc76be910
28459+
languageName: node
28460+
linkType: hard
28461+
2845128462
"remark-rehype@npm:^10.0.0":
2845228463
version: 10.1.0
2845328464
resolution: "remark-rehype@npm:10.1.0"

0 commit comments

Comments
 (0)