We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae75f6 commit a9da03bCopy full SHA for a9da03b
package.json
@@ -25,6 +25,8 @@
25
"@babel/runtime": "^7.4.2",
26
"@react-native-community/eslint-config": "^0.0.5",
27
"@semantic-release/git": "7.0.5",
28
+ "@types/react": "^16.9.17",
29
+ "@types/react-native": "0.60.26",
30
"babel-eslint": "^10.0.1",
31
"babel-jest": "^24.5.0",
32
"eslint": "^5.15.3",
@@ -38,10 +40,8 @@
38
40
"react-native": "0.61.5",
39
41
"react-test-renderer": "16.9.0",
42
"rimraf": "^2.6.3",
- "semantic-release": "15.10.3",
- "typescript": "^3.3.3",
43
- "@types/react": "^16.9.17",
44
- "@types/react-native": "0.60.26"
+ "semantic-release": "^16.0.2",
+ "typescript": "^3.3.3"
45
},
46
"jest": {
47
"preset": "react-native",
0 commit comments