Skip to content

Commit

Permalink
update semver range
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 22, 2024
1 parent 3440df0 commit 38a8d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"vite": "^5.3.4"
},
"peerDependencies": {
"valibot": "^0.30 || ^0.31 || ^0.32 || ^0.33 | ^0.34 || ^0.35 || ^0.36",
"vite": "^2 || ^3 || ^4 || ^5"
"valibot": ">=0.30.0 <0.37.0",
"vite": ">=2 <6"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 38a8d0e

Please sign in to comment.