Skip to content

Commit

Permalink
Merge pull request #433 from hiroxto/fix-qr
Browse files Browse the repository at this point in the history
qrcode.vueのバージョンを修正
  • Loading branch information
hiroxto committed Jul 31, 2021
2 parents 259938d + 190292a commit 2f7816c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-vue": "7.14.0",
"marked": "2.1.3",
"node-sass": "6.0.1",
"qrcode.vue": "3.1.0",
"qrcode.vue": "1.*",
"raw-loader": "4.0.2",
"sass-loader": "10.2.0",
"vee-validate": "3.4.11"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7673,10 +7673,10 @@ q@^1.1.2:
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=

qrcode.vue@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/qrcode.vue/-/qrcode.vue-3.1.0.tgz#693a6fd09761a746d3cfc44f004f3d7645b39175"
integrity sha512-nzafPGwKeB7Zr97vZIsBsxAjDDN38veNtD1A6o8WcMhvDdX2K9W5m7zLdqx+k3izKTuI4HHcnneDulJIKSuLlw==
qrcode.vue@1.*:
version "1.7.0"
resolved "https://registry.yarnpkg.com/qrcode.vue/-/qrcode.vue-1.7.0.tgz#c54b2934f0650c10d92785d08aaad36c55e0fc56"
integrity sha512-R7t6Y3fDDtcU7L4rtqwGUDP9xD64gJhIwpfjhRCTKmBoYF6SS49PIJHRJ048cse6OI7iwTwgyy2C46N9Ygoc6g==

qs@^6.9.4:
version "6.10.1"
Expand Down

0 comments on commit 2f7816c

Please sign in to comment.