Update react-scripts to >=2.0.0

This resolves an error when attempting to minify files [1].

[1]: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Change-Id: Ife5fe735c81fd5d5c93c5ef777d924edc597cec2
This commit is contained in:
David Moreau Simard 2019-01-29 10:43:59 -05:00
parent aa974a90a8
commit f139a3683c
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
2 changed files with 11069 additions and 5649 deletions

16708
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.5",
"react-scripts": ">=2.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.3"
@ -27,5 +27,11 @@
"devDependencies": {
"axios-mock-adapter": "^1.15.0",
"redux-mock-store": "^1.5.3"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}