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 Nov 22, 2024
1 parent f2f2730 commit 6bf06c9
Show file tree
Hide file tree
Showing 7 changed files with 195 additions and 169 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@iconify/json": "^2.2.273",
"@iconify/json": "^2.2.275",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.6",
Expand All @@ -21,7 +21,7 @@
"http-server": "^14.1.1",
"mermaid": "^11.4.0",
"sass-embedded": "^1.81.0",
"swiper": "^11.1.14",
"swiper": "^11.1.15",
"vue": "^3.5.13",
"vuepress-theme-plume": "workspace:*"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.117",
"private": true,
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -40,8 +40,8 @@
"release:version": "bumpp package.json plugins/*/package.json theme/package.json cli/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@pengzhanbo/eslint-config-vue": "^1.19.0",
"@pengzhanbo/stylelint-config": "^1.19.0",
"@types/lodash.merge": "^4.6.9",
Expand All @@ -56,7 +56,7 @@
"cross-env": "7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.15.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",
"memfs": "^4.14.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"@mdit/plugin-tab": "^0.13.2",
"@mdit/plugin-tasklist": "^0.13.1",
"@vuepress/helper": "2.0.0-rc.60",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"image-size": "^1.1.1",
"local-pkg": "^0.5.0",
"local-pkg": "^0.5.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.8",
"shiki": "^1.23.0",
"tm-grammars": "^1.19.3",
"shiki": "^1.23.1",
"tm-grammars": "^1.19.4",
"tm-themes": "^1.9.3",
"vue": "^3.5.13"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.60",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"@vueuse/core": "^11.3.0",
"@vueuse/integrations": "^11.3.0",
"chokidar": "3.6.0",
"focus-trap": "^7.6.2",
"mark.js": "^8.11.1",
"minisearch": "^7.1.0",
"minisearch": "^7.1.1",
"p-map": "^7.0.2",
"vue": "^3.5.13"
},
Expand Down
8 changes: 4 additions & 4 deletions plugins/plugin-shikiji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@shikijs/transformers": "^1.23.0",
"@shikijs/twoslash": "^1.23.0",
"@shikijs/transformers": "^1.23.1",
"@shikijs/twoslash": "^1.23.1",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.60",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"fast-glob": "^3.3.2",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.8",
"shiki": "^1.23.0",
"shiki": "^1.23.1",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},
Expand Down
Loading

0 comments on commit 6bf06c9

Please sign in to comment.