package.json: Update react-dom package dependency

Closes #131
This commit is contained in:
Cockpit Bots 2019-02-27 09:10:24 +02:00 committed by Martin Pitt
parent 20cc5a2894
commit 32f0e20ddb

View file

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