Use specific versions in package.json

The Cockpit Bots will now propose updates.

Closes #54
This commit is contained in:
Marius Vollmer 2018-11-22 10:56:00 +02:00 committed by Martin Pitt
parent 9e09cfb77f
commit c87b2839c1

View file

@ -42,9 +42,9 @@
"webpack-cli": "^3.1.0" "webpack-cli": "^3.1.0"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.0.0", "@babel/polyfill": "7.0.0",
"node-sass": "^4.9.0", "node-sass": "4.9.0",
"react": "^16.6.0", "react": "16.6.0",
"react-dom": "^16.6.0" "react-dom": "16.6.0"
} }
} }