Merge pull request #9 from chopdgd/update-react-app

Updated JS dependencies for react
This commit is contained in:
Michael Gonzalez 2019-06-03 08:16:19 -04:00 committed by GitHub
commit f22176690f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,12 @@
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "2.1.8"
"react-scripts": "3.0.1"
},
"devDependencies": {
"axios": "0.18.0",
"node-sass": "4.11.0",
"raven-js": "3.27.0"
"axios": "0.19.0",
"node-sass": "4.12.0",
"raven-js": "3.27.1"
},
"engines": {
"node": ">=9.11.1",