package.json: Update react-dom package dependency

This commit is contained in:
Cockpituous 2019-04-02 17:59:13 +00:00
parent ca20146dbe
commit 45bff91d90

View file

@ -46,6 +46,6 @@
"@babel/polyfill": "7.4.0", "@babel/polyfill": "7.4.0",
"node-sass": "4.11.0", "node-sass": "4.11.0",
"react": "16.8.6", "react": "16.8.6",
"react-dom": "16.8.5" "react-dom": "16.8.6"
} }
} }