diff --git a/bun.lockb b/bun.lockb index ec887df0..a01f5dc7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 660e4cab..44c5e7df 100644 --- a/package.json +++ b/package.json @@ -297,7 +297,7 @@ "superstruct": "^1.0.4", "typanion": "^3.14.0", "typescript": "^5.5.3", - "valibot": "^1.0.0-beta.0", + "valibot": "^1.0.0-beta.5", "vest": "^5.3.0", "vite": "^5.3.3", "vite-tsconfig-paths": "^4.3.2", diff --git a/valibot/package.json b/valibot/package.json index 8c36ba42..ee682513 100644 --- a/valibot/package.json +++ b/valibot/package.json @@ -13,6 +13,6 @@ "peerDependencies": { "@hookform/resolvers": "^2.0.0", "react-hook-form": "^7.0.0", - "valibot": "^1.0.0 || ^1.0.0-beta || ^1.0.0-rc" + "valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc" } }