fix react typings
This commit is contained in:
parent
4983e7b36b
commit
d587ea23b6
44
pnpm-lock.yaml
generated
44
pnpm-lock.yaml
generated
@ -13,10 +13,10 @@ catalogs:
|
||||
specifier: ^20
|
||||
version: 20.17.8
|
||||
'@types/react':
|
||||
specifier: ^19.1.2
|
||||
specifier: ^19
|
||||
version: 19.1.8
|
||||
'@types/react-dom':
|
||||
specifier: ^19.1.2
|
||||
specifier: ^19
|
||||
version: 19.1.2
|
||||
'@vchikalkin/eslint-config-awesome':
|
||||
specifier: ^2.2.2
|
||||
@ -61,10 +61,10 @@ catalogs:
|
||||
specifier: ^12.5.1
|
||||
version: 12.6.0
|
||||
react:
|
||||
specifier: ^19.1.0
|
||||
specifier: ^19
|
||||
version: 19.1.0
|
||||
react-dom:
|
||||
specifier: ^19.1.0
|
||||
specifier: ^19
|
||||
version: 19.1.0
|
||||
tailwindcss:
|
||||
specifier: ^3.4.15
|
||||
@ -165,19 +165,19 @@ importers:
|
||||
version: 5.64.1(react@19.1.0)
|
||||
'@telegram-apps/sdk-react':
|
||||
specifier: ^2.0.19
|
||||
version: 2.0.19(@types/react@19.1.2)(react@19.1.0)
|
||||
version: 2.0.19(@types/react@19.1.8)(react@19.1.0)
|
||||
'@testing-library/react':
|
||||
specifier: ^16.1.0
|
||||
version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
||||
version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.2(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
||||
'@types/node':
|
||||
specifier: 'catalog:'
|
||||
version: 20.17.8
|
||||
'@types/react':
|
||||
specifier: 'catalog:'
|
||||
version: 19.1.2
|
||||
version: 19.1.8
|
||||
'@types/react-dom':
|
||||
specifier: 'catalog:'
|
||||
version: 19.1.2(@types/react@19.1.2)
|
||||
version: 19.1.2(@types/react@19.1.8)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: ^4.3.4
|
||||
version: 4.3.4(vite@5.4.19(@types/node@20.17.8))
|
||||
@ -243,7 +243,7 @@ importers:
|
||||
version: 3.24.1
|
||||
zustand:
|
||||
specifier: ^5.0.3
|
||||
version: 5.0.3(@types/react@19.1.2)(react@19.1.0)
|
||||
version: 5.0.3(@types/react@19.1.8)(react@19.1.0)
|
||||
devDependencies:
|
||||
'@repo/eslint-config':
|
||||
specifier: workspace:*
|
||||
@ -2489,9 +2489,6 @@ packages:
|
||||
peerDependencies:
|
||||
'@types/react': ^19.0.0
|
||||
|
||||
'@types/react@19.1.2':
|
||||
resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==}
|
||||
|
||||
'@types/react@19.1.8':
|
||||
resolution: {integrity: sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==}
|
||||
|
||||
@ -8892,12 +8889,12 @@ snapshots:
|
||||
'@telegram-apps/signals': 1.1.0
|
||||
'@telegram-apps/toolkit': 1.0.0
|
||||
|
||||
'@telegram-apps/sdk-react@2.0.19(@types/react@19.1.2)(react@19.1.0)':
|
||||
'@telegram-apps/sdk-react@2.0.19(@types/react@19.1.8)(react@19.1.0)':
|
||||
dependencies:
|
||||
'@telegram-apps/sdk': 2.9.1
|
||||
react: 19.1.0
|
||||
optionalDependencies:
|
||||
'@types/react': 19.1.2
|
||||
'@types/react': 19.1.8
|
||||
|
||||
'@telegram-apps/sdk@2.9.1':
|
||||
dependencies:
|
||||
@ -8929,15 +8926,15 @@ snapshots:
|
||||
lz-string: 1.5.0
|
||||
pretty-format: 27.5.1
|
||||
|
||||
'@testing-library/react@16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.2(@types/react@19.1.2))(@types/react@19.1.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
||||
'@testing-library/react@16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@19.1.2(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)':
|
||||
dependencies:
|
||||
'@babel/runtime': 7.26.0
|
||||
'@testing-library/dom': 10.4.0
|
||||
react: 19.1.0
|
||||
react-dom: 19.1.0(react@19.1.0)
|
||||
optionalDependencies:
|
||||
'@types/react': 19.1.2
|
||||
'@types/react-dom': 19.1.2(@types/react@19.1.2)
|
||||
'@types/react': 19.1.8
|
||||
'@types/react-dom': 19.1.2(@types/react@19.1.8)
|
||||
|
||||
'@tybys/wasm-util@0.9.0':
|
||||
dependencies:
|
||||
@ -8996,18 +8993,9 @@ snapshots:
|
||||
|
||||
'@types/normalize-package-data@2.4.4': {}
|
||||
|
||||
'@types/react-dom@19.1.2(@types/react@19.1.2)':
|
||||
dependencies:
|
||||
'@types/react': 19.1.2
|
||||
|
||||
'@types/react-dom@19.1.2(@types/react@19.1.8)':
|
||||
dependencies:
|
||||
'@types/react': 19.1.8
|
||||
optional: true
|
||||
|
||||
'@types/react@19.1.2':
|
||||
dependencies:
|
||||
csstype: 3.1.3
|
||||
|
||||
'@types/react@19.1.8':
|
||||
dependencies:
|
||||
@ -14068,7 +14056,7 @@ snapshots:
|
||||
|
||||
zod@3.25.71: {}
|
||||
|
||||
zustand@5.0.3(@types/react@19.1.2)(react@19.1.0):
|
||||
zustand@5.0.3(@types/react@19.1.8)(react@19.1.0):
|
||||
optionalDependencies:
|
||||
'@types/react': 19.1.2
|
||||
'@types/react': 19.1.8
|
||||
react: 19.1.0
|
||||
|
||||
@ -4,8 +4,8 @@ packages:
|
||||
catalog:
|
||||
"@apollo/client": ^3.12.4
|
||||
"@types/node": ^20
|
||||
"@types/react": ^19.1.2
|
||||
"@types/react-dom": ^19.1.2
|
||||
"@types/react": ^19
|
||||
"@types/react-dom": ^19
|
||||
"@vchikalkin/eslint-config-awesome": ^2.2.2
|
||||
autoprefixer: ^10.4.20
|
||||
dayjs: ^1.11.3
|
||||
@ -19,8 +19,8 @@ catalog:
|
||||
postcss: ^8.4.49
|
||||
postcss-load-config: ^6.0.1
|
||||
prettier: ^3.2.5
|
||||
react: ^19.1.0
|
||||
react-dom: ^19.1.0
|
||||
react: ^19
|
||||
react-dom: ^19
|
||||
radashi: ^12.5.1
|
||||
rimraf: ^6.0.1
|
||||
tailwindcss: ^3.4.15
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user