Skip to content

Commit 5d814f1

Browse files
committed
chore: update deps
1 parent 613ce55 commit 5d814f1

File tree

2 files changed

+1103
-952
lines changed

2 files changed

+1103
-952
lines changed

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,28 @@
1212
"docs:dev": "vuepress dev src"
1313
},
1414
"license": "MIT",
15-
"packageManager": "pnpm@8.6.6",
15+
"packageManager": "pnpm@8.9.2",
1616
"dependencies": {
17-
"@types/katex": "0.16.3",
18-
"@types/three": "0.157.0",
17+
"@types/katex": "0.16.5",
18+
"@types/three": "0.157.2",
19+
"@vue/repl": "^2.5.8",
1920
"@vuepress/client": "2.0.0-beta.67",
2021
"@vuepress/shared": "2.0.0-beta.67",
2122
"@vuepress/utils": "2.0.0-beta.67",
2223
"@vueuse/core": "10.5.0",
2324
"axios": "1.5.1",
25+
"chart.js": "^4.4.0",
26+
"echarts": "^5.4.3",
27+
"flowchart.ts": "^1.0.1",
2428
"katex": "0.16.9",
29+
"mermaid": "^10.6.0",
30+
"reveal.js": "^4.6.1",
2531
"three": "0.157.0",
26-
"vue": "3.3.4",
32+
"vue": "3.3.7",
2733
"vuepress": "2.0.0-beta.67",
28-
"vuepress-plugin-copy-code2": "2.0.0-beta.238",
29-
"vuepress-plugin-search-pro": "2.0.0-beta.238",
30-
"vuepress-shared": "2.0.0-beta.238",
31-
"vuepress-theme-hope": "2.0.0-beta.238"
34+
"vuepress-plugin-copy-code2": "2.0.0-beta.240",
35+
"vuepress-plugin-search-pro": "2.0.0-beta.240",
36+
"vuepress-shared": "2.0.0-beta.240",
37+
"vuepress-theme-hope": "2.0.0-beta.240"
3238
}
3339
}

0 commit comments

Comments
 (0)