Skip to content

Commit

Permalink
Merge pull request #47 from Code4Yokohama/renovate/vue-gtm-3.x
Browse files Browse the repository at this point in the history
Update dependency vue-gtm to v3
  • Loading branch information
MasaGon authored Sep 19, 2021
2 parents 6cd01a9 + ad3c46c commit 23157df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"imi-enrichment-address": "https://info.gbiz.go.jp/tools/imi_tools/resource/imi-enrichment-address/imi-enrichment-address-2.0.0.tgz",
"sort-by-distance": "1.1.0",
"vue": "2.6.14",
"vue-gtm": "2.3.4",
"vue-gtm": "3.5.0",
"vue-router": "3.5.2",
"vue-scrollto": "2.20.0",
"vue2-google-maps": "0.10.7",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,11 @@
optionalDependencies:
prettier "^1.18.2"

"@vue/devtools-api@^6.0.0-beta.14":
version "6.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d"
integrity sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA==

"@vue/[email protected]":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#ad5912b308f4ae468458e02a2b05db0b9d246700"
Expand Down Expand Up @@ -8469,12 +8474,14 @@ vue-eslint-parser@^7.0.0:
lodash "^4.17.21"
semver "^6.3.0"

vue-gtm@2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/vue-gtm/-/vue-gtm-2.3.4.tgz#19d5402853f90d4850a9d0042c184e5c6b91b1cf"
integrity sha512-09e5XMxnkqDt33lonKW0q2KCageK3d0vN5aA+IAMi4c3TKtpat86Y/DllhIeKWeLBoUT4elz+S+bVDHUGzUA2A==
vue-gtm@3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/vue-gtm/-/vue-gtm-3.5.0.tgz#a64843cec1c39aa57f07d25e114908d65b47f0d0"
integrity sha512-MJ0eqPm2NG1MjUJv8K3DghVzbXNONLd2rav0WbpuCfnD5r+SKyD+kxYnPo8exAg7zN+krY+swXoXKJuXtb2Acg==
dependencies:
url-search-params-polyfill "^8.1.0"
optionalDependencies:
vue-router "^4.0.0"

vue-hot-reload-api@^2.3.0:
version "2.3.4"
Expand Down Expand Up @@ -8506,6 +8513,13 @@ [email protected]:
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.2.tgz#5f55e3f251970e36c3e8d88a7cd2d67a350ade5c"
integrity sha512-807gn82hTnjCYGrnF3eNmIw/dk7/GE4B5h69BlyCK9KHASwSloD1Sjcn06zg9fVG4fYH2DrsNBZkpLtb25WtaQ==

vue-router@^4.0.0:
version "4.0.11"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.11.tgz#cd649a0941c635281763a20965b599643ddc68ed"
integrity sha512-sha6I8fx9HWtvTrFZfxZkiQQBpqSeT+UCwauYjkdOQYRvwsGwimlQQE2ayqUwuuXGzquFpCPoXzYKWlzL4OuXg==
dependencies:
"@vue/devtools-api" "^6.0.0-beta.14"

[email protected]:
version "2.20.0"
resolved "https://registry.yarnpkg.com/vue-scrollto/-/vue-scrollto-2.20.0.tgz#3ba52239a62710c97003d12d4393f1f3393cd5cc"
Expand Down

0 comments on commit 23157df

Please sign in to comment.