package.json: Update react package dependency

Closes #101
This commit is contained in:
Cockpit Bots 2019-02-11 15:07:49 +02:00 committed by Martin Pitt
parent d6e4c6be6e
commit 3ae93bd04e

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.7.0", "react": "16.8.1",
"react-dom": "16.8.1" "react-dom": "16.8.1"
} }
} }