Upgrade react and react-dom to latest

This commit is contained in:
mabashian
2020-03-03 13:07:03 -05:00
parent 0b702ede4e
commit d5372dae36
2 changed files with 12 additions and 12 deletions

View File

@@ -72,9 +72,9 @@
"html-entities": "^1.2.1",
"js-yaml": "^3.13.1",
"prop-types": "^15.6.2",
"react": "^16.10.2",
"react": "^16.13.0",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.10.2",
"react-dom": "^16.13.0",
"react-router-dom": "^5.1.2",
"react-virtualized": "^9.21.1",
"styled-components": "^4.2.0"