Compare commits
2 Commits
1600f65230
...
18fba5f0b6
Author | SHA1 | Date | |
---|---|---|---|
18fba5f0b6 | |||
832e2cdd3d |
34
pnpm-lock.yaml
generated
34
pnpm-lock.yaml
generated
@@ -10,7 +10,7 @@ importers:
|
||||
dependencies:
|
||||
'@hookform/resolvers':
|
||||
specifier: ^5.0.1
|
||||
version: 5.2.1(react-hook-form@7.61.1(react@19.1.0))
|
||||
version: 5.2.1(react-hook-form@7.62.0(react@19.1.0))
|
||||
'@radix-ui/react-accordion':
|
||||
specifier: ^1.2.8
|
||||
version: 1.2.11(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
||||
@@ -28,7 +28,7 @@ importers:
|
||||
version: 1.2.3(@types/react@19.1.8)(react@19.1.0)
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.13.0
|
||||
version: 0.13.8(typescript@5.8.3)(zod@4.0.10)
|
||||
version: 0.13.8(typescript@5.8.3)(zod@4.0.14)
|
||||
class-variance-authority:
|
||||
specifier: ^0.7.1
|
||||
version: 0.7.1
|
||||
@@ -52,7 +52,7 @@ importers:
|
||||
version: 19.1.0(react@19.1.0)
|
||||
react-hook-form:
|
||||
specifier: ^7.56.1
|
||||
version: 7.61.1(react@19.1.0)
|
||||
version: 7.62.0(react@19.1.0)
|
||||
recharts:
|
||||
specifier: ^2.15.3
|
||||
version: 2.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
||||
@@ -61,7 +61,7 @@ importers:
|
||||
version: 3.3.1
|
||||
zod:
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.10
|
||||
version: 4.0.14
|
||||
devDependencies:
|
||||
'@eslint/eslintrc':
|
||||
specifier: 3.3.1
|
||||
@@ -2146,8 +2146,8 @@ packages:
|
||||
peerDependencies:
|
||||
react: ^19.1.0
|
||||
|
||||
react-hook-form@7.61.1:
|
||||
resolution: {integrity: sha512-2vbXUFDYgqEgM2RcXcAT2PwDW/80QARi+PKmHy5q2KhuKvOlG8iIYgf7eIlIANR5trW9fJbP4r5aub3a4egsew==}
|
||||
react-hook-form@7.62.0:
|
||||
resolution: {integrity: sha512-7KWFejc98xqG/F4bAxpL41NB3o1nnvQO1RWZT3TqRZYL8RryQETGfEdVnJN2fy1crCiBLLjkRBVK05j24FxJGA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17 || ^18 || ^19
|
||||
@@ -2515,8 +2515,8 @@ packages:
|
||||
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
zod@4.0.10:
|
||||
resolution: {integrity: sha512-3vB+UU3/VmLL2lvwcY/4RV2i9z/YU0DTV/tDuYjrwmx5WeJ7hwy+rGEEx8glHp6Yxw7ibRbKSaIFBgReRPe5KA==}
|
||||
zod@4.0.14:
|
||||
resolution: {integrity: sha512-nGFJTnJN6cM2v9kXL+SOBq3AtjQby3Mv5ySGFof5UGRHrRioSJ5iG680cYNjE/yWk671nROcpPj4hAS8nyLhSw==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -2608,10 +2608,10 @@ snapshots:
|
||||
|
||||
'@floating-ui/utils@0.2.9': {}
|
||||
|
||||
'@hookform/resolvers@5.2.1(react-hook-form@7.61.1(react@19.1.0))':
|
||||
'@hookform/resolvers@5.2.1(react-hook-form@7.62.0(react@19.1.0))':
|
||||
dependencies:
|
||||
'@standard-schema/utils': 0.3.0
|
||||
react-hook-form: 7.61.1(react@19.1.0)
|
||||
react-hook-form: 7.62.0(react@19.1.0)
|
||||
|
||||
'@humanfs/core@0.19.1': {}
|
||||
|
||||
@@ -3083,17 +3083,17 @@ snapshots:
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
|
||||
'@t3-oss/env-core@0.13.8(typescript@5.8.3)(zod@4.0.10)':
|
||||
'@t3-oss/env-core@0.13.8(typescript@5.8.3)(zod@4.0.14)':
|
||||
optionalDependencies:
|
||||
typescript: 5.8.3
|
||||
zod: 4.0.10
|
||||
zod: 4.0.14
|
||||
|
||||
'@t3-oss/env-nextjs@0.13.8(typescript@5.8.3)(zod@4.0.10)':
|
||||
'@t3-oss/env-nextjs@0.13.8(typescript@5.8.3)(zod@4.0.14)':
|
||||
dependencies:
|
||||
'@t3-oss/env-core': 0.13.8(typescript@5.8.3)(zod@4.0.10)
|
||||
'@t3-oss/env-core': 0.13.8(typescript@5.8.3)(zod@4.0.14)
|
||||
optionalDependencies:
|
||||
typescript: 5.8.3
|
||||
zod: 4.0.10
|
||||
zod: 4.0.14
|
||||
|
||||
'@tailwindcss/node@4.1.11':
|
||||
dependencies:
|
||||
@@ -4521,7 +4521,7 @@ snapshots:
|
||||
react: 19.1.0
|
||||
scheduler: 0.26.0
|
||||
|
||||
react-hook-form@7.61.1(react@19.1.0):
|
||||
react-hook-form@7.62.0(react@19.1.0):
|
||||
dependencies:
|
||||
react: 19.1.0
|
||||
|
||||
@@ -5030,4 +5030,4 @@ snapshots:
|
||||
|
||||
yocto-queue@0.1.0: {}
|
||||
|
||||
zod@4.0.10: {}
|
||||
zod@4.0.14: {}
|
||||
|
Reference in New Issue
Block a user