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 16, 2024
1 parent ff07c4e commit 4871200
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 713 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,28 @@
"log-symbols": "^7.0.0"
},
"devDependencies": {
"@types/node": "^18.19.41",
"eslint": "^9.9.1",
"@types/node": "^18.19.50",
"eslint": "^9.10.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-unicorn": "^55.0.0",
"execa": "^8.0.1",
"husky": "^9.1.5",
"knip": "^5.29.1",
"husky": "^9.1.6",
"knip": "^5.30.2",
"lint-staged": "^15.2.10",
"np": "^10.0.7",
"npm-run-all2": "^6.2.2",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"strip-ansi": "^7.1.0",
"tsm": "^2.3.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"uvu": "^0.5.6",
"valibot": "^0.41.0",
"vite": "^5.4.2"
"valibot": "^0.42.0",
"vite": "^5.4.5"
},
"peerDependencies": {
"valibot": ">=0.30 <0.42",
"valibot": ">=0.30 <0.43",
"vite": ">=2 <6"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 4871200

Please sign in to comment.