perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-10-09 01:11:39 +08:00
parent 7913caee50
commit eb58c60743
8 changed files with 460 additions and 429 deletions

View File

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

View File

@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.106",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
@ -48,9 +48,9 @@
"bumpp": "^9.6.1",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^7.0.1",
"cpx2": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",

View File

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

View File

@ -58,10 +58,10 @@
"image-size": "^1.1.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.21.0",
"tm-grammars": "^1.17.28",
"tm-themes": "^1.8.6",
"vue": "^3.5.10"
"shiki": "^1.22.0",
"tm-grammars": "^1.18.0",
"tm-themes": "^1.8.7",
"vue": "^3.5.11"
},
"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.10"
"vue": "^3.5.11"
},
"publishConfig": {
"access": "public"

View File

@ -36,8 +36,8 @@
"vuepress": "2.0.0-rc.17"
},
"dependencies": {
"@shikijs/transformers": "^1.21.0",
"@shikijs/twoslash": "^1.21.0",
"@shikijs/transformers": "^1.22.0",
"@shikijs/twoslash": "^1.22.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.52",
"@vueuse/core": "^11.1.0",
@ -47,7 +47,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.21.0",
"shiki": "^1.22.0",
"twoslash": "^0.2.12",
"twoslash-vue": "^0.2.12"
},

855
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.10",
"vue": "^3.5.11",
"vuepress-plugin-md-enhance": "2.0.0-rc.57",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.255",
"@iconify/json": "^2.2.258",
"swiper": "^11.1.14",
"vue-router": "^4.4.5"
}