Skip to content

Commit

Permalink
Bump react to 16.9.0 (#27060)
Browse files Browse the repository at this point in the history
* Bump react to 16.9.0

* Update package.json

* might as well do everything

* Update package.json
  • Loading branch information
pvinis authored and cpojer committed Oct 31, 2019
1 parent 35001d2 commit b85dffa
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest"
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.8.1",
"react": "16.9.0",
"react-native": "0.61.3"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@react-native-community/eslint-config": "^0.0.3",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.51.1",
"react-test-renderer": "16.8.1"
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
Expand Down

0 comments on commit b85dffa

Please sign in to comment.