build: add url

This commit is contained in:
陈凯龙 2022-04-26 10:53:52 +08:00
parent c475a610c1
commit ab0f59ac91
2 changed files with 20 additions and 0 deletions

View File

@ -45,6 +45,7 @@
"pinia-plugin-persist": "^1.0.0",
"qrcode": "^1.5.0",
"qs": "^6.10.3",
"url": "^0.11.0",
"vue": "3.2.33",
"vue-i18n": "9.1.9",
"vue-router": "^4.0.14",

View File

@ -58,6 +58,7 @@ specifiers:
stylelint-order: ^5.0.0
typescript: 4.6.3
unplugin-vue-define-options: ^0.6.1
url: ^0.11.0
vite: 2.9.5
vite-plugin-eslint: ^1.6.0
vite-plugin-html: ^3.2.0
@ -95,6 +96,7 @@ dependencies:
pinia-plugin-persist: registry.npmmirror.com/pinia-plugin-persist/1.0.0_pinia@2.0.13+vue@3.2.33
qrcode: registry.npmmirror.com/qrcode/1.5.0
qs: registry.npmmirror.com/qs/6.10.3
url: 0.11.0
vue: 3.2.33
vue-i18n: registry.npmmirror.com/vue-i18n/9.1.9_vue@3.2.33
vue-router: registry.npmmirror.com/vue-router/4.0.14_vue@3.2.33
@ -4048,11 +4050,21 @@ packages:
engines: {node: '>=6'}
dev: false
/punycode/1.3.2:
resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=}
dev: false
/punycode/2.1.1:
resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==}
engines: {node: '>=6'}
dev: true
/querystring/0.2.0:
resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=}
engines: {node: '>=0.4.x'}
deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
dev: false
/queue-microtask/1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
dev: true
@ -4764,6 +4776,13 @@ packages:
punycode: 2.1.1
dev: true
/url/0.11.0:
resolution: {integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=}
dependencies:
punycode: 1.3.2
querystring: 0.2.0
dev: false
/util-deprecate/1.0.2:
resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
dev: true