fix: upgrade react-native-reanimated to fix typing issues

This commit is contained in:
Lei Nelissen
2024-01-28 23:25:58 +01:00
parent 3f60224121
commit 34b3cd3ba3
3 changed files with 430 additions and 371 deletions

View File

@@ -457,33 +457,10 @@ PODS:
- React-Core
- RNLocalize (2.2.4):
- React-Core
- RNReanimated (2.14.4):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
- glog
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- RNReanimated (3.6.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.18.2):
- React-Core
- React-RCTImage
@@ -773,7 +750,7 @@ SPEC CHECKSUMS:
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNLocalize: 0df7970cfc60389f00eb62fd7c097dc75af3fb4f
RNReanimated: cc5e3aa479cb9170bcccf8204291a6950a3be128
RNReanimated: 738543ef6ec0024ea0bc9f4ab3ac99af6f068448
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
RNSentry: db7fd7b66efda28885e4e904a8b5e7349aec61c1
RNSVG: 38ca962c970dbce1ca38991a5aebf26d163f9efb

762
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-localize": "^2.2.4",
"react-native-reanimated": "^2.14.4",
"react-native-reanimated": "^3.6.2",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-shadow-2": "^7.0.6",
@@ -79,7 +79,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"metro-config": "^0.73.3",
"metro-react-native-babel-preset": "^0.73.3",
"metro-react-native-babel-preset": "^0.73.10",
"metro-react-native-babel-transformer": "^0.73.3",
"react-native-codegen": "^0.72.0",
"react-test-renderer": "^18.2.0",
@@ -95,5 +95,11 @@
"json",
"node"
]
},
"overrides": {
"@babel/preset-typescript": "^7.23.3",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@babel/types": "^7.23.6"
}
}