Skip to content

Commit 70ca104

Browse files
committed
normalize deps
1 parent 50eb557 commit 70ca104

File tree

3 files changed

+6992
-3434
lines changed

3 files changed

+6992
-3434
lines changed

template/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"react": "16.9.0",
16-
"react-native": "0.61.5",
15+
"react": "^16.9.0",
16+
"react-native": "^0.61.0",
1717
"reason-react": "^0.7.0",
18-
"reason-react-native": "0.61.1"
18+
"reason-react-native": "^0.61.0"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "7.6.2",
22-
"@babel/runtime": "7.6.2",
21+
"@babel/core": "^7.6.2",
22+
"@babel/runtime": "^7.6.2",
2323
"@react-native-community/eslint-config": "^0.0.5",
24-
"babel-jest": "24.9.0",
24+
"babel-jest": "^24.9.0",
2525
"bs-platform": "^5.0.4",
26-
"jest": "24.9.0",
27-
"metro-react-native-babel-preset": "^0.56.1",
26+
"eslint": "^6.5.1",
27+
"jest": "^24.9.0",
28+
"metro-react-native-babel-preset": "^0.56.0",
2829
"react-test-renderer": "16.9.0"
2930
},
3031
"jest": {

0 commit comments

Comments
 (0)