Skip to content

Commit

Permalink
feat: upgrade to vue 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 3, 2024
1 parent a63037e commit d43bf23
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 77 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sass": "^1.77.8",
"sass-embedded": "^1.77.8",
"sass-loader": "^16.0.1",
"vue": "^3.4.38",
"vue": "^3.5.0",
"vuepress": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"postcss-load-config": "^6.0.1",
"rollup": "^4.21.2",
"vite": "~5.4.1",
"vue": "^3.4.38",
"vue": "^3.5.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"vue": "^3.4.38",
"vue": "^3.5.0",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.3",
"webpack": "^5.94.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"@vuepress/shared": "workspace:*",
"vue": "^3.4.38",
"vue": "^3.5.0",
"vue-router": "^4.4.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.4.38"
"vue": "^3.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@vuepress/markdown": "workspace:*",
"@vuepress/shared": "workspace:*",
"@vuepress/utils": "workspace:*",
"vue": "^3.4.38"
"vue": "^3.5.0"
},
"peerDependencies": {
"@vuepress/bundler-vite": "workspace:*",
"@vuepress/bundler-webpack": "workspace:*",
"vue": "^3.4.0"
"vue": "^3.5.0"
},
"peerDependenciesMeta": {
"@vuepress/bundler-vite": {
Expand Down
Loading

0 comments on commit d43bf23

Please sign in to comment.