perf: update vue to 3.4.33

This commit is contained in:
pengzhanbo 2024-07-20 11:51:57 +08:00
parent 0992180581
commit 72ccb4800c
8 changed files with 161 additions and 485 deletions

View File

@ -12,14 +12,14 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"@iconify/json": "^2.2.228",
"@iconify/json": "^2.2.229",
"@vuepress/bundler-vite": "2.0.0-rc.14",
"chart.js": "^4.4.3",
"echarts": "^5.5.1",
"flowchart.ts": "^3.0.0",
"http-server": "^14.1.1",
"mermaid": "^10.9.1",
"vue": "^3.4.31",
"vue": "^3.4.33",
"vuepress-theme-plume": "workspace:*"
},
"devDependencies": {

View File

@ -50,12 +50,12 @@
"cpx2": "^7.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.7.0",
"husky": "^9.0.11",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"rimraf": "^6.0.1",
"stylelint": "^16.7.0",
"tsconfig-vuepress": "^4.5.0",
"tsup": "^8.1.2",
"tsup": "^8.2.0",
"typescript": "^5.5.3",
"wait-on": "^7.2.0"
},

View File

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

View File

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

View File

@ -53,12 +53,12 @@
"markdown-it-container": "^4.0.0",
"nanoid": "^5.0.7",
"shiki": "^1.10.3",
"tm-grammars": "^1.13.11",
"tm-themes": "^1.5.3",
"vue": "^3.4.31"
"tm-grammars": "^1.13.13",
"tm-themes": "^1.5.5",
"vue": "^3.4.33"
},
"devDependencies": {
"@iconify/json": "^2.2.228",
"@iconify/json": "^2.2.229",
"@types/markdown-it": "^14.1.1"
},
"publishConfig": {

View File

@ -46,9 +46,9 @@
"chokidar": "^3.6.0",
"focus-trap": "^7.5.4",
"mark.js": "^8.11.1",
"minisearch": "^7.0.0",
"minisearch": "^7.0.2",
"p-map": "^7.0.2",
"vue": "^3.4.31"
"vue": "^3.4.33"
},
"publishConfig": {
"access": "public"

620
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -91,7 +91,7 @@
"json2yaml": "^1.1.0",
"katex": "^0.16.11",
"nanoid": "^5.0.7",
"vue": "^3.4.32",
"vue": "^3.4.33",
"vue-router": "^4.4.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.52",
"vuepress-plugin-md-power": "workspace:*"