mirror of https://github.com/mitchell/mjfs.us.git
Update to npm packages to remedy security warning
This commit is contained in:
parent
80d1ad6fe1
commit
24f7976b5b
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -6,10 +6,10 @@
|
||||||
"@fortawesome/fontawesome": "^1.1.8",
|
"@fortawesome/fontawesome": "^1.1.8",
|
||||||
"@fortawesome/fontawesome-free-solid": "^5.0.13",
|
"@fortawesome/fontawesome-free-solid": "^5.0.13",
|
||||||
"@fortawesome/react-fontawesome": "^0.0.19",
|
"@fortawesome/react-fontawesome": "^0.0.19",
|
||||||
"react": "^16.5.2",
|
"react": "^16.8.6",
|
||||||
"react-dom": "^16.5.2",
|
"react-dom": "^16.8.6",
|
||||||
"react-router-dom": "^4.3.1",
|
"react-router-dom": "^4.3.1",
|
||||||
"react-scripts": "^2.1.3"
|
"react-scripts": "^3.0.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
@ -22,13 +22,13 @@
|
||||||
"eslint-config-prettier": "^2.10.0",
|
"eslint-config-prettier": "^2.10.0",
|
||||||
"eslint-config-standard": "^11.0.0",
|
"eslint-config-standard": "^11.0.0",
|
||||||
"eslint-plugin-flowtype": "^2.50.3",
|
"eslint-plugin-flowtype": "^2.50.3",
|
||||||
"eslint-plugin-import": "^2.14.0",
|
"eslint-plugin-import": "^2.17.3",
|
||||||
"eslint-plugin-node": "^6.0.1",
|
"eslint-plugin-node": "^6.0.1",
|
||||||
"eslint-plugin-promise": "^3.8.0",
|
"eslint-plugin-promise": "^3.8.0",
|
||||||
"eslint-plugin-react": "^7.11.1",
|
"eslint-plugin-react": "^7.13.0",
|
||||||
"eslint-plugin-standard": "^3.1.0",
|
"eslint-plugin-standard": "^3.1.0",
|
||||||
"flow-bin": "^0.76.0",
|
"flow-bin": "^0.76.0",
|
||||||
"prettier": "^1.14.3"
|
"prettier": "^1.17.1"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
">0.2%",
|
">0.2%",
|
||||||
|
|
Loading…
Reference in New Issue