Skip to content

Commit

Permalink
chore: update valibot dependency to v1 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller authored Oct 6, 2024
1 parent 5fc1e63 commit 37c3f78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
"computed-types": "^1.11.2",
"cross-env": "^7.0.3",
"effect": "^3.4.7",
"fluentvalidation-ts": "^3.2.0",
"fp-ts": "^2.16.7",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.19",
Expand All @@ -296,14 +297,13 @@
"superstruct": "^1.0.4",
"typanion": "^3.14.0",
"typescript": "^5.5.3",
"valibot": "0.35.0",
"valibot": "^1.0.0-beta.0",
"vest": "^5.3.0",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"yup": "^1.4.0",
"zod": "^3.23.8",
"fluentvalidation-ts": "^3.2.0"
"zod": "^3.23.8"
},
"peerDependencies": {
"react-hook-form": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"peerDependencies": {
"@hookform/resolvers": "^2.0.0",
"react-hook-form": "^7.0.0",
"valibot": ">=0.33.0 <1"
"valibot": "^1.0.0"
}
}

0 comments on commit 37c3f78

Please sign in to comment.