mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 11:29:20 +08:00
chore: updates all dependencies
This commit is contained in:
parent
307df0b0b8
commit
a4af6b2d03
12
package.json
12
package.json
@ -33,7 +33,7 @@
|
||||
"nprogress": "^0.2.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"path-to-regexp": "^6.2.1",
|
||||
"pinia": "^2.0.18",
|
||||
"pinia": "^2.0.19",
|
||||
"screenfull": "^6.0.2",
|
||||
"vue": "^3.2.37",
|
||||
"vue-router": "^4.1.3"
|
||||
@ -41,11 +41,11 @@
|
||||
"devDependencies": {
|
||||
"@types/js-cookie": "^3.0.2",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@types/node": "^18.7.3",
|
||||
"@types/node": "^18.7.6",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/path-browserify": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
||||
"@typescript-eslint/parser": "^5.33.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
||||
"@typescript-eslint/parser": "^5.33.1",
|
||||
"@vitejs/plugin-vue": "^3.0.3",
|
||||
"@vue/eslint-config-prettier": "^7.0.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.0",
|
||||
@ -58,8 +58,8 @@
|
||||
"sass": "^1.54.4",
|
||||
"terser": "^5.14.2",
|
||||
"typescript": "^4.7.4",
|
||||
"unocss": "^0.45.6",
|
||||
"vite": "^3.0.7",
|
||||
"unocss": "^0.45.8",
|
||||
"vite": "^3.0.8",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vue-eslint-parser": "^9.0.3",
|
||||
"vue-tsc": "^0.40.1"
|
||||
|
324
pnpm-lock.yaml
generated
324
pnpm-lock.yaml
generated
@ -4,11 +4,11 @@ specifiers:
|
||||
'@element-plus/icons-vue': ^2.0.9
|
||||
'@types/js-cookie': ^3.0.2
|
||||
'@types/lodash-es': ^4.17.6
|
||||
'@types/node': ^18.7.3
|
||||
'@types/node': ^18.7.6
|
||||
'@types/nprogress': ^0.2.0
|
||||
'@types/path-browserify': ^1.0.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.33.0
|
||||
'@typescript-eslint/parser': ^5.33.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.33.1
|
||||
'@typescript-eslint/parser': ^5.33.1
|
||||
'@vitejs/plugin-vue': ^3.0.3
|
||||
'@vue/eslint-config-prettier': ^7.0.0
|
||||
'@vue/eslint-config-typescript': ^11.0.0
|
||||
@ -26,14 +26,14 @@ specifiers:
|
||||
nprogress: ^0.2.0
|
||||
path-browserify: ^1.0.1
|
||||
path-to-regexp: ^6.2.1
|
||||
pinia: ^2.0.18
|
||||
pinia: ^2.0.19
|
||||
prettier: ^2.7.1
|
||||
sass: ^1.54.4
|
||||
screenfull: ^6.0.2
|
||||
terser: ^5.14.2
|
||||
typescript: ^4.7.4
|
||||
unocss: ^0.45.6
|
||||
vite: ^3.0.7
|
||||
unocss: ^0.45.8
|
||||
vite: ^3.0.8
|
||||
vite-plugin-svg-icons: ^2.0.1
|
||||
vue: ^3.2.37
|
||||
vue-eslint-parser: ^9.0.3
|
||||
@ -51,7 +51,7 @@ dependencies:
|
||||
nprogress: 0.2.0
|
||||
path-browserify: 1.0.1
|
||||
path-to-regexp: 6.2.1
|
||||
pinia: 2.0.18_j6bzmzd4ujpabbp5objtwxyjp4
|
||||
pinia: 2.0.19_j6bzmzd4ujpabbp5objtwxyjp4
|
||||
screenfull: 6.0.2
|
||||
vue: 3.2.37
|
||||
vue-router: 4.1.3_vue@3.2.37
|
||||
@ -59,12 +59,12 @@ dependencies:
|
||||
devDependencies:
|
||||
'@types/js-cookie': 3.0.2
|
||||
'@types/lodash-es': 4.17.6
|
||||
'@types/node': 18.7.3
|
||||
'@types/node': 18.7.6
|
||||
'@types/nprogress': 0.2.0
|
||||
'@types/path-browserify': 1.0.0
|
||||
'@typescript-eslint/eslint-plugin': 5.33.0_yy5c4q6zhpajzhorvwhnwvctfe
|
||||
'@typescript-eslint/parser': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@vitejs/plugin-vue': 3.0.3_vite@3.0.7+vue@3.2.37
|
||||
'@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i
|
||||
'@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@vitejs/plugin-vue': 3.0.3_vite@3.0.8+vue@3.2.37
|
||||
'@vue/eslint-config-prettier': 7.0.0_2xd4q2tc5cqa5as7uugqhp6oue
|
||||
'@vue/eslint-config-typescript': 11.0.0_4py5zxx5ck6utobkmozwvrmyiy
|
||||
eslint: 8.22.0
|
||||
@ -76,9 +76,9 @@ devDependencies:
|
||||
sass: 1.54.4
|
||||
terser: 5.14.2
|
||||
typescript: 4.7.4
|
||||
unocss: 0.45.6_vite@3.0.7
|
||||
vite: 3.0.7_sass@1.54.4+terser@5.14.2
|
||||
vite-plugin-svg-icons: 2.0.1_vite@3.0.7
|
||||
unocss: 0.45.8_vite@3.0.8
|
||||
vite: 3.0.8_sass@1.54.4+terser@5.14.2
|
||||
vite-plugin-svg-icons: 2.0.1_vite@3.0.8
|
||||
vue-eslint-parser: 9.0.3_eslint@8.22.0
|
||||
vue-tsc: 0.40.1_typescript@4.7.4
|
||||
|
||||
@ -309,13 +309,13 @@ packages:
|
||||
/@types/lodash-es/4.17.6:
|
||||
resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==}
|
||||
dependencies:
|
||||
'@types/lodash': 4.14.182
|
||||
'@types/lodash': 4.14.184
|
||||
|
||||
/@types/lodash/4.14.182:
|
||||
resolution: {integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==}
|
||||
/@types/lodash/4.14.184:
|
||||
resolution: {integrity: sha512-RoZphVtHbxPZizt4IcILciSWiC6dcn+eZ8oX9IWEYfDMcocdd42f7NPI6fQj+6zI8y4E0L7gu2pcZKLGTRaV9Q==}
|
||||
|
||||
/@types/node/18.7.3:
|
||||
resolution: {integrity: sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w==}
|
||||
/@types/node/18.7.6:
|
||||
resolution: {integrity: sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==}
|
||||
dev: true
|
||||
|
||||
/@types/nprogress/0.2.0:
|
||||
@ -326,18 +326,18 @@ packages:
|
||||
resolution: {integrity: sha512-XMCcyhSvxcch8b7rZAtFAaierBYdeHXVvg2iYnxOV0MCQHmPuRRmGZPFDRzPayxcGiiSL1Te9UIO+f3cuj0tfw==}
|
||||
dev: true
|
||||
|
||||
/@types/svgo/2.6.3:
|
||||
resolution: {integrity: sha512-5sP0Xgo0dXppY0tbYF6TevB/1+tzFLuu71XXxC/zGvQAn9PW7y+DwtDO81g0ZUPye00K6tPwtsLDOpARa0mFcA==}
|
||||
/@types/svgo/2.6.4:
|
||||
resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
|
||||
dependencies:
|
||||
'@types/node': 18.7.3
|
||||
'@types/node': 18.7.6
|
||||
dev: true
|
||||
|
||||
/@types/web-bluetooth/0.0.14:
|
||||
resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==}
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.33.0_yy5c4q6zhpajzhorvwhnwvctfe:
|
||||
resolution: {integrity: sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==}
|
||||
/@typescript-eslint/eslint-plugin/5.33.1_vsoshirnpb7xw6mr7xomgfas2i:
|
||||
resolution: {integrity: sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@ -347,10 +347,10 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/scope-manager': 5.33.0
|
||||
'@typescript-eslint/type-utils': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/utils': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/scope-manager': 5.33.1
|
||||
'@typescript-eslint/type-utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
debug: 4.3.4
|
||||
eslint: 8.22.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
@ -363,8 +363,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==}
|
||||
/@typescript-eslint/parser/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -373,9 +373,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.33.0
|
||||
'@typescript-eslint/types': 5.33.0
|
||||
'@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4
|
||||
'@typescript-eslint/scope-manager': 5.33.1
|
||||
'@typescript-eslint/types': 5.33.1
|
||||
'@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.22.0
|
||||
typescript: 4.7.4
|
||||
@ -383,16 +383,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.33.0:
|
||||
resolution: {integrity: sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==}
|
||||
/@typescript-eslint/scope-manager/5.33.1:
|
||||
resolution: {integrity: sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.33.0
|
||||
'@typescript-eslint/visitor-keys': 5.33.0
|
||||
'@typescript-eslint/types': 5.33.1
|
||||
'@typescript-eslint/visitor-keys': 5.33.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==}
|
||||
/@typescript-eslint/type-utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@ -401,7 +401,7 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
debug: 4.3.4
|
||||
eslint: 8.22.0
|
||||
tsutils: 3.21.0_typescript@4.7.4
|
||||
@ -410,13 +410,13 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.33.0:
|
||||
resolution: {integrity: sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==}
|
||||
/@typescript-eslint/types/5.33.1:
|
||||
resolution: {integrity: sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.33.0_typescript@4.7.4:
|
||||
resolution: {integrity: sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==}
|
||||
/@typescript-eslint/typescript-estree/5.33.1_typescript@4.7.4:
|
||||
resolution: {integrity: sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -424,8 +424,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.33.0
|
||||
'@typescript-eslint/visitor-keys': 5.33.0
|
||||
'@typescript-eslint/types': 5.33.1
|
||||
'@typescript-eslint/visitor-keys': 5.33.1
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -436,16 +436,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==}
|
||||
/@typescript-eslint/utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq:
|
||||
resolution: {integrity: sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.11
|
||||
'@typescript-eslint/scope-manager': 5.33.0
|
||||
'@typescript-eslint/types': 5.33.0
|
||||
'@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4
|
||||
'@typescript-eslint/scope-manager': 5.33.1
|
||||
'@typescript-eslint/types': 5.33.1
|
||||
'@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4
|
||||
eslint: 8.22.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.22.0
|
||||
@ -454,163 +454,163 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.33.0:
|
||||
resolution: {integrity: sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==}
|
||||
/@typescript-eslint/visitor-keys/5.33.1:
|
||||
resolution: {integrity: sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.33.0
|
||||
'@typescript-eslint/types': 5.33.1
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
/@unocss/cli/0.45.6:
|
||||
resolution: {integrity: sha512-U3Kl3i/UAIt2LXnBBcyNNnoF3qZV8y+tn4SNMa0P8iTgswKREzv8RuN5lGtdJohGQGoScKsNgj5t6WIKwts3lg==}
|
||||
/@unocss/cli/0.45.8:
|
||||
resolution: {integrity: sha512-/JyYXi4SsKNkEqB3wG/3FPAOHbQ4YTl0caI8KusMrbNIdGnBHTG9Vi5IzTE7Oyt3yksvwjfgNnOGsiRWBqxq2Q==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@unocss/config': 0.45.6
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/preset-uno': 0.45.6
|
||||
'@unocss/config': 0.45.8
|
||||
'@unocss/core': 0.45.8
|
||||
'@unocss/preset-uno': 0.45.8
|
||||
cac: 6.7.12
|
||||
chokidar: 3.5.3
|
||||
colorette: 2.0.19
|
||||
consola: 2.15.3
|
||||
fast-glob: 3.2.11
|
||||
pathe: 0.3.4
|
||||
pathe: 0.3.5
|
||||
perfect-debounce: 0.1.3
|
||||
dev: true
|
||||
|
||||
/@unocss/config/0.45.6:
|
||||
resolution: {integrity: sha512-evmhX/JT4SYsFOG5ora6To8PeJpBqWfCXZIEGFnmvjsUCVreacuLqwvxHtZZLpuwbIqY9VzzPdeuw3Ak2AZ/kg==}
|
||||
/@unocss/config/0.45.8:
|
||||
resolution: {integrity: sha512-iwxHS0yuf/tPab8Oij6Q9pjCUASAdUJC31n0rp3VpyexjzfI/335ysbEzrBuwgxLV3RWk7Z1kHizCw+kQwZ+tw==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
unconfig: 0.3.5
|
||||
dev: true
|
||||
|
||||
/@unocss/core/0.45.6:
|
||||
resolution: {integrity: sha512-AeV2/HOTnmc2t2Z0oJ4qKhxDuvYKJ4sVLhqZi+Ex8SP5JSm65SrW3kmGWJMkSGHqJG6ey2ugAiZh6rHzELlB7A==}
|
||||
/@unocss/core/0.45.8:
|
||||
resolution: {integrity: sha512-Iskmc1FaxIUAw4HK1U3htvXxJ4YAtffn3+ygNKY8+bzuOqhIk84vbp7SnHV3b8X6IHl4/OYzNRlVFhJQYnWV7g==}
|
||||
dev: true
|
||||
|
||||
/@unocss/inspector/0.45.6:
|
||||
resolution: {integrity: sha512-3Gx28OnCSf73OKlxKXs2JOvWqBeXgNSZdY9DaNZxj0yPFnNfTsdbyH16pk/ETV2Ab0xF+123oN0EI7SbFHYs0w==}
|
||||
/@unocss/inspector/0.45.8:
|
||||
resolution: {integrity: sha512-dvGYyVVofH8VxMvqaRfysxIbRkaunvs5M5Z8UVaCCfjfrDX6nqAQfSOakXWODEz8Y2JEfKEDLWfSn+oQWb9ohA==}
|
||||
dependencies:
|
||||
gzip-size: 6.0.0
|
||||
sirv: 2.0.2
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-attributify/0.45.6:
|
||||
resolution: {integrity: sha512-BC9D7uH3cX8FKjDKzfLp94kjtkLqHbUwpcbA7naHfcsB79EGDXs35uRm8z9Br8zIXepbhBTbytM+6yE/8Kgq9g==}
|
||||
/@unocss/preset-attributify/0.45.8:
|
||||
resolution: {integrity: sha512-5j8TfoYWKkpV0f2fwDTtAyRl+2zoquqg5JfuQDr1ELUpSodmHq9hMvt53EmG/S1wotijthsdh8jcjCRLQ36Xuw==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-icons/0.45.6:
|
||||
resolution: {integrity: sha512-9OD8q2PSS4hqECoVF7ZHUn/RRMFuNdSCAed/vvSrFFB4vLGKE6RQ4bO3RQqfi0L5SMyAT5FVqUEX+HsLQkwlbA==}
|
||||
/@unocss/preset-icons/0.45.8:
|
||||
resolution: {integrity: sha512-2dcK2Z8xMiJoKhgraTyarJioqyh2SglXrvJ+xp7HNDOhwQcbzxdw9JzwBT1hCq03ohm2Z1CdF9xP9nbFqdpY/A==}
|
||||
dependencies:
|
||||
'@iconify/utils': 1.0.33
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
ohmyfetch: 0.4.18
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-mini/0.45.6:
|
||||
resolution: {integrity: sha512-hsneAcqqZTHN3tFXYIMsZMKgPoV1Ew4AFBn/dg3Z6/Bt1vIcLco/Iup1FhqjgvYm5Vdehszqb88VENZPV7CYjg==}
|
||||
/@unocss/preset-mini/0.45.8:
|
||||
resolution: {integrity: sha512-MWQWt7CR9lqR/2N7dnVQrxxuTxxccL7xj82qb8i2P1qQScyVVdPKTeUozu/oA5HrR0ujh+qjV1iTC8RB5HxbbQ==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-tagify/0.45.6:
|
||||
resolution: {integrity: sha512-Elv7fC/AoxA4EoUIZcqK0njMnwnpF/9amN+PDt93ZgK/GxD01vu7SsHNvupCsx2vIRzvJrr76gLSccA4+16e/g==}
|
||||
/@unocss/preset-tagify/0.45.8:
|
||||
resolution: {integrity: sha512-ePq3HUxPIuQR8MPDtgrzB/dOYGyba2KtCUjp5Zy0EPY4bd31ysz2AixjOOygFQIx5JrnYKs6WxW9PdhwMJUnXg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-typography/0.45.6:
|
||||
resolution: {integrity: sha512-ZRsolR9ws37jLkKY88BYbBf3MWF82SGc7J+AWe/XDgaKoIN0T/9CJG7KLvW2AdtiVuTzBksLtbn/p9rYVgmjLA==}
|
||||
/@unocss/preset-typography/0.45.8:
|
||||
resolution: {integrity: sha512-x0MyuyPLfwvQenHwVHhLRzhjtuQL9S5qkdGh04kOySprp1wIsu14L6w/zFequvVSk55Tb8s+QMd9TmTYR/MZPg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-uno/0.45.6:
|
||||
resolution: {integrity: sha512-4yFX1yqXSdz3yUXVBMHrDTqGmQMtvP4DZ1yY2tztg96rUhcNQS9zna/Z3fVSUnOMXjzPutJ0DfastkTpGDaFhA==}
|
||||
/@unocss/preset-uno/0.45.8:
|
||||
resolution: {integrity: sha512-WxE9aAHCnmZMwzdhiKYawvyQx1wucl/AsoxTpnNgToARaGLiQiWJCT7ov0VgNndbxD1mfCIA4f9LxNklkFVZzA==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/preset-mini': 0.45.6
|
||||
'@unocss/preset-wind': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
'@unocss/preset-mini': 0.45.8
|
||||
'@unocss/preset-wind': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-web-fonts/0.45.6:
|
||||
resolution: {integrity: sha512-4dywnWm9tIYz/zu62/7DIjJ0Yzq9PViieJ1JZFZEz6iLbHlbCBkko51Hl+JAMQzlkwNdvVxQT7Y8jyzHWc1jow==}
|
||||
/@unocss/preset-web-fonts/0.45.8:
|
||||
resolution: {integrity: sha512-GvBZrDtAOkyOwphdzT3v1QniJfFssR0LhWfJPBpNsOi3Of2iz8Zq0LisbPF7PEFS0fPicijDcgyVUTj1TK71Ew==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
ohmyfetch: 0.4.18
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-wind/0.45.6:
|
||||
resolution: {integrity: sha512-2W0l2z2zD5H7XU32B6PetOu5EA1FXh4CYp+p94XW79kD4oaohpGtabxgfPch68sOcbvQn/Cs4HaQNvkEBeTATA==}
|
||||
/@unocss/preset-wind/0.45.8:
|
||||
resolution: {integrity: sha512-AWupVDOIRswf8CnKkWeBi1G7UBjrigQHewj/VPtnXPP7bqOHY91+4T/iaTtYJ5lrKauYVR4ZndOM1qJGEY09Gg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/preset-mini': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
'@unocss/preset-mini': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/reset/0.45.6:
|
||||
resolution: {integrity: sha512-L02ur7LFzeIzOgQ419vA14498F76jbvKMeTdiVyR3Ym2C7BkxUGg6CgqY7Exm6e2qOjgcFkYU93aWaOyKi9hzw==}
|
||||
/@unocss/reset/0.45.8:
|
||||
resolution: {integrity: sha512-zeIYa/d/amPhX6/del0k6K8/Hdl/nN12XCeiVfBKymlilAjQQyV64V/qdLBtSKzqegT68O/xMscla7pZDto4Hw==}
|
||||
dev: true
|
||||
|
||||
/@unocss/scope/0.45.6:
|
||||
resolution: {integrity: sha512-1x2ikRsHfDXHMRr68fU+cF55v0TILaGH+s5Us7swA1un1D70EdE8z1cU+RvY6WxWL8cQNb/aCvPf8daduKVCxg==}
|
||||
/@unocss/scope/0.45.8:
|
||||
resolution: {integrity: sha512-Zf08xhCBqFHCaf8kGwMXu0+JRR3U9v8m7Y2LwUK4zg6LdcfGX9luykPfiNJSsFQ20l7cWBcj2g4tWdzFvIcDMA==}
|
||||
dev: true
|
||||
|
||||
/@unocss/transformer-attributify-jsx/0.45.6:
|
||||
resolution: {integrity: sha512-QUdLZQI6+b9G94YjrN4e7JyPsbV7Eo+TYe5PFCA/awSn7nOBrb+/+WSKlSijbAfPaY8HgWXlnkOy1V0qpusn1w==}
|
||||
/@unocss/transformer-attributify-jsx/0.45.8:
|
||||
resolution: {integrity: sha512-tpWr37wXvOPkMuXaTGkjSbKqz4DD2MuxKxzTs+DUQ5H7ABvp/XVnCiHudtgjLzaVAfEZgdybKFUs+xX+RuxnWA==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/transformer-compile-class/0.45.6:
|
||||
resolution: {integrity: sha512-D8q1bAua4QMbdOaJt6i+B21RssDJw42Gp/3tAR/v0ChnlcoBwDY4MPXbEY9j81dSeFIF+A7GkHAsb6oRaPcCfg==}
|
||||
/@unocss/transformer-compile-class/0.45.8:
|
||||
resolution: {integrity: sha512-nYIQbXgc8yyzSYqIrb3+mojFTewOavmYreC+cmsvFhE+q3q5ZpdXNx0hgpkOFQ7Dg5KoPG9aKH+dXFjG33GcmQ==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/transformer-directives/0.45.6:
|
||||
resolution: {integrity: sha512-nY+9wvpYeas997DkAhaCVdD2dauoqbgC66QYsCGxtEzBlNQXn3gmXT/CQgbYQuHknQCDwFuocWAH/f1Vmg3aIw==}
|
||||
/@unocss/transformer-directives/0.45.8:
|
||||
resolution: {integrity: sha512-das5qyPOXjw7I6eXm6ETrnBQmfwzJo/RGMUkWmed67sYL4tWGLLYu8fOqoIR8vPGc6h5YmFjBGqOOCyX+NDmlg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
css-tree: 2.2.1
|
||||
dev: true
|
||||
|
||||
/@unocss/transformer-variant-group/0.45.6:
|
||||
resolution: {integrity: sha512-rVf/6ZgXwRqW1Xeia59ggk4L/9SAMUW0+slkm3mmvgn2fgJ0Pj4rzhLszRsHi3Oua0ZMbQoFXw+mY/GEEA6KfQ==}
|
||||
/@unocss/transformer-variant-group/0.45.8:
|
||||
resolution: {integrity: sha512-fp1tNBhO3VPxOnzDWZNqrQ1oWngeYUXeJZRl94pdsp+4nWoFrbCXG/nDn7a+Qk223al32B3rO/GLJl7nOpSmRw==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/core': 0.45.8
|
||||
dev: true
|
||||
|
||||
/@unocss/vite/0.45.6_vite@3.0.7:
|
||||
resolution: {integrity: sha512-6FcSoOWaciJCO0Bnhv001/9HTvO2ye1E/VX+Ey7JZg4ulltyhiszounRSxzBaflO2KDP/tE5O/K2iHywyHRrLg==}
|
||||
/@unocss/vite/0.45.8_vite@3.0.8:
|
||||
resolution: {integrity: sha512-uGKe0tbxcJgk9aEKa+AYjbU3i0Yh1N7ekvdLGZD+xwk+EvIOg4Hc8mym5gOOh4wRYKROoVOPp1Z7m+GwCVecAA==}
|
||||
peerDependencies:
|
||||
vite: ^2.9.0 || ^3.0.0-0
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.2.0
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
'@unocss/config': 0.45.6
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/inspector': 0.45.6
|
||||
'@unocss/scope': 0.45.6
|
||||
'@unocss/transformer-directives': 0.45.6
|
||||
'@unocss/config': 0.45.8
|
||||
'@unocss/core': 0.45.8
|
||||
'@unocss/inspector': 0.45.8
|
||||
'@unocss/scope': 0.45.8
|
||||
'@unocss/transformer-directives': 0.45.8
|
||||
magic-string: 0.26.2
|
||||
vite: 3.0.7_sass@1.54.4+terser@5.14.2
|
||||
vite: 3.0.8_sass@1.54.4+terser@5.14.2
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/3.0.3_vite@3.0.7+vue@3.2.37:
|
||||
/@vitejs/plugin-vue/3.0.3_vite@3.0.8+vue@3.2.37:
|
||||
resolution: {integrity: sha512-U4zNBlz9mg+TA+i+5QPc3N5lQvdUXENZLO2h0Wdzp56gI1MWhqJOv+6R+d4kOzoaSSq6TnGPBdZAXKOe4lXy6g==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
vite: ^3.0.0
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 3.0.7_sass@1.54.4+terser@5.14.2
|
||||
vite: 3.0.8_sass@1.54.4+terser@5.14.2
|
||||
vue: 3.2.37
|
||||
dev: true
|
||||
|
||||
@ -711,8 +711,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.33.0_yy5c4q6zhpajzhorvwhnwvctfe
|
||||
'@typescript-eslint/parser': 5.33.0_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
'@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i
|
||||
'@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
|
||||
eslint: 8.22.0
|
||||
eslint-plugin-vue: 9.3.0_eslint@8.22.0
|
||||
typescript: 4.7.4
|
||||
@ -775,7 +775,7 @@ packages:
|
||||
'@vueuse/metadata': 8.9.4
|
||||
'@vueuse/shared': 8.9.4_vue@3.2.37
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.13.7_vue@3.2.37
|
||||
vue-demi: 0.13.8_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/@vueuse/metadata/8.9.4:
|
||||
@ -794,7 +794,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.13.7_vue@3.2.37
|
||||
vue-demi: 0.13.8_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/acorn-jsx/5.3.2_acorn@8.8.0:
|
||||
@ -1292,8 +1292,8 @@ packages:
|
||||
isobject: 3.0.1
|
||||
dev: true
|
||||
|
||||
/defu/6.0.0:
|
||||
resolution: {integrity: sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==}
|
||||
/defu/6.1.0:
|
||||
resolution: {integrity: sha512-pOFYRTIhoKujrmbTRhcW5lYQLBXw/dlTwfI8IguF1QCDJOcJzNH1w+YFjxqy6BAuJrClTy6MUE8q+oKJ2FLsIw==}
|
||||
dev: true
|
||||
|
||||
/delayed-stream/1.0.0:
|
||||
@ -1387,7 +1387,7 @@ packages:
|
||||
'@element-plus/icons-vue': 2.0.9_vue@3.2.37
|
||||
'@floating-ui/dom': 0.5.4
|
||||
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
|
||||
'@types/lodash': 4.14.182
|
||||
'@types/lodash': 4.14.184
|
||||
'@types/lodash-es': 4.17.6
|
||||
'@vueuse/core': 8.9.4_vue@3.2.37
|
||||
async-validator: 4.2.5
|
||||
@ -2835,7 +2835,7 @@ packages:
|
||||
destr: 1.1.1
|
||||
node-fetch-native: 0.1.4
|
||||
ufo: 0.8.5
|
||||
undici: 5.8.2
|
||||
undici: 5.9.1
|
||||
dev: true
|
||||
|
||||
/once/1.4.0:
|
||||
@ -2944,8 +2944,8 @@ packages:
|
||||
resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==}
|
||||
dev: true
|
||||
|
||||
/pathe/0.3.4:
|
||||
resolution: {integrity: sha512-YWgqEdxf36R6vcsyj0A+yT/rDRPe0wui4J9gRR7T4whjU5Lx/jZOr75ckEgTNaLVQABAwsrlzHRpIKcCdXAQ5A==}
|
||||
/pathe/0.3.5:
|
||||
resolution: {integrity: sha512-grU/QeYP0ChuE5kjU2/k8VtAeODzbernHlue0gTa27+ayGIu3wqYBIPGfP9r5xSqgCgDd4nWrjKXEfxMillByg==}
|
||||
dev: true
|
||||
|
||||
/perfect-debounce/0.1.3:
|
||||
@ -2966,8 +2966,8 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/pinia/2.0.18_j6bzmzd4ujpabbp5objtwxyjp4:
|
||||
resolution: {integrity: sha512-I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg==}
|
||||
/pinia/2.0.19_j6bzmzd4ujpabbp5objtwxyjp4:
|
||||
resolution: {integrity: sha512-Q/UQrmFLDMdlCkLfM5rGw1Ug0A7dy0G7NtBusMQSK+TNjf3CV/pO0RqblNIfuurWl42byTjM6HIemCWOfo8KXA==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
@ -2981,7 +2981,7 @@ packages:
|
||||
'@vue/devtools-api': 6.2.1
|
||||
typescript: 4.7.4
|
||||
vue: 3.2.37
|
||||
vue-demi: 0.13.7_vue@3.2.37
|
||||
vue-demi: 0.13.8_vue@3.2.37
|
||||
dev: false
|
||||
|
||||
/posix-character-classes/0.1.1:
|
||||
@ -3630,12 +3630,12 @@ packages:
|
||||
resolution: {integrity: sha512-YMnPPUSfW0pT4Zzy4inM8tRHJZmhH+KcuFW/3qxkLKPhswEw18gQYe1jt57jY6ctFB0fnpiCpQ2Jtkbg4y/IPA==}
|
||||
dependencies:
|
||||
'@antfu/utils': 0.5.2
|
||||
defu: 6.0.0
|
||||
defu: 6.1.0
|
||||
jiti: 1.14.0
|
||||
dev: true
|
||||
|
||||
/undici/5.8.2:
|
||||
resolution: {integrity: sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==}
|
||||
/undici/5.9.1:
|
||||
resolution: {integrity: sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==}
|
||||
engines: {node: '>=12.18'}
|
||||
dev: true
|
||||
|
||||
@ -3654,31 +3654,31 @@ packages:
|
||||
engines: {node: '>= 10.0.0'}
|
||||
dev: true
|
||||
|
||||
/unocss/0.45.6_vite@3.0.7:
|
||||
resolution: {integrity: sha512-ipU1kB2nbNvfh2O6u7qJ/zBwXvl/sRNlc+/dDWRCKu2feMnyR9g/4Vnw024RS8X+Jr7NN4eiGSzqMLoPoT6XOA==}
|
||||
/unocss/0.45.8_vite@3.0.8:
|
||||
resolution: {integrity: sha512-OIStfHtH0sv1MYz0x+fa8wEBuwRS0lFhnlRwo/zxnNSh5zS+szMKeowhXoC/eoOQBUA1qoHux0qG5GdcJnX2Lg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@unocss/webpack': 0.45.6
|
||||
'@unocss/webpack': 0.45.8
|
||||
peerDependenciesMeta:
|
||||
'@unocss/webpack':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@unocss/cli': 0.45.6
|
||||
'@unocss/core': 0.45.6
|
||||
'@unocss/preset-attributify': 0.45.6
|
||||
'@unocss/preset-icons': 0.45.6
|
||||
'@unocss/preset-mini': 0.45.6
|
||||
'@unocss/preset-tagify': 0.45.6
|
||||
'@unocss/preset-typography': 0.45.6
|
||||
'@unocss/preset-uno': 0.45.6
|
||||
'@unocss/preset-web-fonts': 0.45.6
|
||||
'@unocss/preset-wind': 0.45.6
|
||||
'@unocss/reset': 0.45.6
|
||||
'@unocss/transformer-attributify-jsx': 0.45.6
|
||||
'@unocss/transformer-compile-class': 0.45.6
|
||||
'@unocss/transformer-directives': 0.45.6
|
||||
'@unocss/transformer-variant-group': 0.45.6
|
||||
'@unocss/vite': 0.45.6_vite@3.0.7
|
||||
'@unocss/cli': 0.45.8
|
||||
'@unocss/core': 0.45.8
|
||||
'@unocss/preset-attributify': 0.45.8
|
||||
'@unocss/preset-icons': 0.45.8
|
||||
'@unocss/preset-mini': 0.45.8
|
||||
'@unocss/preset-tagify': 0.45.8
|
||||
'@unocss/preset-typography': 0.45.8
|
||||
'@unocss/preset-uno': 0.45.8
|
||||
'@unocss/preset-web-fonts': 0.45.8
|
||||
'@unocss/preset-wind': 0.45.8
|
||||
'@unocss/reset': 0.45.8
|
||||
'@unocss/transformer-attributify-jsx': 0.45.8
|
||||
'@unocss/transformer-compile-class': 0.45.8
|
||||
'@unocss/transformer-directives': 0.45.8
|
||||
'@unocss/transformer-variant-group': 0.45.8
|
||||
'@unocss/vite': 0.45.8_vite@3.0.8
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- vite
|
||||
@ -3721,12 +3721,12 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/vite-plugin-svg-icons/2.0.1_vite@3.0.7:
|
||||
/vite-plugin-svg-icons/2.0.1_vite@3.0.8:
|
||||
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
dependencies:
|
||||
'@types/svgo': 2.6.3
|
||||
'@types/svgo': 2.6.4
|
||||
cors: 2.8.5
|
||||
debug: 4.3.4
|
||||
etag: 1.8.1
|
||||
@ -3734,13 +3734,13 @@ packages:
|
||||
pathe: 0.2.0
|
||||
svg-baker: 1.7.0
|
||||
svgo: 2.8.0
|
||||
vite: 3.0.7_sass@1.54.4+terser@5.14.2
|
||||
vite: 3.0.8_sass@1.54.4+terser@5.14.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite/3.0.7_sass@1.54.4+terser@5.14.2:
|
||||
resolution: {integrity: sha512-dILhvKba1mbP1wCezVQx/qhEK7/+jVn9ciadEcyKMMhZpsuAi/eWZfJRMkmYlkSFG7Qq9NvJbgFq4XOBxugJsA==}
|
||||
/vite/3.0.8_sass@1.54.4+terser@5.14.2:
|
||||
resolution: {integrity: sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -3768,8 +3768,8 @@ packages:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vue-demi/0.13.7_vue@3.2.37:
|
||||
resolution: {integrity: sha512-hbhlvpx1gFW3TB5HxJ0mNxyA9Jh5iQt409taOs6zkhpvfJ7YzLs1rsLufJmDsjH5PI1cOyfikY1fE/meyHfU5A==}
|
||||
/vue-demi/0.13.8_vue@3.2.37:
|
||||
resolution: {integrity: sha512-Vy1zbZhCOdsmvGR6tJhAvO5vhP7eiS8xkbYQSoVa7o6KlIy3W8Rc53ED4qI4qpeRDjv3mLfXSEpYU6Yq4pgXRg==}
|
||||
engines: {node: '>=12'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user