package.json: Update react-dom package dependency

Closes #242
This commit is contained in:
Cockpituous 2019-10-27 09:54:07 +00:00 committed by Martin Pitt
parent bab6d4e8dd
commit 4900daba39

View file

@ -47,6 +47,6 @@
"core-js": "3.3.3", "core-js": "3.3.3",
"node-sass": "4.12.0", "node-sass": "4.12.0",
"react": "16.10.2", "react": "16.10.2",
"react-dom": "16.10.2" "react-dom": "16.11.0"
} }
} }