Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent b9559b0 commit b910590
Show file tree
Hide file tree
Showing 10 changed files with 542 additions and 432 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,8 +12,8 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.4"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@cucumber/cucumber": "11.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.4"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"jest": "29.7.0",
"playwright-core": "1.47.0",
"playwright-core": "1.47.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.4"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "1.47.0"
"@playwright/test": "1.47.1"
}
}
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nuxt/devtools": "1.3.9",
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.1.0",
"happy-dom": "15.7.3",
"happy-dom": "15.7.4",
"jsdom": "25.0.0",
"listhen": "1.7.2",
"nuxt": "3.13.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"nuxt": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.4"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.7.3",
"playwright-core": "1.47.0",
"happy-dom": "15.7.4",
"playwright-core": "1.47.1",
"typescript": "5.6.2",
"vitest": "2.0.5"
}
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"vitest": "2.0.5",
"vue": "3.5.4",
"vue-router": "4.4.4"
"vue": "3.5.5",
"vue-router": "4.4.5"
}
}
4 changes: 2 additions & 2 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
"vue": "^3.5.4",
"vue-router": "^4.4.4"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"vue-router": "^4.4.4"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.7",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.47.0",
"@playwright/test": "1.47.1",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.7",
Expand All @@ -84,15 +84,15 @@
"jiti": "1.21.6",
"nitropack": "2.9.7",
"nuxt": "3.13.1",
"playwright-core": "1.47.0",
"rollup": "4.21.2",
"playwright-core": "1.47.1",
"rollup": "4.21.3",
"semver": "7.6.3",
"typescript": "5.6.2",
"unbuild": "latest",
"unimport": "3.11.1",
"vite": "5.4.4",
"unimport": "3.12.0",
"vite": "5.4.5",
"vitest": "2.0.5",
"vue-router": "4.4.4",
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
},
"peerDependencies": {
Expand Down Expand Up @@ -150,11 +150,11 @@
"@nuxt/kit": "^3.13.1",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.21.2",
"vite": "5.4.4",
"rollup": "4.21.3",
"vite": "5.4.5",
"vite-node": "2.0.5",
"vitest": "2.0.5",
"vue": "^3.5.4"
"vue": "^3.5.5"
},
"engines": {
"node": ">=18.20.4"
Expand Down
Loading

0 comments on commit b910590

Please sign in to comment.