update packages
This commit is contained in:
parent
faa6c669e2
commit
7fde7c7fc6
21
package.json
21
package.json
|
@ -7,12 +7,11 @@
|
|||
"ios": "react-native run-ios",
|
||||
"start": "react-native start",
|
||||
"test": "jest",
|
||||
"lint": "eslint .",
|
||||
"postinstall": "remotedev-debugger"
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"native-base": "^2.13.8",
|
||||
"react": "16.9.0",
|
||||
"react": "16.13.0",
|
||||
"react-native": "0.61.5",
|
||||
"react-native-ankidroid": "^0.4.0",
|
||||
"react-native-material-textfield": "^0.16.1",
|
||||
|
@ -23,14 +22,14 @@
|
|||
"remote-redux-devtools": "^0.5.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.6.2",
|
||||
"@babel/runtime": "^7.6.2",
|
||||
"@react-native-community/eslint-config": "^0.0.5",
|
||||
"babel-jest": "^24.9.0",
|
||||
"eslint": "^0.11.0-alpha.0",
|
||||
"jest": "^24.9.0",
|
||||
"metro-react-native-babel-preset": "^0.56.0",
|
||||
"react-test-renderer": "16.9.0",
|
||||
"@babel/core": "^7.8.7",
|
||||
"@babel/runtime": "^7.8.7",
|
||||
"@react-native-community/eslint-config": "^0.0.7",
|
||||
"babel-jest": "^25.1.0",
|
||||
"eslint": "^6.8.0",
|
||||
"jest": "^25.1.0",
|
||||
"metro-react-native-babel-preset": "^0.58.0",
|
||||
"react-test-renderer": "16.13.0",
|
||||
"remotedev-rn-debugger": "^0.8.4"
|
||||
},
|
||||
"jest": {
|
||||
|
|
Loading…
Reference in a new issue