package.json: Update react package dependency

Closes #151
This commit is contained in:
Cockpit Bots 2019-03-14 09:03:48 +02:00 committed by Martin Pitt
parent 220b7d7c4f
commit 88f759d3e7

View file

@ -45,7 +45,7 @@
"dependencies": { "dependencies": {
"@babel/polyfill": "7.2.5", "@babel/polyfill": "7.2.5",
"node-sass": "4.11.0", "node-sass": "4.11.0",
"react": "16.8.3", "react": "16.8.4",
"react-dom": "16.8.4" "react-dom": "16.8.4"
} }
} }