Skip to content

Commit da6a7a9

Browse files
committed
fix: avoid type error in qrcode-vue3
1 parent fa8012b commit da6a7a9

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

auto-imports.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
// noinspection JSUnusedGlobalSymbols
55
// Generated by unplugin-auto-import
66
export {}
7-
declare global {}
7+
declare global {
8+
9+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"postcss": "^8.4.38",
8686
"prettier": "3.2.5",
8787
"progress-stream": "^2.0.0",
88-
"qrcode-vue3": "^1.6.8",
88+
"qrcode-vue3": "1.6.8",
8989
"rpc-websockets": "^7.9.0",
9090
"sass": "^1.72.0",
9191
"semver": "^7.6.0",
@@ -105,7 +105,7 @@
105105
"vue-json-tree": "^0.4.3",
106106
"vue-observe-visibility": "^1.0.0",
107107
"vue-router": "^4.3.0",
108-
"vue-tsc": "^2.0.7",
108+
"vue-tsc": "^2.0.28",
109109
"vuex": "^4.1.0",
110110
"witnet-radon-js": "^2.0.2",
111111
"witnet-requests": "^0.9.13"

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)