Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore(deps): update dependency vitest to v1 (#239)
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, 2023
1 parent aa95a49 commit 62d109d
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 307 deletions.
2 changes: 1 addition & 1 deletion packages/octokit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "5.3.3",
"vitest": "0.34.6"
"vitest": "1.0.4"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "5.3.3",
"vitest": "^0.34.6"
"vitest": "^1.0.4"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "5.3.3",
"vitest": "^0.34.6"
"vitest": "^1.0.4"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "5.3.3",
"vitest": "^0.34.6"
"vitest": "^1.0.4"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
Loading

0 comments on commit 62d109d

Please sign in to comment.