Skip to content

Commit

Permalink
Downgrade internal vitest to 0.30
Browse files Browse the repository at this point in the history
Vitest 0.31 introduced breaking changes in their types that neccecitates
a breaking change in ours. I will bump that as a major version later.
  • Loading branch information
chaance committed May 15, 2023
1 parent abf580b commit 73515da
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 96 deletions.
175 changes: 80 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"pretty-format": "^28.1.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.31.0"
"vitest": "^0.30.0"
},
"peerDependencies": {
"vitest": "^0.16"
Expand Down

0 comments on commit 73515da

Please sign in to comment.