perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-08-14 19:06:38 +08:00
parent fbcd141a39
commit 5b0d47678c
5 changed files with 259 additions and 307 deletions

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.235",
"@iconify/json": "^2.2.237",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"chart.js": "^4.4.3",

View File

@ -44,14 +44,14 @@
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
"bumpp": "^9.4.2",
"bumpp": "^9.5.1",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"rimraf": "^6.0.1",
"stylelint": "^16.8.1",
"tsconfig-vuepress": "^4.5.0",

View File

@ -45,8 +45,8 @@
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.12.1",
"tm-grammars": "^1.16.3",
"tm-themes": "^1.6.2",
"tm-grammars": "^1.17.0",
"tm-themes": "^1.6.4",
"vue": "^3.4.37"
},
"devDependencies": {

552
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -109,6 +109,6 @@
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.235"
"@iconify/json": "^2.2.237"
}
}