Update package.json

This commit is contained in:
Daniel Supernault 2018-10-21 00:05:52 -06:00
parent 70e95eac24
commit 5c3a821ead
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 303 additions and 58 deletions

View file

@ -11,21 +11,22 @@
},
"devDependencies": {
"axios": "^0.18",
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"bootstrap": "^4.1.3",
"cross-env": "^5.2.0",
"jquery": "^3.2",
"laravel-mix": "^2.1.14",
"lodash": "^4.17.4",
"popper.js": "^1.12",
"lodash": "^4.17.11",
"popper.js": "^1.14.4",
"vue": "^2.5.17"
},
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.11",
"filesize": "^3.6.1",
"infinite-scroll": "^3.0.4",
"laravel-echo": "^1.4.0",
"pusher-js": "^4.2.2",
"socket.io-client": "^2.1.1",
"sweetalert": "^2.1.0",
"twitter-text": "^2.0.4"
"twitter-text": "^2.0.5"
}
}