package.json: Update react-dom package dependency

Closes #157
This commit is contained in:
Cockpit Bots 2019-04-02 22:12:44 +03:00 committed by Martin Pitt
parent ca20146dbe
commit 026275122f

View file

@ -46,6 +46,6 @@
"@babel/polyfill": "7.4.0",
"node-sass": "4.11.0",
"react": "16.8.6",
"react-dom": "16.8.5"
"react-dom": "16.8.6"
}
}