Skip to content

Commit 37c3f78

Browse files
chore: update valibot dependency to v1 (#717)
1 parent 5fc1e63 commit 37c3f78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bun.lockb

51 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
"computed-types": "^1.11.2",
279279
"cross-env": "^7.0.3",
280280
"effect": "^3.4.7",
281+
"fluentvalidation-ts": "^3.2.0",
281282
"fp-ts": "^2.16.7",
282283
"io-ts": "^2.2.21",
283284
"io-ts-types": "^0.5.19",
@@ -296,14 +297,13 @@
296297
"superstruct": "^1.0.4",
297298
"typanion": "^3.14.0",
298299
"typescript": "^5.5.3",
299-
"valibot": "0.35.0",
300+
"valibot": "^1.0.0-beta.0",
300301
"vest": "^5.3.0",
301302
"vite": "^5.3.3",
302303
"vite-tsconfig-paths": "^4.3.2",
303304
"vitest": "^1.6.0",
304305
"yup": "^1.4.0",
305-
"zod": "^3.23.8",
306-
"fluentvalidation-ts": "^3.2.0"
306+
"zod": "^3.23.8"
307307
},
308308
"peerDependencies": {
309309
"react-hook-form": "^7.0.0"

valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"peerDependencies": {
1414
"@hookform/resolvers": "^2.0.0",
1515
"react-hook-form": "^7.0.0",
16-
"valibot": ">=0.33.0 <1"
16+
"valibot": "^1.0.0"
1717
}
1818
}

0 commit comments

Comments
 (0)