update dev deps incl. eslint, flow, babel
This commit is contained in:
parent
60268a0ba5
commit
7c92a2e0b6
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -75,11 +75,11 @@
|
|||
"fbjs": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
"metro-react-native-babel-preset": "^0.45.0",
|
||||
"@invertase/babel-preset-react-native-syntax": "^0.1.1",
|
||||
"@invertase/babel-preset-react-native-syntax": "^0.1.3",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"eslint": "^5.3.0",
|
||||
"eslint": "^5.5.0",
|
||||
"eslint-config-airbnb": "^17.0.0",
|
||||
"eslint-config-prettier": "^3.0.1",
|
||||
"eslint-plugin-flowtype": "^2.50.0",
|
||||
|
@ -87,16 +87,16 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.1.1",
|
||||
"eslint-plugin-prettier": "^2.6.2",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"flow-bin": "^0.78.0",
|
||||
"flow-bin": "^0.80.0",
|
||||
"flow-copy-source": "^2.0.2",
|
||||
"genversion": "^2.1.0",
|
||||
"husky": "^0.14.3",
|
||||
"lint-staged": "^7.2.0",
|
||||
"lint-staged": "^7.2.2",
|
||||
"prettier": "^1.14.2",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-native": "^0.56.0",
|
||||
"typescript": "^3.0.1"
|
||||
"typescript": "^3.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"opencollective-postinstall": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue