Skip to content

Commit

Permalink
chore(deps): update vue monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent eeabc75 commit 4685282
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/vue-i18n-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vue-router": "^4.1.5",
"vue-router3": "npm:[email protected]",
"vue-template-compiler": "^2.6.14",
"vue2": "npm:vue@2.6.14"
"vue2": "npm:vue@2.7.16"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/vue2-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@vue/composition-api": "^1.7.0",
"vue": "2.6.14",
"vue": "2.7.16",
"vue-router": "3.5.3",
"vue-i18n": "^8",
"vue-i18n-bridge": "^9.3.0",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/node": "^18.0.4",
"@vitejs/plugin-legacy": "1.8.2",
"@vue/runtime-dom": "3.2.31",
"@vue/runtime-dom": "3.5.3",
"typescript": "^4.7.4",
"unplugin-vue2-script-setup": "0.11.4",
"vite": "2.9.18",
Expand Down
4 changes: 2 additions & 2 deletions playground/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@vue/composition-api": "^1.7.0",
"vue": "2.6.14",
"vue": "2.7.16",
"vue-router": "3.5.3",
"vue-i18n": "^8",
"vue-i18n-bridge": "^9.3.0",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/node": "^18.0.4",
"@vitejs/plugin-legacy": "1.8.2",
"@vue/runtime-dom": "3.2.31",
"@vue/runtime-dom": "3.5.3",
"typescript": "^4.7.4",
"unplugin-vue2-script-setup": "0.11.4",
"vite": "2.9.18",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "3.2.31",
"vue": "3.5.3",
"vue-router": "4.1.2",
"vue-i18n": "^9.3.0",
"@vueuse/head": "0.9.8",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "3.2.31",
"vue": "3.5.3",
"vue-router": "4.1.2",
"vue-i18n": "^9.3.0",
"@vueuse/head": "0.9.8",
Expand Down
90 changes: 71 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4685282

Please sign in to comment.