perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-08-21 01:58:56 +08:00
parent 87f1d5e547
commit 5cb39d2897
7 changed files with 340 additions and 412 deletions

View File

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

View File

@ -39,8 +39,8 @@
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@pengzhanbo/eslint-config-vue": "^1.12.0",
"@pengzhanbo/stylelint-config": "^1.12.0",
"@pengzhanbo/eslint-config-vue": "^1.13.0",
"@pengzhanbo/stylelint-config": "^1.13.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",
@ -50,14 +50,14 @@
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.0",
"husky": "^9.1.4",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"rimraf": "^6.0.1",
"stylelint": "^16.8.2",
"tsconfig-vuepress": "^5.0.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"wait-on": "^7.2.0"
"wait-on": "^8.0.0"
},
"lint-staged": {
"*": "eslint --fix"

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^11.0.0",
"@vueuse/core": "^11.0.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.14.1",

View File

@ -41,8 +41,8 @@
},
"dependencies": {
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^11.0.0",
"@vueuse/integrations": "^11.0.0",
"@vueuse/core": "^11.0.1",
"@vueuse/integrations": "^11.0.1",
"chokidar": "^3.6.0",
"focus-trap": "^7.5.4",
"mark.js": "^8.11.1",

View File

@ -40,7 +40,7 @@
"@shikijs/twoslash": "^1.14.1",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.40",
"@vueuse/core": "^11.0.0",
"@vueuse/core": "^11.0.1",
"floating-vue": "^5.2.2",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",

730
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -91,7 +91,7 @@
"@vuepress/plugin-seo": "2.0.0-rc.40",
"@vuepress/plugin-sitemap": "2.0.0-rc.40",
"@vuepress/plugin-watermark": "2.0.0-rc.40",
"@vueuse/core": "^11.0.0",
"@vueuse/core": "^11.0.1",
"bcrypt-ts": "^5.0.2",
"chokidar": "^3.6.0",
"create-filter": "^1.1.0",
@ -109,6 +109,6 @@
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.238"
"@iconify/json": "^2.2.239"
}
}