package.json: Update react-dom package dependency

Closes #217
This commit is contained in:
Cockpituous 2019-08-31 17:26:28 +00:00 committed by Martin Pitt
parent d0a2ebcf0e
commit e557e1d45a

View file

@ -46,6 +46,6 @@
"core-js": "^3.1.4", "core-js": "^3.1.4",
"node-sass": "4.12.0", "node-sass": "4.12.0",
"react": "16.9.0", "react": "16.9.0",
"react-dom": "16.8.6" "react-dom": "16.9.0"
} }
} }