package.json: Update react-dom package dependency

This commit is contained in:
Cockpituous 2018-11-30 10:59:21 +00:00
parent c87b2839c1
commit bd639cfca5

View file

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