Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1033)
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 Dec 10, 2024
1 parent 6050ec9 commit bbf7eef
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 305 deletions.
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nuxt/test-utils": "latest",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"playwright-core": "1.49.0",
"playwright-core": "1.49.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"std-env": "3.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.11.7",
"playwright-core": "1.49.0",
"playwright-core": "1.49.1",
"typescript": "5.6.3",
"vitest": "2.1.8"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"get-port-please": "^3.1.2",
"h3": "^1.13.0",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
Expand All @@ -75,7 +75,7 @@
"@cucumber/cucumber": "11.1.0",
"@jest/globals": "29.7.0",
"@nuxt/eslint-config": "0.7.2",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.6",
"@types/jsdom": "21.1.7",
Expand All @@ -89,12 +89,12 @@
"knip": "5.39.2",
"nitropack": "2.10.4",
"nuxt": "3.14.1592",
"playwright-core": "1.49.0",
"rollup": "4.28.0",
"playwright-core": "1.49.1",
"rollup": "4.28.1",
"semver": "7.6.3",
"typescript": "5.6.3",
"unbuild": "latest",
"unimport": "3.14.4",
"unimport": "3.14.5",
"vitest": "2.1.8",
"vue-router": "4.5.0",
"vue-tsc": "2.1.10"
Expand Down Expand Up @@ -148,7 +148,7 @@
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.28.0",
"rollup": "4.28.1",
"vite": "5.4.11",
"vite-node": "2.1.8",
"vitest": "2.1.8",
Expand All @@ -157,5 +157,5 @@
"engines": {
"node": "^18.20.4 || ^20.9.0 || ^22.0.0 || >=23.0.0"
},
"packageManager": "pnpm@9.14.4"
"packageManager": "pnpm@9.15.0"
}
Loading

0 comments on commit bbf7eef

Please sign in to comment.