mirror of https://github.com/mitchell/mjfs.us.git
Updating npm packages to avoid vulnerabilities
This commit is contained in:
parent
57d3863e3f
commit
3ea27aec3d
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -9,7 +9,7 @@
|
|||
"react": "^16.5.2",
|
||||
"react-dom": "^16.5.2",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-scripts": "1.1.4"
|
||||
"react-scripts": "^2.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
@ -18,9 +18,7 @@
|
|||
"eject": "react-scripts eject"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.6",
|
||||
"csslint": "^1.0.5",
|
||||
"eslint": "^5.7.0",
|
||||
"eslint-config-prettier": "^2.10.0",
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint-plugin-flowtype": "^2.50.3",
|
||||
|
@ -31,5 +29,11 @@
|
|||
"eslint-plugin-standard": "^3.1.0",
|
||||
"flow-bin": "^0.76.0",
|
||||
"prettier": "^1.14.3"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue