Skip to content

Commit

Permalink
update valibot version range
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 1, 2024
1 parent 8bf3aea commit 2963be1
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 82 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
"eslint-plugin-unicorn": "^55.0.0",
"execa": "^8.0.1",
"husky": "^9.1.5",
"knip": "^5.27.3",
"lint-staged": "^15.2.9",
"knip": "^5.29.1",
"lint-staged": "^15.2.10",
"np": "^10.0.7",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
"strip-ansi": "^7.1.0",
"tsm": "^2.3.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"typescript-eslint": "^8.3.0",
"uvu": "^0.5.6",
"valibot": "^0.40.0",
"valibot": "^0.41.0",
"vite": "^5.4.2"
},
"peerDependencies": {
"valibot": ">=0.30 <0.41",
"valibot": ">=0.30 <0.42",
"vite": ">=2 <6"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 2963be1

Please sign in to comment.