fix: bump minor version
This diff is collapsed.
metro.config.js
0 → 100644
This diff is collapsed.
... | ... | @@ -14,7 +14,7 @@ |
"android": "npm run build-rust-android && react-native run-android", | ||
"start": "yarn run ios", | ||
"test": "jest", | ||
"lint": "", | ||
"lint": "eslint", | ||
"commit": "commit-wizard" | ||
}, | ||
"dependencies": { | ||
... | ... | @@ -23,8 +23,8 @@ |
"debounce": "^1.0.0", | ||
"hoist-non-react-statics": "^2.5.0", | ||
"prop-types": "^15.6.1", | ||
"react": "16.8.3", | ||
"react-native": "0.59.9", | ||
"react": "16.8.6", | ||
"react-native": "0.60.0", | ||
"react-native-camera": "^1.9.0", | ||
"react-native-keyboard-aware-scroll-view": "^0.5.0", | ||
"react-native-markdown-renderer": "^3.2.8", | ||
... | ... | @@ -41,8 +41,10 @@ |
"@babel/cli": "^7.0.0-beta.56", | ||
"@babel/core": "^7.4.5", | ||
"@babel/runtime": "^7.4.5", | ||
"@react-native-community/eslint-config": "^0.0.5", | ||
"eslint": "^6.0.1", | ||
"metro-react-native-babel-preset": "^0.54.1", | ||
"react-test-renderer": "16.8.3", | ||
"react-test-renderer": "16.8.6", | ||
"@babel/plugin-proposal-class-properties": "^7.3.0", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.0.0-beta.56", | ||
... | ... |
Please register or sign in to comment