perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-10-21 17:27:58 +08:00
parent bcb45a1be8
commit 561d8eb3c0
6 changed files with 361 additions and 286 deletions

View File

@ -40,7 +40,7 @@
"plume-deps": {
"vuepress": "2.0.0-rc.18",
"vue": "^3.5.12",
"sass-embedded": "^1.80.2",
"sass-embedded": "^1.80.3",
"sass-loader": "^16.0.2",
"http-server": "^14.1.1",
"typescript": "^5.6.3"

View File

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

View File

@ -42,8 +42,8 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@pengzhanbo/eslint-config-vue": "^1.18.1",
"@pengzhanbo/stylelint-config": "^1.18.1",
"@pengzhanbo/eslint-config-vue": "^1.18.2",
"@pengzhanbo/stylelint-config": "^1.18.2",
"@types/lodash.merge": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/node": "20.12.10",
@ -55,7 +55,7 @@
"cpx2": "^8.0.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",

View File

@ -60,7 +60,7 @@
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.22.0",
"tm-grammars": "^1.18.2",
"tm-grammars": "^1.18.4",
"tm-themes": "^1.9.0",
"vue": "^3.5.12"
},

631
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.261",
"@iconify/json": "^2.2.262",
"swiper": "^11.1.14",
"vue-router": "^4.4.5"
}