mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
chore: update frontend deps
This commit is contained in:
parent
17a1c620d4
commit
5cd9b7600f
2 changed files with 8 additions and 8 deletions
12
client/package-lock.json
generated
12
client/package-lock.json
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue