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 Aug 15, 2024
1 parent 86d09da commit aaf6fdc
Show file tree
Hide file tree
Showing 9 changed files with 255 additions and 207 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.12.4",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@cucumber/cucumber": "10.8.0",
"@cucumber/cucumber": "10.9.0",
"@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.12.4",
"vue": "^3.4.37",
"vue": "^3.4.38",
"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.12.4",
"vue": "^3.4.37",
"vue": "^3.4.38",
"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.12.4",
"vue": "^3.4.37",
"vue": "^3.4.38",
"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.12.4",
"vitest": "2.0.5",
"vue": "3.4.37",
"vue": "3.4.38",
"vue-router": "4.4.3"
}
}
4 changes: 2 additions & 2 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.2",
"@nuxt/module-builder": "0.8.3",
"@nuxt/schema": "3.12.4",
"@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 @@ -11,7 +11,7 @@
"nuxt": "3.12.4"
},
"dependencies": {
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"vitest-environment-nuxt": "^1.0.0"
},
"devDependencies": {
"@cucumber/cucumber": "10.8.0",
"@cucumber/cucumber": "10.9.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.0",
"@nuxt/module-builder": "0.8.2",
"@nuxt/module-builder": "0.8.3",
"@playwright/test": "1.46.0",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.5",
Expand All @@ -90,7 +90,7 @@
"typescript": "5.5.4",
"unbuild": "latest",
"unimport": "3.10.0",
"vite": "5.4.0",
"vite": "5.4.1",
"vitest": "2.0.5",
"vue-router": "4.4.3",
"vue-tsc": "2.0.29"
Expand Down Expand Up @@ -145,19 +145,19 @@
}
},
"resolutions": {
"@cucumber/cucumber": "10.8.0",
"@cucumber/cucumber": "10.9.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/kit": "^3.12.4",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.20.0",
"vite": "5.4.0",
"vite": "5.4.1",
"vite-node": "2.0.5",
"vitest": "2.0.5",
"vue": "^3.4.37"
"vue": "^3.4.38"
},
"engines": {
"node": ">=18.20.4"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
430 changes: 239 additions & 191 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit aaf6fdc

Please sign in to comment.