package.json: Update react-dom package dependency

Closes #100
This commit is contained in:
Cockpit Bots 2019-02-08 14:08:35 +02:00 committed by Martin Pitt
parent 1dd8711512
commit d6e4c6be6e

View file

@ -46,6 +46,6 @@
"@babel/polyfill": "7.2.5", "@babel/polyfill": "7.2.5",
"node-sass": "4.11.0", "node-sass": "4.11.0",
"react": "16.7.0", "react": "16.7.0",
"react-dom": "16.7.0" "react-dom": "16.8.1"
} }
} }