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 Apr 4, 2024
1 parent 94daba3 commit c9f3c56
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 25 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
6 changes: 3 additions & 3 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,15 +20,15 @@
"devDependencies": {
"@types/node": "^18.0.4",
"@vitejs/plugin-legacy": "1.8.2",
"@vue/runtime-dom": "3.2.31",
"@vue/runtime-dom": "3.4.21",
"typescript": "^4.7.4",
"unplugin-vue2-script-setup": "0.11.4",
"vite": "2.9.17",
"playwright": "1.25.2",
"vite-test-utils": "0.6.0",
"vitest": "^0.34.0",
"vite-plugin-vue2": "2.0.3",
"vue-template-compiler": "2.6.14",
"vue-template-compiler": "2.7.16",
"vue-tsc": "0.40.13"
}
}
6 changes: 3 additions & 3 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,15 +20,15 @@
"devDependencies": {
"@types/node": "^18.0.4",
"@vitejs/plugin-legacy": "1.8.2",
"@vue/runtime-dom": "3.2.31",
"@vue/runtime-dom": "3.4.21",
"typescript": "^4.7.4",
"unplugin-vue2-script-setup": "0.11.4",
"vite": "2.9.17",
"playwright": "1.25.2",
"vite-test-utils": "0.6.0",
"vitest": "^0.34.0",
"vite-plugin-vue2": "2.0.3",
"vue-template-compiler": "2.6.14",
"vue-template-compiler": "2.7.16",
"vue-tsc": "0.40.13"
}
}
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.4.21",
"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.4.21",
"vue-router": "4.1.2",
"vue-i18n": "^9.3.0",
"@vueuse/head": "0.9.8",
Expand Down
65 changes: 49 additions & 16 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 c9f3c56

Please sign in to comment.