diff --git a/packages/ui/package.json b/packages/ui/package.json index 75cb02c3..231a835f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -61,7 +61,7 @@ "lucide-react": "^0.541.0", "next-themes": "^0.4.6", "react-day-picker": "^9.9.0", - "react-hook-form": "^7.54.2", + "react-hook-form": "^7.63.0", "react-resizable-panels": "^3.0.5", "recharts": "^3.1.2", "sonner": "^2.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8adf57c1..6d21eff9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -278,7 +278,7 @@ importers: dependencies: '@hookform/resolvers': specifier: ^4.0.0 - version: 4.0.0(react-hook-form@7.54.2(react@18.3.1)) + version: 4.0.0(react-hook-form@7.63.0(react@18.3.1)) '@kosori/hooks': specifier: workspace:* version: link:../hooks @@ -388,8 +388,8 @@ importers: specifier: ^9.9.0 version: 9.9.0(react@18.3.1) react-hook-form: - specifier: ^7.54.2 - version: 7.54.2(react@18.3.1) + specifier: ^7.63.0 + version: 7.63.0(react@18.3.1) react-resizable-panels: specifier: ^3.0.5 version: 3.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -465,7 +465,7 @@ importers: version: 7.37.5(eslint@9.34.0(jiti@2.4.2)) eslint-plugin-react-hooks: specifier: rc - version: 6.0.0-rc.1(eslint@9.34.0(jiti@2.4.2)) + version: 6.0.0-rc.2(eslint@9.34.0(jiti@2.4.2)) eslint-plugin-tailwindcss: specifier: ^3.18.2 version: 3.18.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.17.1)(typescript@5.9.2))) @@ -655,9 +655,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-transform-private-methods@7.25.9': - resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} + '@babel/plugin-proposal-private-methods@7.18.6': + resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3580,8 +3581,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-react-hooks@6.0.0-rc.1: - resolution: {integrity: sha512-7C4c7bdtd/B7Q+HruZxYhGjwZVvJawvQpilEYlRG1Jncuk1ZNqrFy9bO8SJNieyj3iDh8WPQA7BzzPO7sNAyEA==} + eslint-plugin-react-hooks@6.0.0-rc.2: + resolution: {integrity: sha512-2cnFkQl2xld2BgKDtxLSd/JqkpZHBXZKcz+ZurfiQ7GECzMckIddJN5PZyWach3MN4h/CjwfqPigAtYxInXtuw==} engines: {node: '>=18'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -5122,8 +5123,8 @@ packages: peerDependencies: react: ^18.3.1 - react-hook-form@7.54.2: - resolution: {integrity: sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==} + react-hook-form@7.63.0: + resolution: {integrity: sha512-ZwueDMvUeucovM2VjkCf7zIHcs1aAlDimZu2Hvel5C5907gUzMpm4xCrQXtRzCvsBqFjonB4m3x4LzCFI1ZKWA==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 @@ -6082,7 +6083,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 '@babel/helper-compilation-targets@7.27.0': dependencies: @@ -6108,7 +6109,7 @@ snapshots: '@babel/helper-member-expression-to-functions@7.25.9': dependencies: '@babel/traverse': 7.27.0 - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -6130,7 +6131,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 '@babel/helper-plugin-utils@7.26.5': {} @@ -6146,7 +6147,7 @@ snapshots: '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: '@babel/traverse': 7.27.0 - '@babel/types': 7.26.3 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color @@ -6169,7 +6170,7 @@ snapshots: dependencies: '@babel/types': 7.27.0 - '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.10)': dependencies: '@babel/core': 7.26.10 '@babel/helper-create-class-features-plugin': 7.27.0(@babel/core@7.26.10) @@ -6490,9 +6491,9 @@ snapshots: dependencies: tslib: 2.8.1 - '@hookform/resolvers@4.0.0(react-hook-form@7.54.2(react@18.3.1))': + '@hookform/resolvers@4.0.0(react-hook-form@7.63.0(react@18.3.1))': dependencies: - react-hook-form: 7.54.2(react@18.3.1) + react-hook-form: 7.63.0(react@18.3.1) '@humanfs/core@0.19.1': {} @@ -9179,11 +9180,11 @@ snapshots: safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 - eslint-plugin-react-hooks@6.0.0-rc.1(eslint@9.34.0(jiti@2.4.2)): + eslint-plugin-react-hooks@6.0.0-rc.2(eslint@9.34.0(jiti@2.4.2)): dependencies: '@babel/core': 7.26.10 '@babel/parser': 7.26.3 - '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.10) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.10) eslint: 9.34.0(jiti@2.4.2) hermes-parser: 0.25.1 zod: 3.25.75 @@ -11165,7 +11166,7 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-hook-form@7.54.2(react@18.3.1): + react-hook-form@7.63.0(react@18.3.1): dependencies: react: 18.3.1