Updating npm packages to avoid vulnerabilities

This commit is contained in:
mitchelljfs 2018-11-26 10:28:01 -08:00
parent 57d3863e3f
commit 3ea27aec3d
2 changed files with 8476 additions and 5328 deletions

13850
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
]
}