Skip to content

Commit

Permalink
Drop v0 of vitest (#1531)
Browse files Browse the repository at this point in the history
Requiring v1 now
  • Loading branch information
RobinTail committed Jan 30, 2024
1 parent 1f627a4 commit a97e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"jest": ">=28 <30",
"prettier": "^3.1.0",
"typescript": "^5.1.3",
"vitest": ">=0.34.6 <2",
"vitest": "^1.2.2",
"winston": "^3.10.0",
"zod": "^3.22.3"
},
Expand Down

0 comments on commit a97e2e7

Please sign in to comment.