package.json: Update react-dom package dependency

This commit is contained in:
Cockpituous 2018-12-14 14:11:52 +00:00
parent 02d631a18a
commit 895b10da1f

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.0" "react-dom": "16.6.3"
} }
} }