Ensure react 16.8 or greater is used

This commit is contained in:
mabashian
2019-09-03 12:24:13 -04:00
parent f21c6dc330
commit 120190eb82
2 changed files with 11 additions and 24 deletions

View File

@@ -69,9 +69,9 @@
"html-entities": "^1.2.1",
"js-yaml": "^3.13.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react": "^16.8.6",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.4.1",
"react-dom": "^16.8.6",
"react-router-dom": "^4.3.1",
"react-virtualized": "^9.21.1",
"styled-components": "^4.2.0"