Skip to content

Commit 369a170

Browse files
committed
perf: update deps to latest
1 parent dae7b1c commit 369a170

File tree

8 files changed

+541
-488
lines changed

8 files changed

+541
-488
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"vuepress": "2.0.0-rc.14"
1313
},
1414
"dependencies": {
15-
"@iconify/json": "^2.2.237",
15+
"@iconify/json": "^2.2.238",
1616
"@simonwep/pickr": "^1.9.1",
1717
"@vuepress/bundler-vite": "2.0.0-rc.14",
1818
"chart.js": "^4.4.3",
1919
"echarts": "^5.5.1",
2020
"flowchart.ts": "^3.0.0",
2121
"http-server": "^14.1.1",
2222
"mermaid": "^10.9.1",
23-
"vue": "^3.4.37",
23+
"vue": "^3.4.38",
2424
"vuepress-theme-plume": "workspace:*"
2525
},
2626
"devDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.0.0-rc.86",
55
"private": true,
6-
"packageManager": "pnpm@9.7.0",
6+
"packageManager": "pnpm@9.7.1",
77
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
88
"license": "MIT",
99
"keywords": [
@@ -53,8 +53,8 @@
5353
"husky": "^9.1.4",
5454
"lint-staged": "^15.2.9",
5555
"rimraf": "^6.0.1",
56-
"stylelint": "^16.8.1",
57-
"tsconfig-vuepress": "^4.5.0",
56+
"stylelint": "^16.8.2",
57+
"tsconfig-vuepress": "^5.0.0",
5858
"tsup": "^8.2.4",
5959
"typescript": "^5.5.4",
6060
"wait-on": "^7.2.0"

plugins/plugin-content-update/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"vuepress": "2.0.0-rc.14"
4141
},
4242
"dependencies": {
43-
"vue": "^3.4.37"
43+
"vue": "^3.4.38"
4444
},
4545
"publishConfig": {
4646
"access": "public"

plugins/plugin-md-power/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
},
4242
"dependencies": {
4343
"@vuepress/helper": "2.0.0-rc.40",
44-
"@vueuse/core": "^10.11.1",
44+
"@vueuse/core": "^11.0.0",
4545
"markdown-it-container": "^4.0.0",
4646
"nanoid": "^5.0.7",
47-
"shiki": "^1.12.1",
48-
"tm-grammars": "^1.17.0",
49-
"tm-themes": "^1.6.4",
50-
"vue": "^3.4.37"
47+
"shiki": "^1.14.1",
48+
"tm-grammars": "^1.17.2",
49+
"tm-themes": "^1.7.1",
50+
"vue": "^3.4.38"
5151
},
5252
"devDependencies": {
5353
"@types/markdown-it": "^14.1.2"

plugins/plugin-search/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
},
4242
"dependencies": {
4343
"@vuepress/helper": "2.0.0-rc.40",
44-
"@vueuse/core": "^10.11.1",
45-
"@vueuse/integrations": "^10.11.1",
44+
"@vueuse/core": "^11.0.0",
45+
"@vueuse/integrations": "^11.0.0",
4646
"chokidar": "^3.6.0",
4747
"focus-trap": "^7.5.4",
4848
"mark.js": "^8.11.1",
4949
"minisearch": "^7.1.0",
5050
"p-map": "^7.0.2",
51-
"vue": "^3.4.37"
51+
"vue": "^3.4.38"
5252
},
5353
"publishConfig": {
5454
"access": "public"

plugins/plugin-shikiji/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"vuepress": "2.0.0-rc.14"
3737
},
3838
"dependencies": {
39-
"@shikijs/transformers": "^1.12.1",
40-
"@shikijs/twoslash": "^1.12.1",
39+
"@shikijs/transformers": "^1.14.1",
40+
"@shikijs/twoslash": "^1.14.1",
4141
"@types/hast": "^3.0.4",
4242
"@vuepress/helper": "2.0.0-rc.40",
43-
"@vueuse/core": "^10.11.1",
43+
"@vueuse/core": "^11.0.0",
4444
"floating-vue": "^5.2.2",
4545
"mdast-util-from-markdown": "^2.0.1",
4646
"mdast-util-gfm": "^3.0.0",
4747
"mdast-util-to-hast": "^13.2.0",
4848
"nanoid": "^5.0.7",
49-
"shiki": "^1.12.1",
49+
"shiki": "^1.14.1",
5050
"twoslash": "^0.2.9",
5151
"twoslash-vue": "^0.2.9"
5252
},

pnpm-lock.yaml

Lines changed: 519 additions & 466 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,24 @@
9191
"@vuepress/plugin-seo": "2.0.0-rc.40",
9292
"@vuepress/plugin-sitemap": "2.0.0-rc.40",
9393
"@vuepress/plugin-watermark": "2.0.0-rc.40",
94-
"@vueuse/core": "^10.11.1",
94+
"@vueuse/core": "^11.0.0",
9595
"bcrypt-ts": "^5.0.2",
9696
"chokidar": "^3.6.0",
9797
"create-filter": "^1.1.0",
9898
"date-fns": "^3.6.0",
99-
"esbuild": "^0.23.0",
99+
"esbuild": "^0.23.1",
100100
"fast-glob": "^3.3.2",
101101
"gray-matter": "^4.0.3",
102102
"json2yaml": "^1.1.0",
103103
"katex": "^0.16.11",
104104
"local-pkg": "^0.5.0",
105105
"nanoid": "^5.0.7",
106-
"vue": "^3.4.37",
106+
"vue": "^3.4.38",
107107
"vue-router": "^4.4.3",
108108
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
109109
"vuepress-plugin-md-power": "workspace:*"
110110
},
111111
"devDependencies": {
112-
"@iconify/json": "^2.2.237"
112+
"@iconify/json": "^2.2.238"
113113
}
114114
}

0 commit comments

Comments
 (0)