Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#945)
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 17, 2024
1 parent 3656d6e commit bcdd977
Show file tree
Hide file tree
Showing 9 changed files with 329 additions and 413 deletions.
4 changes: 2 additions & 2 deletions examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.5",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@cucumber/cucumber": "11.0.0",
"@cucumber/cucumber": "11.0.1",
"@nuxt/test-utils": "latest",
"ts-node": "10.9.2"
}
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.5",
"vue": "^3.5.6",
"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.5",
"vue": "^3.5.6",
"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.5",
"vue": "^3.5.6",
"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.3",
"nuxt": "3.13.2",
"vitest": "2.1.1",
"vue": "3.5.5",
"vue": "3.5.6",
"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.5",
"vue": "^3.5.6",
"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.5",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"vitest-environment-nuxt": "^1.0.1"
},
"devDependencies": {
"@cucumber/cucumber": "11.0.0",
"@cucumber/cucumber": "11.0.1",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.7",
Expand All @@ -90,7 +90,7 @@
"typescript": "5.6.2",
"unbuild": "latest",
"unimport": "3.12.0",
"vite": "5.4.5",
"vite": "5.4.6",
"vitest": "2.1.1",
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
Expand Down Expand Up @@ -145,16 +145,16 @@
}
},
"resolutions": {
"@cucumber/cucumber": "11.0.0",
"@cucumber/cucumber": "11.0.1",
"@nuxt/devtools": "1.0.8",
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.21.3",
"vite": "5.4.5",
"vite": "5.4.6",
"vite-node": "2.1.1",
"vitest": "2.1.1",
"vue": "^3.5.5"
"vue": "^3.5.6"
},
"engines": {
"node": ">=18.20.4"
Expand Down
716 changes: 316 additions & 400 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit bcdd977

Please sign in to comment.