Skip to content

chore(deps): update vue monorepo to v3.4.31 #4190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
242 changes: 199 additions & 43 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rsbuild-vue3-vuex/consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "3.4.30",
"vue": "3.4.31",
"vue-router": "^4.0.13",
"vuex": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion rsbuild-vue3-vuex/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"typescript": "^5.4.5",
"vue-router": "^4.0.13",
"vue": "3.4.30",
"vue": "3.4.31",
"vuex": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion shared-store-cross-framework/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@vue/runtime-dom": "3.4.30",
"@vue/runtime-dom": "3.4.31",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion shared-store-cross-framework/vue-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@vue/runtime-dom": "3.4.30",
"@vue/runtime-dom": "3.4.31",
"css-loader": "7.1.2",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion vue2-in-vue3/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@babel/core": "7.24.7",
"@vue/compiler-sfc": "3.4.30",
"@vue/compiler-sfc": "3.4.31",
"babel-loader": "9.1.3",
"serve": "14.2.3",
"vue": "2.7.16"
Expand Down
6 changes: 3 additions & 3 deletions vue2-in-vue3/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@babel/core": "7.24.7",
"@vue/compiler-sfc": "3.4.30",
"@vue/compiler-sfc": "3.4.31",
"babel-loader": "9.1.3",
"serve": "14.2.3",
"vue": "3.4.30"
"vue": "3.4.31"
},
"devDependencies": {
"@vue/compiler-sfc": "3.4.30",
"@vue/compiler-sfc": "3.4.31",
"css-loader": "7.1.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion vue3-demo/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@babel/core": "7.24.7",
"@vue/compiler-sfc": "3.4.30",
"@vue/compiler-sfc": "3.4.31",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"file-loader": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion vue3-demo/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@babel/core": "7.24.7",
"@vue/compiler-sfc": "3.4.30",
"@vue/compiler-sfc": "3.4.31",
"babel-loader": "9.1.3",
"css-loader": "7.1.2",
"file-loader": "6.2.0",
Expand Down
Loading