Skip to content

Commit

Permalink
fix: Turn vitest peer dependency optional (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn authored Oct 7, 2024
1 parent ffd1b59 commit a3935c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vitest": {
"optional": true
}
},
"packageManager": "pnpm@9.7.0"
Expand Down

0 comments on commit a3935c7

Please sign in to comment.