Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#940)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent f7afe52 commit b9559b0
Show file tree
Hide file tree
Showing 9 changed files with 253 additions and 182 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
"vue-router": "^4.4.4"
},
"devDependencies": {
"@cucumber/cucumber": "11.0.0",
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 @@ -13,7 +13,7 @@
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
"vue-router": "^4.4.4"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
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 @@ -13,7 +13,7 @@
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
"vue-router": "^4.4.4"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
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 @@ -13,7 +13,7 @@
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
"vue-router": "^4.4.4"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"devDependencies": {
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.5.2",
"@nuxtjs/i18n": "8.5.3",
"nuxt": "3.13.1",
"vitest": "2.0.5",
"vue": "3.5.4",
"vue-router": "4.4.3"
"vue-router": "4.4.4"
}
}
4 changes: 2 additions & 2 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"dependencies": {
"@nuxt/kit": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
"vue-router": "^4.4.4"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.3",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.13.1",
"@nuxt/test-utils": "latest",
"changelogen": "0.5.5",
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 @@ -12,6 +12,6 @@
},
"dependencies": {
"vue": "^3.5.4",
"vue-router": "^4.4.3"
"vue-router": "^4.4.4"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"tinyexec": "^0.3.0",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^1.14.0",
"unplugin": "^1.14.1",
"vitest-environment-nuxt": "^1.0.1"
},
"devDependencies": {
"@cucumber/cucumber": "11.0.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.6",
"@nuxt/module-builder": "0.8.3",
"@nuxt/eslint-config": "0.5.7",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.47.0",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.5",
Expand All @@ -90,9 +90,9 @@
"typescript": "5.6.2",
"unbuild": "latest",
"unimport": "3.11.1",
"vite": "5.4.3",
"vite": "5.4.4",
"vitest": "2.0.5",
"vue-router": "4.4.3",
"vue-router": "4.4.4",
"vue-tsc": "2.1.6"
},
"peerDependencies": {
Expand Down Expand Up @@ -151,7 +151,7 @@
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.21.2",
"vite": "5.4.3",
"vite": "5.4.4",
"vite-node": "2.0.5",
"vitest": "2.0.5",
"vue": "^3.5.4"
Expand Down
405 changes: 238 additions & 167 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit b9559b0

Please sign in to comment.