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 Nov 27, 2024
1 parent c736c7a commit 28a708d
Show file tree
Hide file tree
Showing 10 changed files with 582 additions and 560 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.14.159",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@cucumber/cucumber": "11.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"nuxt": "^3.14.159",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand All @@ -22,6 +22,6 @@
"playwright-core": "1.49.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
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.14.159",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jsdom": "25.0.1",
"listhen": "1.9.0",
"nuxt": "3.14.159",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.6",
"vue-tsc": "2.1.10"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"dependencies": {
"nuxt": "^3.14.159",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.11.6",
"playwright-core": "1.49.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"nuxt": "3.14.159",
"vitest": "2.1.6",
"vue": "3.5.13",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@nuxt/kit": "^3.14.159",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.4",
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.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
}
}
14 changes: 7 additions & 7 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.1",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
Expand All @@ -68,7 +68,7 @@
"@cucumber/cucumber": "11.1.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.7.1",
"@nuxt/eslint-config": "0.7.2",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.49.0",
"@testing-library/vue": "8.1.0",
Expand All @@ -85,14 +85,14 @@
"nitropack": "2.10.4",
"nuxt": "3.14.159",
"playwright-core": "1.49.0",
"rollup": "4.27.3",
"rollup": "4.27.4",
"semver": "7.6.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"unbuild": "latest",
"unimport": "3.13.2",
"unimport": "3.13.4",
"vite": "5.4.11",
"vitest": "2.1.6",
"vue-router": "4.4.5",
"vue-router": "4.5.0",
"vue-tsc": "2.1.10"
},
"peerDependencies": {
Expand Down Expand Up @@ -150,7 +150,7 @@
"@nuxt/kit": "^3.14.159",
"@nuxt/schema": "^3.14.159",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.27.3",
"rollup": "4.27.4",
"vite": "5.4.11",
"vite-node": "2.1.6",
"vitest": "2.1.6",
Expand Down
Loading

0 comments on commit 28a708d

Please sign in to comment.