perf: update vue to 3.5

This commit is contained in:
pengzhanbo 2024-09-04 00:50:04 +08:00
parent c5216e122d
commit 0e9e1e7900
8 changed files with 405 additions and 347 deletions

View File

@ -35,7 +35,7 @@
"cac": "^6.7.14", "cac": "^6.7.14",
"execa": "^9.3.1", "execa": "^9.3.1",
"handlebars": "^4.7.8", "handlebars": "^4.7.8",
"picocolors": "^1.0.1" "picocolors": "^1.1.0"
}, },
"theme-plume": { "theme-plume": {
"vuepress": "2.0.0-rc.15" "vuepress": "2.0.0-rc.15"

View File

@ -19,8 +19,8 @@
"echarts": "^5.5.1", "echarts": "^5.5.1",
"flowchart.ts": "^3.0.1", "flowchart.ts": "^3.0.1",
"http-server": "^14.1.1", "http-server": "^14.1.1",
"mermaid": "^11.0.2", "mermaid": "^11.1.0",
"vue": "^3.4.38", "vue": "^3.5.0",
"vuepress-theme-plume": "workspace:*" "vuepress-theme-plume": "workspace:*"
}, },
"devDependencies": { "devDependencies": {

View File

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

View File

@ -44,10 +44,10 @@
"@vueuse/core": "^11.0.3", "@vueuse/core": "^11.0.3",
"markdown-it-container": "^4.0.0", "markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"shiki": "^1.15.2", "shiki": "^1.16.1",
"tm-grammars": "^1.17.11", "tm-grammars": "^1.17.14",
"tm-themes": "^1.8.1", "tm-themes": "^1.8.1",
"vue": "^3.4.38" "vue": "^3.5.0"
}, },
"devDependencies": { "devDependencies": {
"@types/markdown-it": "^14.1.2" "@types/markdown-it": "^14.1.2"

View File

@ -48,7 +48,7 @@
"mark.js": "^8.11.1", "mark.js": "^8.11.1",
"minisearch": "^7.1.0", "minisearch": "^7.1.0",
"p-map": "^7.0.2", "p-map": "^7.0.2",
"vue": "^3.4.38" "vue": "^3.5.0"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -36,8 +36,8 @@
"vuepress": "2.0.0-rc.15" "vuepress": "2.0.0-rc.15"
}, },
"dependencies": { "dependencies": {
"@shikijs/transformers": "^1.15.2", "@shikijs/transformers": "^1.16.1",
"@shikijs/twoslash": "^1.15.2", "@shikijs/twoslash": "^1.16.1",
"@types/hast": "^3.0.4", "@types/hast": "^3.0.4",
"@vuepress/helper": "2.0.0-rc.42", "@vuepress/helper": "2.0.0-rc.42",
"@vueuse/core": "^11.0.3", "@vueuse/core": "^11.0.3",
@ -46,9 +46,9 @@
"mdast-util-gfm": "^3.0.0", "mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0", "mdast-util-to-hast": "^13.2.0",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"shiki": "^1.15.2", "shiki": "^1.16.1",
"twoslash": "^0.2.9", "twoslash": "^0.2.10",
"twoslash-vue": "^0.2.9" "twoslash-vue": "^0.2.10"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

724
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -103,7 +103,7 @@
"katex": "^0.16.11", "katex": "^0.16.11",
"local-pkg": "^0.5.0", "local-pkg": "^0.5.0",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"vue": "^3.4.38", "vue": "^3.5.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.52", "vuepress-plugin-md-enhance": "2.0.0-rc.52",
"vuepress-plugin-md-power": "workspace:*" "vuepress-plugin-md-power": "workspace:*"
}, },