perf: update deps to latest (#295)

* perf: update deps to latest

* chore: tweak
This commit is contained in:
pengzhanbo 2024-10-18 12:59:18 +08:00 committed by GitHub
parent be9333271d
commit f006c41be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 236 additions and 239 deletions

View File

@ -33,14 +33,14 @@
"@clack/prompts": "^0.7.0",
"@pengzhanbo/utils": "^1.1.2",
"cac": "^6.7.14",
"execa": "^9.4.0",
"execa": "^9.4.1",
"handlebars": "^4.7.8",
"picocolors": "^1.1.0"
"picocolors": "^1.1.1"
},
"plume-deps": {
"vuepress": "2.0.0-rc.18",
"vue": "^3.5.12",
"sass-embedded": "^1.79.5",
"sass-embedded": "^1.80.2",
"sass-loader": "^16.0.2",
"http-server": "^14.1.1",
"typescript": "^5.6.3"

View File

@ -33,6 +33,7 @@ export default defineUserConfig({
},
bundler: viteBundler(),
shouldPrefetch: false,
theme,
}) as UserConfig

View File

@ -12,15 +12,15 @@
"vuepress": "2.0.0-rc.18"
},
"dependencies": {
"@iconify/json": "^2.2.260",
"@iconify/json": "^2.2.261",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.4",
"chart.js": "^4.4.5",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.3.0",
"sass-embedded": "^1.79.5",
"sass-embedded": "^1.80.2",
"swiper": "^11.1.14",
"vue": "^3.5.12",
"vuepress-theme-plume": "workspace:*"

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.110",
"private": true,
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.2",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -48,7 +48,7 @@
"@types/minimist": "^1.2.5",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.2",
"@vitest/coverage-istanbul": "^2.1.3",
"bumpp": "^9.7.1",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
@ -63,10 +63,10 @@
"minimist": "^1.2.8",
"rimraf": "^6.0.1",
"stylelint": "^16.10.0",
"tsconfig-vuepress": "^5.2.0",
"tsconfig-vuepress": "^5.2.1",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vitest": "^2.1.2",
"vitest": "^2.1.3",
"wait-on": "^8.0.1"
},
"resolutions": {

View File

@ -61,7 +61,7 @@
"nanoid": "^5.0.7",
"shiki": "^1.22.0",
"tm-grammars": "^1.18.2",
"tm-themes": "^1.8.8",
"tm-themes": "^1.9.0",
"vue": "^3.5.12"
},
"devDependencies": {

448
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,7 @@
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png,woff2}\" lib",
"copy:watch": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png,woff2}\" lib -w",
"tsup": "tsup --config tsup.config.ts",
"tsup:watch": "tsup --config tsup.config.ts --watch -- -c -s"
"tsup:watch": "tsup --config tsup.config.ts --watch -- -c"
},
"peerDependencies": {
"@iconify/json": "^2",
@ -130,7 +130,7 @@
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.260",
"@iconify/json": "^2.2.261",
"swiper": "^11.1.14",
"vue-router": "^4.4.5"
}