Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed Mar 28, 2019
1 parent 04ef2d0 commit b642d1d
Show file tree
Hide file tree
Showing 5 changed files with 1,260 additions and 919 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};
17 changes: 17 additions & 0 deletions metro.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/

module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
"peerDependencies": {
"react": "*",
"react-native": ">=0.44 || 0.60.0-rc"
"react-native": "^0.59"
},
"bugs": {
"url": "https://github.com/Purii/react-native-tableview-simple/issues"
Expand All @@ -54,21 +54,21 @@
"url": "git@github.com:Purii/react-native-tableview-simple.git"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-jest": "24.5.0",
"babel-preset-react-native": "4.0.1",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.4.0",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"jest": "23.6.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"jest": "24.5.0",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"react": "16.8.0",
"react-native": "^0.57.8",
"react-test-renderer": "16.8.0"
"react-test-renderer": "16.8.6"
},
"dependencies": {
"prop-types": "^15.6.2"
"prop-types": "^15.7.2"
}
}
Loading

0 comments on commit b642d1d

Please sign in to comment.