Skip to content

Commit

Permalink
Merge pull request #62 from friederbluemle/dev-deps
Browse files Browse the repository at this point in the history
Add missing RN dev dependencies
  • Loading branch information
friederbluemle authored Dec 3, 2019
2 parents 2473742 + 12b0f3c commit a6a9bb1
Show file tree
Hide file tree
Showing 2 changed files with 1,918 additions and 26 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,20 @@
"uuid": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react": "16.8.3",
"react-native": "0.59.10"
"react-native": "0.59.10",
"react-test-renderer": "16.8.3"
},
"peerDependencies": {
"react": ">=15.4",
"react-native": ">=0.38"
},
"jest": {
"preset": "react-native"
}
}
Loading

0 comments on commit a6a9bb1

Please sign in to comment.