We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fce175 commit c266328Copy full SHA for c266328
package.json
@@ -27,16 +27,14 @@
27
"remark-breaks": "^4.0.0",
28
"remark-gfm": "^4.0.0",
29
"remark-math": "^6.0.0",
30
- "remark-parse": "^11.0.0",
31
"reveal.js": "^5.1.0",
32
"solid-js": "^1.9.1",
33
"solid-markdown": "^2.0.13",
34
"solid-toast": "^0.5.0",
35
"solidjs-use": "^2.3.0",
36
"svelte": "^4.2.19",
37
"svelte-sonner": "^0.3.28",
38
- "tiktoken": "^1.0.16",
39
- "unified": "^11.0.5"
+ "tiktoken": "^1.0.16"
40
},
41
"devDependencies": {
42
"@evan-yang/eslint-config": "^1.0.9",
@@ -59,5 +57,10 @@
59
57
"svelte-ripple-action": "^1.0.6",
60
58
"unocss": "^0.63.1",
61
"unocss-preset-scrollbar": "^0.3.1"
+ },
+ "resolutions": {
62
+ "remark-gfm": "^4.0.0",
63
+ "remark-parse": "^11.0.0",
64
+ "unified": "^11.0.5"
65
}
66
0 commit comments