chore: update dep to latest

This commit is contained in:
pengzhanbo 2024-11-09 00:46:07 +08:00
parent 0c53be8f10
commit 545e4832f6
6 changed files with 330 additions and 291 deletions

View File

@ -40,8 +40,8 @@
"plume-deps": {
"vuepress": "2.0.0-rc.18",
"vue": "^3.5.12",
"sass-embedded": "^1.80.5",
"sass-loader": "^16.0.2",
"sass-embedded": "^1.80.6",
"sass-loader": "^16.0.3",
"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.266",
"@iconify/json": "^2.2.269",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.6",
@ -20,7 +20,7 @@
"flowchart.ts": "^3.0.1",
"http-server": "^14.1.1",
"mermaid": "^11.4.0",
"sass-embedded": "^1.80.5",
"sass-embedded": "^1.80.6",
"swiper": "^11.1.14",
"vue": "^3.5.12",
"vuepress-theme-plume": "workspace:*"

View File

@ -49,13 +49,13 @@
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "^2.1.4",
"bumpp": "^9.8.0",
"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.13.0",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",

View File

@ -60,8 +60,8 @@
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.8",
"shiki": "^1.22.2",
"tm-grammars": "^1.18.9",
"tm-themes": "^1.9.0",
"tm-grammars": "^1.19.0",
"tm-themes": "^1.9.2",
"vue": "^3.5.12"
},
"devDependencies": {

603
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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