Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 15aa5ae commit b8588ed
Show file tree
Hide file tree
Showing 13 changed files with 6,457 additions and 12,110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"vite": "^6.0.1",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
},
"dependencies": {
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/adapter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
},
"author": "Tessei Kameyama <[email protected]>",
"repository": "github:hattipjs/hattip",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/base/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/base/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
},
"dependencies": {
"@hattip/headers": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/base/polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
},
"dependencies": {
"@hattip/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/base/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/bundler/walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/middleware/cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"publint": "^0.2.12",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/middleware/session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"redis-mock": "^0.56.3",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^3.0.5"
}
}
Loading

0 comments on commit b8588ed

Please sign in to comment.