perf: update deps to latest

This commit is contained in:
pengzhanbo 2024-06-29 02:25:10 +08:00
parent 307152cdba
commit e55df63d04
12 changed files with 315 additions and 395 deletions

View File

@ -12,14 +12,14 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.222",
"@iconify/json": "^2.2.223",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"anywhere": "^1.6.0",
"chart.js": "^4.4.3",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.0",
"mermaid": "^10.9.1",
"vue": "^3.4.30",
"vue": "^3.4.31",
"vuepress-theme-plume": "workspace:~"
},
"devDependencies": {

View File

@ -41,8 +41,8 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@pengzhanbo/eslint-config-vue": "^1.11.1",
"@pengzhanbo/stylelint-config": "^1.11.1",
"@pengzhanbo/eslint-config-vue": "^1.11.2",
"@pengzhanbo/stylelint-config": "^1.11.2",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.12.10",
"@types/webpack-env": "^1.18.5",

View File

@ -43,7 +43,7 @@
"@vue/devtools-api": "6.6.3",
"chokidar": "^3.6.0",
"create-filter": "^1.1.0",
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"publishConfig": {
"access": "public"

View File

@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"publishConfig": {
"access": "public"

View File

@ -42,7 +42,7 @@
},
"dependencies": {
"@vuepress-plume/plugin-content-update": "workspace:~",
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"publishConfig": {
"access": "public"

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"publishConfig": {
"access": "public"

View File

@ -52,13 +52,13 @@
"local-pkg": "^0.5.0",
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.9.1",
"tm-grammars": "^1.12.12",
"tm-themes": "^1.4.3",
"vue": "^3.4.30"
"shiki": "^1.10.0",
"tm-grammars": "^1.13.0",
"tm-themes": "^1.5.0",
"vue": "^3.4.31"
},
"devDependencies": {
"@iconify/json": "^2.2.222",
"@iconify/json": "^2.2.223",
"@types/markdown-it": "^14.1.1"
},
"publishConfig": {

View File

@ -43,7 +43,7 @@
"@vue/devtools-api": "6.6.3",
"chokidar": "^3.6.0",
"create-filter": "^1.1.0",
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"publishConfig": {
"access": "public"

View File

@ -48,7 +48,7 @@
"mark.js": "^8.11.1",
"minisearch": "^6.3.0",
"p-map": "^7.0.2",
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"publishConfig": {
"access": "public"

View File

@ -36,8 +36,8 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@shikijs/transformers": "^1.9.1",
"@shikijs/twoslash": "^1.9.1",
"@shikijs/transformers": "^1.10.0",
"@shikijs/twoslash": "^1.10.0",
"@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.37",
"floating-vue": "^5.2.2",
@ -45,7 +45,7 @@
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7",
"shiki": "^1.9.1",
"shiki": "^1.10.0",
"twoslash": "^0.2.9",
"twoslash-vue": "^0.2.9"
},

670
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -96,7 +96,7 @@
"katex": "^0.16.10",
"lodash.merge": "^4.6.2",
"nanoid": "^5.0.7",
"vue": "^3.4.30",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.50",
"vuepress-plugin-md-power": "workspace:*"