Use specific versions in package.json

The Cockpit Bots will now propose updates.
This commit is contained in:
Marius Vollmer 2018-11-09 15:09:12 +02:00
parent 9e09cfb77f
commit 3abf002700

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"
} }
} }