Skip to content

Commit

Permalink
chore: Update dependencies. (DylanVann#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann authored Feb 22, 2019
1 parent 4502bc8 commit 5add8e1
Show file tree
Hide file tree
Showing 4 changed files with 850 additions and 1,647 deletions.
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'],
}
11 changes: 0 additions & 11 deletions jest.config.js

This file was deleted.

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,27 @@
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "0.48.1",
"metro-react-native-babel-preset": "^0.52.0",
"prettier": "^1.16.4",
"prettier-check": "^2.0.0",
"prop-types": "^15.6.2",
"react": "16.6.0-alpha.8af6728",
"react-native": "^0.57.4",
"react-test-renderer": "16.6.0-alpha.8af6728",
"react": "16.8.3",
"react-native": "^0.58.5",
"react-test-renderer": "16.8.3",
"semantic-release": "^15.13.2"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"react-native-fast-image-example*",
"react-native-fast-image-example-cocoapods*"
]
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down
Loading

0 comments on commit 5add8e1

Please sign in to comment.