update boostrap and bootstrap-vue (no breaking changes)

This commit is contained in:
Matteo Pagliazzi 2018-01-24 19:08:07 +01:00
parent af245b63d9
commit 3818fbdd3e
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View file

@ -1663,9 +1663,9 @@
"integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA=="
},
"bootstrap-vue": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-1.4.1.tgz",
"integrity": "sha512-TXQ28trpKPkdJS/SlcvKOS5DTWxUPkyhGf19urUG1r6Cq6YrzNI+kMipzGpj46XFlYu0WUutzOa9KraYyPLDBQ==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-1.5.0.tgz",
"integrity": "sha512-tQ22yKZbvKd2HWbFey1WVXbjJY/3zvEep+ODt/EPC4BFSCcPzq7s6Em/boQ6tIE4xdckySDSgGAtxPcwo4Sz9g==",
"requires": {
"lodash.startcase": "4.4.0",
"opencollective": "1.0.3",

View file

@ -30,8 +30,8 @@
"bcrypt": "^1.0.2",
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"bootstrap": "^4.0.0-beta.3",
"bootstrap-vue": "^1.0.2",
"bootstrap": "^4.0.0",
"bootstrap-vue": "^1.5.0",
"compression": "^1.6.1",
"cookie-session": "^1.2.0",
"coupon-code": "^0.4.5",