Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 9f2a5a3 commit a64314e
Show file tree
Hide file tree
Showing 9 changed files with 339 additions and 220 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.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"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.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"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.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"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.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"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.5.5",
"nuxt": "3.13.2",
"vitest": "2.1.2",
"vue": "3.5.11",
"vue": "3.5.12",
"vue-router": "4.4.5"
}
}
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.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"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.2"
},
"dependencies": {
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"fake-indexeddb": "^6.0.0",
"get-port-please": "^3.1.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
Expand All @@ -68,7 +68,7 @@
"@cucumber/cucumber": "11.0.1",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.7",
"@nuxt/eslint-config": "0.6.0",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.48.0",
"@testing-library/vue": "8.1.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"vite": "5.4.8",
"vite-node": "2.1.2",
"vitest": "2.1.2",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"engines": {
"node": ">=18.20.4"
Expand Down
Loading

0 comments on commit a64314e

Please sign in to comment.