Skip to content

Commit

Permalink
perf: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 5, 2025
1 parent 3458326 commit fe99eb9
Show file tree
Hide file tree
Showing 8 changed files with 386 additions and 78 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"plume-deps": {
"vuepress": "2.0.0-rc.19",
"vue": "^3.5.13",
"sass-embedded": "^1.83.0",
"sass-embedded": "^1.83.1",
"sass-loader": "^16.0.4",
"http-server": "^14.1.1",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.4.1",
"sass-embedded": "^1.83.0",
"swiper": "^11.1.15",
"sass-embedded": "^1.83.1",
"swiper": "^11.2.0",
"vue": "catalog:",
"vuepress-theme-plume": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@pengzhanbo/stylelint-config": "^1.22.1",
"@types/lodash.merge": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/node": "^22.10.3",
"@types/node": "^22.10.5",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.8",
"bumpp": "^9.9.2",
Expand All @@ -59,7 +59,7 @@
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"markdown-it": "^14.1.0",
"memfs": "^4.15.1",
"memfs": "^4.15.3",
"minimist": "^1.2.8",
"rimraf": "^6.0.1",
"stylelint": "^16.12.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"local-pkg": "catalog:",
"markdown-it-container": "^4.0.0",
"nanoid": "catalog:",
"shiki": "^1.24.4",
"tm-grammars": "^1.21.11",
"tm-themes": "^1.9.6",
"shiki": "^1.26.1",
"tm-grammars": "^1.22.1",
"tm-themes": "^1.9.7",
"vue": "catalog:"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-shikiji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"vuepress": "catalog:"
},
"dependencies": {
"@shikijs/transformers": "^1.24.4",
"@shikijs/twoslash": "^1.24.4",
"@shikijs/transformers": "^1.26.1",
"@shikijs/twoslash": "^1.26.1",
"@types/hast": "^3.0.4",
"@vuepress/helper": "catalog:",
"@vueuse/core": "catalog:",
Expand All @@ -47,7 +47,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "catalog:",
"shiki": "^1.24.4",
"shiki": "^1.26.1",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},
Expand Down
Loading

0 comments on commit fe99eb9

Please sign in to comment.