Skip to content

Commit

Permalink
Update React to 0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingItWrong committed Sep 28, 2018
1 parent 43f69b2 commit 5e1c13f
Show file tree
Hide file tree
Showing 3 changed files with 755 additions and 797 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"presets": ["react-native"],
"plugins": ["transform-decorators-legacy"]
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }]
]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"axios": "^0.18.0",
"mobx": "^5.1.0",
"mobx-react": "^5.2.5",
"react": "16.3.1",
"react-native": "0.55.4",
"react": "16.4.1",
"react-native": "0.56.1",
"react-native-config": "^0.11.5",
"react-native-elements": "^0.19.1",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.11.2"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "7.0.0-beta.47",
"@jonny/react-native-mock": "^0.4.2",
"babel-eslint": "^8.2.6",
"babel-jest": "23.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native": "^5",
"detox": "^9.0.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
Expand All @@ -38,7 +38,7 @@
"eslint-plugin-react": "^7.10.0",
"jest": "23.4.1",
"mocha": "^5.2.0",
"react-test-renderer": "16.3.1"
"react-test-renderer": "16.4.2"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit 5e1c13f

Please sign in to comment.