Skip to content

Commit

Permalink
chore(deps): update resolutions vue to v3.5.4 (#938)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe committed Sep 10, 2024
1 parent 2b50cfe commit 7a40074
Show file tree
Hide file tree
Showing 9 changed files with 188 additions and 746 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.3",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.3",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.3",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.3",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxtjs/i18n": "8.3.3",
"nuxt": "3.13.1",
"vitest": "2.0.5",
"vue": "3.5.3",
"vue": "3.5.4",
"vue-router": "4.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
"vue": "^3.5.3",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nuxt": "3.13.1"
},
"dependencies": {
"vue": "^3.5.3",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"vite": "5.4.3",
"vite-node": "2.0.5",
"vitest": "2.0.5",
"vue": "^3.5.3"
"vue": "^3.5.4"
},
"engines": {
"node": ">=18.20.4"
Expand Down
Loading

0 comments on commit 7a40074

Please sign in to comment.