Upgrade client deps (#9990)

* upgrade axios

* upgrade axios-progress-bar

* upgrade bootstrap-vue

* fix issues
This commit is contained in:
Matteo Pagliazzi
2018-02-17 18:15:43 +01:00
committed by GitHub
parent c3c9dd5d35
commit 80fe58bc6f
3 changed files with 14 additions and 20 deletions
+10 -17
View File
@@ -1005,21 +1005,18 @@
"integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4="
},
"axios": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.16.2.tgz",
"integrity": "sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=",
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz",
"integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=",
"requires": {
"follow-redirects": "1.4.1",
"is-buffer": "1.1.6"
}
},
"axios-progress-bar": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/axios-progress-bar/-/axios-progress-bar-0.1.7.tgz",
"integrity": "sha512-xStxJUtcQUH0ulLni5qc8YwvNMTUjO7rmUTsvnxS1bD2GJKEemozP6sJ5OeoC6jjd6MS5FZyx5BlkU/lD8JLUw==",
"requires": {
"nprogress": "0.2.0"
}
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/axios-progress-bar/-/axios-progress-bar-1.1.8.tgz",
"integrity": "sha512-CDjRu+qCj1EmuIXkZbluZE0qz0mOugBrAlDwnhn2VRP6Bvg7ddkfXqyFlEM+Rtgxzn1rWQiFTuCC46azyRQOpA=="
},
"babel-code-frame": {
"version": "6.26.0",
@@ -1981,10 +1978,11 @@
"integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA=="
},
"bootstrap-vue": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-1.5.1.tgz",
"integrity": "sha512-bkob7vTHA5VZN6U0Wj34Yj+6jNtqAtc6MwcsLdBz78fcy8Ju5tlYUYMDUefQ0rQH7hhdtFDn9GuDiqhUPmE1sA==",
"version": "2.0.0-rc.1",
"resolved": "https://registry.npmjs.org/bootstrap-vue/-/bootstrap-vue-2.0.0-rc.1.tgz",
"integrity": "sha512-X9dr6gKi3pF3K2yMJah7nYhlo/HB3JLJQ+grr8442s/HJsfnW9P1iALJtmiAxH8/RXLCSes00gs4lYlP0zg21w==",
"requires": {
"bootstrap": "4.0.0",
"lodash.startcase": "4.4.0",
"opencollective": "1.0.3",
"popper.js": "1.13.0",
@@ -13953,11 +13951,6 @@
"set-blocking": "2.0.0"
}
},
"nprogress": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz",
"integrity": "sha1-y480xTIT2JVyP8urkH6UIq28r7E="
},
"nth-check": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
+3 -3
View File
@@ -12,8 +12,8 @@
"apn": "^1.7.6",
"autoprefixer": "^8.0.0",
"aws-sdk": "^2.0.25",
"axios": "^0.16.0",
"axios-progress-bar": "^0.1.7",
"axios": "^0.17.1",
"axios-progress-bar": "^1.1.8",
"babel-core": "^6.0.0",
"babel-loader": "^7.1.2",
"babel-eslint": "^8.2.1",
@@ -30,7 +30,7 @@
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"bootstrap": "^4.0.0",
"bootstrap-vue": "^1.5.0",
"bootstrap-vue": "^2.0.0-rc.1",
"compression": "^1.6.1",
"cookie-session": "^1.2.0",
"coupon-code": "^0.4.5",
+1
View File
@@ -436,6 +436,7 @@ export default {
</script>
<style src="intro.js/minified/introjs.min.css"></style>
<style src="axios-progress-bar/dist/nprogress.css"></style>
<style src="assets/scss/index.scss" lang="scss"></style>
<style src="assets/css/sprites/spritesmith-largeSprites-0.css"></style>
<style src="assets/css/sprites/spritesmith-main-0.css"></style>