This commit is contained in:
parent
5cc9e2c1c2
commit
748ed6a34b
@ -43,6 +43,7 @@
|
||||
"react-chartjs-2": "^5.2.0",
|
||||
"react-dom": "19.0.0-rc-3edc000d-20240926",
|
||||
"react-hook-form": "^7.53.0",
|
||||
"styled-jsx": "^5.1.6",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"zod": "^3.23.8"
|
||||
|
23
pnpm-lock.yaml
generated
23
pnpm-lock.yaml
generated
@ -119,6 +119,9 @@ importers:
|
||||
react-hook-form:
|
||||
specifier: ^7.53.0
|
||||
version: 7.53.0(react@19.0.0-rc-3edc000d-20240926)
|
||||
styled-jsx:
|
||||
specifier: ^5.1.6
|
||||
version: 5.1.6(@babel/core@7.25.7)(react@19.0.0-rc-3edc000d-20240926)
|
||||
tailwind-merge:
|
||||
specifier: ^2.5.2
|
||||
version: 2.5.2
|
||||
@ -3188,6 +3191,19 @@ packages:
|
||||
babel-plugin-macros:
|
||||
optional: true
|
||||
|
||||
styled-jsx@5.1.6:
|
||||
resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==}
|
||||
engines: {node: '>= 12.0.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': '*'
|
||||
babel-plugin-macros: '*'
|
||||
react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0'
|
||||
peerDependenciesMeta:
|
||||
'@babel/core':
|
||||
optional: true
|
||||
babel-plugin-macros:
|
||||
optional: true
|
||||
|
||||
sucrase@3.35.0:
|
||||
resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
|
||||
engines: {node: '>=16 || 14 >=14.17'}
|
||||
@ -6999,6 +7015,13 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@babel/core': 7.25.7
|
||||
|
||||
styled-jsx@5.1.6(@babel/core@7.25.7)(react@19.0.0-rc-3edc000d-20240926):
|
||||
dependencies:
|
||||
client-only: 0.0.1
|
||||
react: 19.0.0-rc-3edc000d-20240926
|
||||
optionalDependencies:
|
||||
'@babel/core': 7.25.7
|
||||
|
||||
sucrase@3.35.0:
|
||||
dependencies:
|
||||
'@jridgewell/gen-mapping': 0.3.5
|
||||
|
Reference in New Issue
Block a user