chore: Update dependencies. (#415)

This commit is contained in:
Dylan Vann 2019-02-22 01:03:42 -05:00 committed by GitHub
parent 4502bc8e66
commit 5add8e1ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 847 additions and 1644 deletions

3
babel.config.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
}

View File

@ -1,11 +0,0 @@
module.exports = {
preset: 'react-native',
transform: {
'^.+\\.(js)$':
'<rootDir>/node_modules/react-native/jest/preprocessor.js',
},
modulePathIgnorePatterns: [
'react-native-fast-image-example*',
'react-native-fast-image-example-cocoapods*',
],
}

View File

@ -53,13 +53,13 @@
"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": {
@ -67,6 +67,13 @@
"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",

2462
yarn.lock

File diff suppressed because it is too large Load Diff