Skip to content

Commit

Permalink
perf: update deps to latest (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Oct 1, 2024
1 parent c177fd6 commit e2421a0
Show file tree
Hide file tree
Showing 9 changed files with 917 additions and 1,340 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"docs:serve": "http-server .vuepress/dist -d 0"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"@iconify/json": "^2.2.253",
"@iconify/json": "^2.2.255",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"chart.js": "^4.4.4",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.2.1",
"sass-embedded": "^1.79.3",
"sass-embedded": "^1.79.4",
"swiper": "^11.1.14",
"vue": "^3.5.9",
"vue": "^3.5.10",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@pengzhanbo/eslint-config-vue": "^1.17.0",
"@pengzhanbo/stylelint-config": "^1.17.0",
"@pengzhanbo/eslint-config-vue": "^1.18.0",
"@pengzhanbo/stylelint-config": "^1.18.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"bumpp": "^9.5.2",
"commitizen": "^4.3.0",
"bumpp": "^9.6.1",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -60,6 +60,9 @@
"typescript": "^5.6.2",
"wait-on": "^8.0.1"
},
"resolutions": {
"esbuild": "^0.24.0"
},
"lint-staged": {
"*": "eslint --fix",
"*.{css,vue}": "stylelint --fix"
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-content-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"vue": "^3.5.9"
"vue": "^3.5.10"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
"vuepress": "2.0.0-rc.17"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"@mdit/plugin-attrs": "^0.13.1",
Expand All @@ -47,15 +47,15 @@
"@mdit/plugin-sup": "^0.13.1",
"@mdit/plugin-tab": "^0.13.2",
"@mdit/plugin-tasklist": "^0.13.1",
"@vuepress/helper": "2.0.0-rc.47",
"@vuepress/helper": "2.0.0-rc.52",
"@vueuse/core": "^11.1.0",
"image-size": "^1.1.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.20.0",
"tm-grammars": "^1.17.25",
"tm-themes": "^1.8.4",
"vue": "^3.5.9"
"shiki": "^1.21.0",
"tm-grammars": "^1.17.28",
"tm-themes": "^1.8.6",
"vue": "^3.5.10"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"
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 @@ -37,18 +37,18 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.47",
"@vuepress/helper": "2.0.0-rc.52",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"chokidar": "3.6.0",
"focus-trap": "^7.6.0",
"mark.js": "^8.11.1",
"minisearch": "^7.1.0",
"p-map": "^7.0.2",
"vue": "^3.5.9"
"vue": "^3.5.10"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 8 additions & 7 deletions plugins/plugin-shikiji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,23 @@
"tsup": "tsup --config tsup.config.ts"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.15"
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"@shikijs/transformers": "^1.20.0",
"@shikijs/twoslash": "^1.20.0",
"@shikijs/transformers": "^1.21.0",
"@shikijs/twoslash": "^1.21.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.47",
"@vuepress/helper": "2.0.0-rc.52",
"@vueuse/core": "^11.1.0",
"fast-glob": "^3.3.2",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.20.0",
"twoslash": "^0.2.11",
"twoslash-vue": "^0.2.11"
"shiki": "^1.21.0",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e2421a0

Please sign in to comment.