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 29, 2024
1 parent 9906f1a commit 1262d1a
Show file tree
Hide file tree
Showing 8 changed files with 934 additions and 770 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "tsup"
},
"dependencies": {
"@clack/prompts": "^0.8.1",
"@clack/prompts": "^0.8.2",
"@pengzhanbo/utils": "^1.1.2",
"cac": "^6.7.14",
"execa": "^9.5.1",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@iconify/json": "^2.2.275",
"@iconify/json": "^2.2.277",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.6",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.4.0",
"mermaid": "^11.4.1",
"sass-embedded": "^1.81.0",
"swiper": "^11.1.15",
"vue": "^3.5.13",
Expand Down
16 changes: 8 additions & 8 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.118",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -42,31 +42,31 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@pengzhanbo/eslint-config-vue": "^1.19.0",
"@pengzhanbo/stylelint-config": "^1.19.0",
"@pengzhanbo/eslint-config-vue": "^1.20.0",
"@pengzhanbo/stylelint-config": "^1.20.0",
"@types/lodash.merge": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.5",
"@vitest/coverage-istanbul": "^2.1.6",
"bumpp": "^9.8.1",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",
"memfs": "^4.14.0",
"minimist": "^1.2.8",
"rimraf": "^6.0.1",
"stylelint": "^16.10.0",
"stylelint": "^16.11.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6",
"wait-on": "^8.0.1"
},
"resolutions": {
Expand Down
22 changes: 11 additions & 11 deletions plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
}
},
"dependencies": {
"@mdit/plugin-attrs": "^0.13.1",
"@mdit/plugin-footnote": "^0.13.1",
"@mdit/plugin-mark": "^0.13.1",
"@mdit/plugin-sub": "^0.13.1",
"@mdit/plugin-sup": "^0.13.1",
"@mdit/plugin-tab": "^0.13.2",
"@mdit/plugin-tasklist": "^0.13.1",
"@mdit/plugin-attrs": "^0.14.0",
"@mdit/plugin-footnote": "^0.14.0",
"@mdit/plugin-mark": "^0.14.0",
"@mdit/plugin-sub": "^0.14.0",
"@mdit/plugin-sup": "^0.14.0",
"@mdit/plugin-tab": "^0.14.0",
"@mdit/plugin-tasklist": "^0.14.0",
"@vuepress/helper": "2.0.0-rc.60",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.0",
"image-size": "^1.1.1",
"local-pkg": "^0.5.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.8",
"shiki": "^1.23.1",
"tm-grammars": "^1.19.4",
"nanoid": "^5.0.9",
"shiki": "^1.24.0",
"tm-grammars": "^1.21.0",
"tm-themes": "^1.9.3",
"vue": "^3.5.13"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.60",
"@vueuse/core": "^11.3.0",
"@vueuse/integrations": "^11.3.0",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^12.0.0",
"chokidar": "3.6.0",
"focus-trap": "^7.6.2",
"mark.js": "^8.11.1",
Expand Down
10 changes: 5 additions & 5 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.1",
"@shikijs/twoslash": "^1.23.1",
"@shikijs/transformers": "^1.24.0",
"@shikijs/twoslash": "^1.24.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.60",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.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.1",
"nanoid": "^5.0.9",
"shiki": "^1.24.0",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},
Expand Down
Loading

0 comments on commit 1262d1a

Please sign in to comment.