package.json: Update react-dom package dependency

Closes #234
This commit is contained in:
Cockpituous 2019-10-02 09:09:44 +00:00 committed by Martin Pitt
parent d43845c1a3
commit 0a0fc14560

View file

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