package.json: Update react-dom package dependency

Closes #70
This commit is contained in:
Cockpit Bots 2018-12-14 18:12:21 +02:00 committed by Martin Pitt
parent 02d631a18a
commit e107a82f2a

View file

@ -45,6 +45,6 @@
"@babel/polyfill": "7.0.0",
"node-sass": "4.11.0",
"react": "16.6.3",
"react-dom": "16.6.0"
"react-dom": "16.6.3"
}
}