perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-10-12 16:01:41 +08:00
parent c589252ea7
commit b8c1b68519
8 changed files with 770 additions and 475 deletions

View File

@ -39,10 +39,10 @@
},
"plume-deps": {
"vuepress": "2.0.0-rc.17",
"vue": "^3.5.10",
"sass-embedded": "^1.79.4",
"vue": "^3.5.12",
"sass-embedded": "^1.79.5",
"sass-loader": "^16.0.2",
"http-server": "^14.1.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"@iconify/json": "^2.2.258",
"@iconify/json": "^2.2.259",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"chart.js": "^4.4.4",
@ -20,9 +20,9 @@
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.3.0",
"sass-embedded": "^1.79.4",
"sass-embedded": "^1.79.5",
"swiper": "^11.1.14",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -41,13 +41,13 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@pengzhanbo/eslint-config-vue": "^1.18.0",
"@pengzhanbo/stylelint-config": "^1.18.0",
"@pengzhanbo/eslint-config-vue": "^1.18.1",
"@pengzhanbo/stylelint-config": "^1.18.1",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.2",
"bumpp": "^9.6.1",
"bumpp": "^9.7.1",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
@ -58,10 +58,10 @@
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",
"rimraf": "^6.0.1",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"tsconfig-vuepress": "^5.2.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2",
"wait-on": "^8.0.1"
},

View File

@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"publishConfig": {
"access": "public"

View File

@ -59,9 +59,9 @@
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.22.0",
"tm-grammars": "^1.18.0",
"tm-themes": "^1.8.7",
"vue": "^3.5.11"
"tm-grammars": "^1.18.2",
"tm-themes": "^1.8.8",
"vue": "^3.5.12"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"

View File

@ -48,7 +48,7 @@
"mark.js": "^8.11.1",
"minisearch": "^7.1.0",
"p-map": "^7.0.2",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"publishConfig": {
"access": "public"

1209
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -129,12 +129,12 @@
"katex": "^0.16.11",
"local-pkg": "^0.5.0",
"nanoid": "^5.0.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vuepress-plugin-md-enhance": "2.0.0-rc.57",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.258",
"@iconify/json": "^2.2.259",
"swiper": "^11.1.14",
"vue-router": "^4.4.5"
}