diff --git a/package-lock.json b/package-lock.json index 76cf86a..ad9e02b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.1090.0", "@heroicons/react": "^2.2.0", - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.9.1", "@radix-ui/react-dropdown-menu": "^2.1.21", "@radix-ui/react-tooltip": "^1.2.13", "@stellar/freighter-api": "^6.0.1", @@ -21,13 +21,13 @@ "hls.js": "^1.6.16", "jspdf": "^4.2.1", "lucide-react": "^0.479.0", - "next": "latest", + "next": "*", "next-intl": "^4.13.2", "next-pwa": "^5.6.0", "next-themes": "^0.4.6", "qrcode": "^1.5.4", - "react": "latest", - "react-dom": "latest", + "react": "*", + "react-dom": "*", "react-hook-form": "^7.82.0", "react-hot-toast": "^2.6.0", "recharts": "^3.9.2", @@ -55,7 +55,7 @@ "@vitest/coverage-v8": "^4.1.10", "autoprefixer": "^10", "eslint": "^9.39.5", - "eslint-config-next": "latest", + "eslint-config-next": "*", "jsdom": "^29.0.1", "postcss": "^8", "tailwindcss": "^4.2.2", @@ -2530,15 +2530,113 @@ } }, "node_modules/@hookform/resolvers": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.4.0.tgz", - "integrity": "sha512-EIsqr/t/qbinPIhGjMdtvutIN1Kk4uwbROE9/UQ93CAVGR7GkA7Y92+fX80OzXi/OB67jVFYwKGO1WzkxmkFZw==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.9.1.tgz", + "integrity": "sha512-7b7vsbraJxKgjVSA1Nur9tLwj539WGJUBLA7QNvXnFoT2pM5Z7G+6rlukk4B2/QrTZy6huRtH6wKeESPKuIr6w==", "license": "MIT", "dependencies": { "@standard-schema/utils": "^0.3.0" }, "peerDependencies": { - "react-hook-form": "^7.55.0" + "@sinclair/typebox": ">=0.25.24", + "@standard-schema/spec": "^1.0.0", + "@typeschema/main": ">=0.13.7", + "@vinejs/vine": "^2.0.0 || ^3.0.0 || ^4.0.0", + "ajv": "^8.12.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "arktype": "^2.0.0", + "ata-validator": "^1.2.0", + "class-transformer": ">=0.4.0", + "class-validator": ">=0.12.0", + "computed-types": "^1.0.0", + "effect": "^3.10.3", + "fluentvalidation-ts": "^3.0.0", + "fp-ts": "^2.7.0", + "io-ts": "^2.0.0", + "joi": "^17.0.0 || ^18.0.0", + "nope-validator": ">=0.12.0", + "react-hook-form": "^7.55.0", + "superstruct": ">=0.12.0", + "typanion": "^3.3.2", + "valibot": ">=0.31.0 || ^1.0.0-beta.4 || ^1.0.0-rc", + "vest": ">=6.0.0", + "yup": "^1.0.0", + "zod": "^3.25.0 || ^4.0.0" + }, + "peerDependenciesMeta": { + "@sinclair/typebox": { + "optional": true + }, + "@standard-schema/spec": { + "optional": true + }, + "@typeschema/main": { + "optional": true + }, + "@vinejs/vine": { + "optional": true + }, + "ajv": { + "optional": true + }, + "ajv-errors": { + "optional": true + }, + "ajv-formats": { + "optional": true + }, + "arktype": { + "optional": true + }, + "ata-validator": { + "optional": true + }, + "class-transformer": { + "optional": true + }, + "class-validator": { + "optional": true + }, + "computed-types": { + "optional": true + }, + "effect": { + "optional": true + }, + "fluentvalidation-ts": { + "optional": true + }, + "fp-ts": { + "optional": true + }, + "io-ts": { + "optional": true + }, + "joi": { + "optional": true + }, + "nope-validator": { + "optional": true + }, + "superstruct": { + "optional": true + }, + "typanion": { + "optional": true + }, + "valibot": { + "optional": true + }, + "vest": { + "optional": true + }, + "yup": { + "optional": true + }, + "zod": { + "optional": true + } } }, "node_modules/@humanfs/core": { diff --git a/package.json b/package.json index d312145..d4f5878 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.1090.0", "@heroicons/react": "^2.2.0", - "@hookform/resolvers": "^5.2.2", + "@hookform/resolvers": "^5.9.1", "@radix-ui/react-dropdown-menu": "^2.1.21", "@radix-ui/react-tooltip": "^1.2.13", "@stellar/freighter-api": "^6.0.1",