Skip to content

Commit

Permalink
Upgrade all dependencies in package.json template (#27928)
Browse files Browse the repository at this point in the history
Summary:
Upgrade all dependencies in package.json template

## Changelog

[General] [Changed] - Upgrade to latest dependencies in package.json template
Pull Request resolved: #27928

Differential Revision: D19690590

Pulled By: cpojer

fbshipit-source-id: 6bc1944ee91da9f8fe2a50470c8086c0b51e919f
  • Loading branch information
codler authored and facebook-github-bot committed Feb 3, 2020
1 parent 8f93ded commit 82e8239
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"react-native": "1000.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^0.0.7",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.12.0"
},
"jest": {
Expand Down

0 comments on commit 82e8239

Please sign in to comment.