fix: upgrade react-native-reanimated to fix typing issues
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user