package.json: Update react-dom package dependency

Closes #105
This commit is contained in:
Cockpit Bots 2019-02-17 22:00:39 +02:00 committed by Martin Pitt
parent e9db4448c9
commit 0d1ca2d5a7

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.8.1", "react": "16.8.1",
"react-dom": "16.8.1" "react-dom": "16.8.2"
} }
} }