Skip to content

Commit c266328

Browse files
chore: remove ugly workaround
1 parent 2fce175 commit c266328

File tree

3 files changed

+10
-193
lines changed

3 files changed

+10
-193
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,14 @@
2727
"remark-breaks": "^4.0.0",
2828
"remark-gfm": "^4.0.0",
2929
"remark-math": "^6.0.0",
30-
"remark-parse": "^11.0.0",
3130
"reveal.js": "^5.1.0",
3231
"solid-js": "^1.9.1",
3332
"solid-markdown": "^2.0.13",
3433
"solid-toast": "^0.5.0",
3534
"solidjs-use": "^2.3.0",
3635
"svelte": "^4.2.19",
3736
"svelte-sonner": "^0.3.28",
38-
"tiktoken": "^1.0.16",
39-
"unified": "^11.0.5"
37+
"tiktoken": "^1.0.16"
4038
},
4139
"devDependencies": {
4240
"@evan-yang/eslint-config": "^1.0.9",
@@ -59,5 +57,10 @@
5957
"svelte-ripple-action": "^1.0.6",
6058
"unocss": "^0.63.1",
6159
"unocss-preset-scrollbar": "^0.3.1"
60+
},
61+
"resolutions": {
62+
"remark-gfm": "^4.0.0",
63+
"remark-parse": "^11.0.0",
64+
"unified": "^11.0.5"
6265
}
6366
}

0 commit comments

Comments
 (0)