package.json: Update react-dom package dependency (#74)

This commit is contained in:
Cockpit Bots 2018-12-23 21:49:08 +02:00 committed by Martin Pitt
parent e107a82f2a
commit f475fff8f7

View file

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