We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e962b5f commit 73d2cbaCopy full SHA for 73d2cba
2 files changed
package.json
@@ -13,7 +13,7 @@
13
"dependencies": {
14
"@react-native-community/async-storage": "^1.6.2",
15
"moment": "^2.24.0",
16
- "react": "16.9.0",
+ "react": "18.2.0",
17
"react-native": "0.61.2",
18
"react-native-background-timer": "^2.1.1",
19
"react-native-push-notification": "^3.1.9",
@@ -22,12 +22,12 @@
22
"devDependencies": {
23
"@babel/core": "^7.6.4",
24
"@babel/runtime": "^7.6.3",
25
- "@react-native-community/eslint-config": "^0.0.5",
+ "@react-native-community/eslint-config": "3.0.2",
26
"babel-jest": "^24.9.0",
27
"eslint": "^6.5.1",
28
"jest": "^24.9.0",
29
"metro-react-native-babel-preset": "^0.56.0",
30
- "react-test-renderer": "16.9.0"
+ "react-test-renderer": "18.2.0"
31
},
32
"jest": {
33
"preset": "react-native"
0 commit comments