package.json: Update react-dom package dependency

Closes #235
This commit is contained in:
Cockpituous 2019-10-05 10:56:33 +00:00 committed by Martin Pitt
parent bd0fea40f2
commit e4420fd02e

View file

@ -46,6 +46,6 @@
"core-js": "3.2.1", "core-js": "3.2.1",
"node-sass": "4.12.0", "node-sass": "4.12.0",
"react": "16.10.0", "react": "16.10.0",
"react-dom": "16.10.1" "react-dom": "16.10.2"
} }
} }