Use specific versions in package.json
The Cockpit Bots will now propose updates.
This commit is contained in:
parent
9e09cfb77f
commit
3abf002700
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue