package.json: Update react-dom package dependency

Closes #287
This commit is contained in:
Cockpituous 2020-03-03 20:28:09 +00:00 committed by Martin Pitt
parent fb8c3389ab
commit a711f04195

View file

@ -47,6 +47,6 @@
"core-js": "3.6.4",
"node-sass": "4.13.1",
"react": "16.13.0",
"react-dom": "16.12.0"
"react-dom": "16.13.0"
}
}