Skip to content

Commit 0f2f94c

Browse files
committed
build: bump deps
1 parent 0bf0a99 commit 0f2f94c

20 files changed

Lines changed: 917 additions & 734 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@vuepress/theme-default": "workspace:*",
4949
"@vueuse/core": "catalog:",
5050
"echarts-wordcloud": "^2.1.0",
51-
"katex": "^0.16.47",
51+
"katex": "^0.17.0",
5252
"sass-embedded": "catalog:",
5353
"sass-loader": "catalog:",
5454
"vue": "catalog:",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"husky": "^9.1.7",
3535
"lightningcss": "^1.32.0",
3636
"nano-staged": "^1.0.2",
37-
"npm-check-updates": "^22.2.0",
37+
"npm-check-updates": "^22.2.1",
3838
"oxc-config-hope": "^0.3.5",
3939
"oxfmt": "^0.51.0",
4040
"oxlint": "^1.66.0",
@@ -52,7 +52,7 @@
5252
"tsdown": "^0.22.0",
5353
"typescript": "^6.0.3",
5454
"unrun": "^0.3.0",
55-
"vite": "^8.0.13",
55+
"vite": "^8.0.14",
5656
"vitest": "^4.1.7",
5757
"vuepress": "catalog:"
5858
},
@@ -64,7 +64,7 @@
6464
"devEngines": {
6565
"packageManager": {
6666
"name": "pnpm",
67-
"version": "11.1.1",
67+
"version": "11.3.0",
6868
"onFail": "download"
6969
},
7070
"runtime": {

plugins/ai/plugin-llms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/byte-size": "^8.1.2",
5656
"@types/markdown-it": "^14.1.2",
5757
"@vuepress/plugin-markdown-include": "workspace:*",
58-
"markdown-it": "^14.1.1",
58+
"markdown-it": "^14.2.0",
5959
"unified": "^11.0.5"
6060
},
6161
"peerDependencies": {

plugins/markdown/plugin-markdown-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@types/markdown-it": "^14.1.2",
67-
"markdown-it": "^14.1.1",
67+
"markdown-it": "^14.2.0",
6868
"markmap-common": "^0.18.9"
6969
},
7070
"peerDependencies": {

plugins/markdown/plugin-markdown-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"markdown-it-container": "^4.0.0"
4545
},
4646
"devDependencies": {
47-
"markdown-it": "^14.1.1"
47+
"markdown-it": "^14.2.0"
4848
},
4949
"peerDependencies": {
5050
"vuepress": "catalog:"

plugins/markdown/plugin-markdown-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@types/js-yaml": "^4.0.9",
59-
"markdown-it": "^14.1.1"
59+
"markdown-it": "^14.2.0"
6060
},
6161
"peerDependencies": {
6262
"vuepress": "catalog:"

plugins/markdown/plugin-markdown-file-tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"vue": "catalog:"
5353
},
5454
"devDependencies": {
55-
"markdown-it": "^14.1.1"
55+
"markdown-it": "^14.2.0"
5656
},
5757
"peerDependencies": {
5858
"vuepress": "catalog:"

plugins/markdown/plugin-markdown-hint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vueuse/core": "catalog:"
5555
},
5656
"devDependencies": {
57-
"markdown-it": "^14.1.1"
57+
"markdown-it": "^14.2.0"
5858
},
5959
"peerDependencies": {
6060
"vuepress": "catalog:"

plugins/markdown/plugin-markdown-math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"vue": "catalog:"
5353
},
5454
"devDependencies": {
55-
"markdown-it": "^14.1.1"
55+
"markdown-it": "^14.2.0"
5656
},
5757
"peerDependencies": {
5858
"@mathjax/src": "^4.1.1",

plugins/markdown/plugin-markdown-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"vue": "catalog:"
5454
},
5555
"devDependencies": {
56-
"markdown-it": "^14.1.1"
56+
"markdown-it": "^14.2.0"
5757
},
5858
"peerDependencies": {
5959
"vuepress": "catalog:"

0 commit comments

Comments
 (0)