Skip to content

Commit

Permalink
iOS: Upgrade rn-demo-app to React Native 0.64.0 2/2 (rWWW)
Browse files Browse the repository at this point in the history
Reviewed By: fkgozali

Differential Revision: D28545402

fbshipit-source-id: 360dd7ef9b0879aaeec12ff8a0ae4630bd0f9dfc
  • Loading branch information
hramos authored and facebook-github-bot committed May 21, 2021
1 parent 8fdbce6 commit 761eae6
Show file tree
Hide file tree
Showing 2 changed files with 3,011 additions and 2,311 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"lint": "eslint ."
},
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.2"
"react": "17.0.1",
"react-native": "0.64.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/core": "^7.12.9",
"@babel/node": "^7.6.3",
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.12.5",
"@fbtjs/default-collection-transform": "^0.0.3",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-fbt": "^0.20.0",
"babel-plugin-fbt-runtime": "^0.9.17",
"babel-preset-react-native": "^4.0.1",
"eslint": "^6.5.1",
"eslint": "^7.14.0",
"fb-tiger-hash": "^0.1.6",
"fbt": "^0.13.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-native-fbt": "^0.0.1",
"react-test-renderer": "16.9.0",
"react-test-renderer": "17.0.1",
"shelljs": "^0.8.3"
},
"jest": {
Expand Down
Loading

0 comments on commit 761eae6

Please sign in to comment.