perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-09-27 09:02:48 +08:00
parent 2f73602883
commit 1ba44572e6
7 changed files with 290 additions and 266 deletions

View File

@ -12,7 +12,7 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@iconify/json": "^2.2.252",
"@iconify/json": "^2.2.253",
"@simonwep/pickr": "^1.9.1",
"@vuepress/bundler-vite": "2.0.0-rc.15",
"chart.js": "^4.4.4",
@ -22,10 +22,10 @@
"mermaid": "^11.2.1",
"sass-embedded": "^1.79.3",
"swiper": "^11.1.14",
"vue": "^3.5.8",
"vue": "^3.5.9",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {
"@types/express": "^4.17.21"
"@types/express": "^5.0.0"
}
}

View File

@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"vue": "^3.5.8"
"vue": "^3.5.9"
},
"publishConfig": {
"access": "public"

View File

@ -52,10 +52,10 @@
"image-size": "^1.1.1",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.18.0",
"shiki": "^1.20.0",
"tm-grammars": "^1.17.25",
"tm-themes": "^1.8.4",
"vue": "^3.5.8"
"vue": "^3.5.9"
},
"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.8"
"vue": "^3.5.9"
},
"publishConfig": {
"access": "public"

View File

@ -36,8 +36,8 @@
"vuepress": "2.0.0-rc.15"
},
"dependencies": {
"@shikijs/transformers": "^1.18.0",
"@shikijs/twoslash": "^1.18.0",
"@shikijs/transformers": "^1.20.0",
"@shikijs/twoslash": "^1.20.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.47",
"@vueuse/core": "^11.1.0",
@ -46,7 +46,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.18.0",
"shiki": "^1.20.0",
"twoslash": "^0.2.11",
"twoslash-vue": "^0.2.11"
},

532
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -130,12 +130,12 @@
"katex": "^0.16.11",
"local-pkg": "^0.5.0",
"nanoid": "^5.0.7",
"vue": "^3.5.8",
"vue": "^3.5.9",
"vuepress-plugin-md-enhance": "2.0.0-rc.54",
"vuepress-plugin-md-power": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.252",
"@iconify/json": "^2.2.253",
"swiper": "^11.1.14",
"vue-router": "^4.4.5"
}