Skip to content

Commit

Permalink
perf: update vue to 3.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jul 20, 2024
1 parent 0992180 commit 72ccb48
Show file tree
Hide file tree
Showing 8 changed files with 161 additions and 485 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-content-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vuepress": "2.0.0-rc.14"
},
"dependencies": {
"vue": "^3.4.31"
"vue": "^3.4.33"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-iconify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"vue": "^3.4.31"
"vue": "^3.4.33"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions plugins/plugin-md-power/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
620 changes: 148 additions & 472 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
Expand Down

0 comments on commit 72ccb48

Please sign in to comment.