Remove rn types
This commit is contained in:
parent
5c537783e4
commit
6c1f0729b7
|
@ -156,8 +156,7 @@
|
|||
"resolutions": {
|
||||
"ua-parser-js": "^1.0.2",
|
||||
"jpeg-js": "0.4.4",
|
||||
"@types/react": "18",
|
||||
"@types/react-native": "0.69"
|
||||
"@types/react": "18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.2",
|
||||
|
@ -181,7 +180,6 @@
|
|||
"@types/jest": "^26.0.24",
|
||||
"@types/lodash": "^4.14.188",
|
||||
"@types/react": "18",
|
||||
"@types/react-native": "0.69",
|
||||
"@types/react-native-background-timer": "^2.0.0",
|
||||
"@types/react-native-config-reader": "^4.1.0",
|
||||
"@types/react-native-platform-touchable": "^1.1.2",
|
||||
|
|
|
@ -6101,7 +6101,7 @@
|
|||
"@types/react" "*"
|
||||
"@types/react-native" "*"
|
||||
|
||||
"@types/react-native@*", "@types/react-native@0.69":
|
||||
"@types/react-native@*":
|
||||
version "0.69.18"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.69.18.tgz#bd8a9b4c74aede140000cbbb3c0ea31e03537f4d"
|
||||
integrity sha512-7eoce6RmLT/QIvD6OfkYONvTfxNB8crxuyED5+y60p+8W9RMGDPwD9mcwHNROsUaTLEc00JP1eRL8n1+377mHw==
|
||||
|
|
Loading…
Reference in New Issue