package.json: Update react-dom package dependency

This commit is contained in:
Cockpituous 2018-12-23 16:11:21 +00:00
parent e107a82f2a
commit 7edc2fa060

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"
} }
} }