Skip to content

Commit

Permalink
chore(*): upgrade react-native from 0.60rc2 to 0.61.2
Browse files Browse the repository at this point in the history
Attempt to fix jest test issue while keeping react native working by installing
c7b02730c762ab8bebe45fd57cd8ea69290e99ec rn commit

see issues:
facebook/react-native#22437
facebook/react-native#22175
  • Loading branch information
nuKs committed Oct 24, 2019
1 parent 442b6ff commit 164f75e
Show file tree
Hide file tree
Showing 2 changed files with 700 additions and 577 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"memoize-one": "5.0.0",
"moment": "^2.24.0",
"native-base": "2.12.1",
"react": "16.8.6",
"react": "16.9.0",
"react-is": "16.8.6",
"react-native": "0.60.0-rc.2",
"react-native": "0.61.2",
"react-native-appupdate": "1.1.2",
"react-native-dev-menu": "2.0.2",
"react-native-device-info": "0.26.4",
Expand All @@ -66,7 +66,7 @@
"victory-native": "31.0.0"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/core": "7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
Expand All @@ -91,7 +91,7 @@
"@babel/plugin-transform-sticky-regex": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/plugin-transform-unicode-regex": "^7.6.2",
"@babel/runtime": "7.4.5",
"@babel/runtime": "7.6.2",
"@jest/reporters": "^25.0.0",
"@react-native-community/eslint-config": "0.0.5",
"@semantic-release/changelog": "3.0.2",
Expand All @@ -101,15 +101,15 @@
"@semantic-release/npm": "5.1.4",
"@semantic-release/release-notes-generator": "7.1.4",
"babel-plugin-transform-inline-environment-variables": "0.4.3",
"eslint": "5.14.1",
"eslint": "6.5.1",
"eslint-plugin-flowtype": "3.4.2",
"eslint-plugin-react": "7.12.4",
"flow-bin": "^0.103.0",
"jest": "^25.0.0",
"jetifier": "^1.4.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-native-testing-library": "^1.11.1",
"react-test-renderer": "16.6.3",
"react-test-renderer": "16.9.0",
"semantic-release": "15.13.3",
"wd": "1.11.1"
},
Expand Down
Loading

0 comments on commit 164f75e

Please sign in to comment.