Commit d1fdfea0 authored by Dylan Vann's avatar Dylan Vann

Upgrade dependencies.

parent c0a784a6
{
"presets": ["module:metro-react-native-babel-preset"]
}
module.exports = {
"presets": [
"react-native"
]
}
module.exports = {
preset: 'react-native',
modulePathIgnorePatterns: ['react-native-fast-image-example*'],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
},
modulePathIgnorePatterns: [
'react-native-fast-image-example*',
'react-native-fast-image-example-cocoapods*',
],
}
......@@ -28,17 +28,17 @@
"test:jest": "jest ./src/*.js"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"@babel/core": "^7.1.0",
"babel-jest": "^23.6.0",
"babel-preset-react-native": "^5.0.2",
"jest": "^23.5.0",
"prettier": "^1.14.2",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "^0.45.6",
"prettier": "^1.14.3",
"prettier-check": "^2.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-native": "^0.56.0",
"react-test-renderer": "16.4.2"
"react": "^16.5.2",
"react-native": "^0.57.1",
"react-test-renderer": "16.5.2"
},
"peerDependencies": {
"prop-types": "*",
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment