package.json: Update react-dom package dependency

Closes #298
This commit is contained in:
Cockpituous 2020-03-28 19:38:31 +00:00 committed by Martin Pitt
parent 1d0fd48e2d
commit 7836502c6b

View file

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