chore: update frontend deps

This commit is contained in:
Valentin Kaelin 2020-06-21 13:45:57 +02:00
parent 17a1c620d4
commit 5cd9b7600f
2 changed files with 8 additions and 8 deletions

View file

@ -11727,9 +11727,9 @@
} }
}, },
"vue-gtag": { "vue-gtag": {
"version": "1.6.2", "version": "1.6.5",
"resolved": "https://registry.npmjs.org/vue-gtag/-/vue-gtag-1.6.2.tgz", "resolved": "https://registry.npmjs.org/vue-gtag/-/vue-gtag-1.6.5.tgz",
"integrity": "sha512-kKjVP+ch89IkGWfnszd02Lbg4W76rsPlrCZrRzDBoQaBPPx5TTQIL/bbt9hxcWDcRDNdAeh2NCYfijl/TAD+Mw==" "integrity": "sha512-irwSsGbFXSc2SFecEtTtpEHUFcdkgz+PSg0pTUuBU+5DJhWxLidrTwArorQCCqLaCa51PD1FZde1vV292dQ/Ng=="
}, },
"vue-hot-reload-api": { "vue-hot-reload-api": {
"version": "2.3.4", "version": "2.3.4",
@ -11751,9 +11751,9 @@
} }
}, },
"vue-router": { "vue-router": {
"version": "3.3.2", "version": "3.3.4",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.2.tgz", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.3.4.tgz",
"integrity": "sha512-5sEbcfb7MW8mY8lbUVbF4kgcipGXsagkM/X+pb6n0MhjP+RorWIUTPAPSqgPaiPOxVCXgAItBl8Vwz8vq78faA==" "integrity": "sha512-SdKRBeoXUjaZ9R/8AyxsdTqkOfMcI5tWxPZOUX5Ie1BTL5rPSZ0O++pbiZCeYeythiZIdLEfkDiQPKIaWk5hDg=="
}, },
"vue-style-loader": { "vue-style-loader": {
"version": "4.1.2", "version": "4.1.2",

View file

@ -12,8 +12,8 @@
"axios": "^0.19.2", "axios": "^0.19.2",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-content-loader": "^0.2.3", "vue-content-loader": "^0.2.3",
"vue-gtag": "^1.6.2", "vue-gtag": "^1.6.5",
"vue-router": "^3.3.2", "vue-router": "^3.3.4",
"vuex": "^3.4.0" "vuex": "^3.4.0"
}, },
"devDependencies": { "devDependencies": {