chore: update deps
parent
99ac17a506
commit
8cb56ed24c
18
package.json
18
package.json
|
@ -53,7 +53,7 @@
|
|||
"pinia": "^2.0.36",
|
||||
"print-js": "^1.6.0",
|
||||
"qrcode": "^1.5.3",
|
||||
"qs": "^6.11.1",
|
||||
"qs": "^6.11.2",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"sortablejs": "^1.15.0",
|
||||
"tinymce": "^5.10.7",
|
||||
|
@ -69,7 +69,7 @@
|
|||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.6.3",
|
||||
"@commitlint/config-conventional": "^17.6.3",
|
||||
"@iconify/json": "^2.2.64",
|
||||
"@iconify/json": "^2.2.66",
|
||||
"@purge-icons/generated": "^0.9.0",
|
||||
"@types/codemirror": "^5.60.7",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
|
@ -81,8 +81,8 @@
|
|||
"@types/qrcode": "^1.5.0",
|
||||
"@types/qs": "^6.9.7",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
"@vitejs/plugin-vue": "4.2.3",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
||||
"@vue/compiler-sfc": "^3.3.2",
|
||||
|
@ -95,7 +95,7 @@
|
|||
"eslint": "^8.40.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.12.0",
|
||||
"eslint-plugin-vue": "^9.13.0",
|
||||
"esno": "^0.16.3",
|
||||
"fs-extra": "^11.1.1",
|
||||
"husky": "^8.0.3",
|
||||
|
@ -108,16 +108,16 @@
|
|||
"postcss-less": "^6.0.0",
|
||||
"prettier": "^2.8.8",
|
||||
"rimraf": "^5.0.0",
|
||||
"rollup": "^3.21.7",
|
||||
"rollup": "^3.22.0",
|
||||
"rollup-plugin-visualizer": "^5.9.0",
|
||||
"stylelint": "^15.6.1",
|
||||
"stylelint": "^15.6.2",
|
||||
"stylelint-config-recommended": "^12.0.0",
|
||||
"stylelint-config-recommended-vue": "^1.4.0",
|
||||
"stylelint-config-standard": "^33.0.0",
|
||||
"stylelint-order": "^6.0.3",
|
||||
"terser": "^5.17.3",
|
||||
"terser": "^5.17.4",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.7",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-mkcert": "^1.15.0",
|
||||
"vite-plugin-progress": "^0.0.7",
|
||||
|
|
266
pnpm-lock.yaml
266
pnpm-lock.yaml
|
@ -62,8 +62,8 @@ dependencies:
|
|||
specifier: ^1.5.3
|
||||
version: 1.5.3
|
||||
qs:
|
||||
specifier: ^6.11.1
|
||||
version: 6.11.1
|
||||
specifier: ^6.11.2
|
||||
version: 6.11.2
|
||||
resize-observer-polyfill:
|
||||
specifier: ^1.5.1
|
||||
version: 1.5.1
|
||||
|
@ -106,8 +106,8 @@ devDependencies:
|
|||
specifier: ^17.6.3
|
||||
version: 17.6.3
|
||||
'@iconify/json':
|
||||
specifier: ^2.2.64
|
||||
version: 2.2.64
|
||||
specifier: ^2.2.66
|
||||
version: 2.2.66
|
||||
'@purge-icons/generated':
|
||||
specifier: ^0.9.0
|
||||
version: 0.9.0
|
||||
|
@ -142,17 +142,17 @@ devDependencies:
|
|||
specifier: ^1.15.1
|
||||
version: 1.15.1
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^5.59.5
|
||||
version: 5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.40.0)(typescript@5.0.4)
|
||||
specifier: ^5.59.6
|
||||
version: 5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^5.59.5
|
||||
version: 5.59.5(eslint@8.40.0)(typescript@5.0.4)
|
||||
specifier: ^5.59.6
|
||||
version: 5.59.6(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: 4.2.3
|
||||
version: 4.2.3(vite@4.3.5)(vue@3.3.2)
|
||||
version: 4.2.3(vite@4.3.7)(vue@3.3.2)
|
||||
'@vitejs/plugin-vue-jsx':
|
||||
specifier: ^3.0.1
|
||||
version: 3.0.1(vite@4.3.5)(vue@3.3.2)
|
||||
version: 3.0.1(vite@4.3.7)(vue@3.3.2)
|
||||
'@vue/compiler-sfc':
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2
|
||||
|
@ -184,8 +184,8 @@ devDependencies:
|
|||
specifier: ^4.2.1
|
||||
version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.40.0)(prettier@2.8.8)
|
||||
eslint-plugin-vue:
|
||||
specifier: ^9.12.0
|
||||
version: 9.12.0(eslint@8.40.0)
|
||||
specifier: ^9.13.0
|
||||
version: 9.13.0(eslint@8.40.0)
|
||||
esno:
|
||||
specifier: ^0.16.3
|
||||
version: 0.16.3
|
||||
|
@ -223,65 +223,65 @@ devDependencies:
|
|||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
rollup:
|
||||
specifier: ^3.21.7
|
||||
version: 3.21.7
|
||||
specifier: ^3.22.0
|
||||
version: 3.22.0
|
||||
rollup-plugin-visualizer:
|
||||
specifier: ^5.9.0
|
||||
version: 5.9.0(rollup@3.21.7)
|
||||
version: 5.9.0(rollup@3.22.0)
|
||||
stylelint:
|
||||
specifier: ^15.6.1
|
||||
version: 15.6.1
|
||||
specifier: ^15.6.2
|
||||
version: 15.6.2
|
||||
stylelint-config-recommended:
|
||||
specifier: ^12.0.0
|
||||
version: 12.0.0(stylelint@15.6.1)
|
||||
version: 12.0.0(stylelint@15.6.2)
|
||||
stylelint-config-recommended-vue:
|
||||
specifier: ^1.4.0
|
||||
version: 1.4.0(postcss-html@1.5.0)(stylelint@15.6.1)
|
||||
version: 1.4.0(postcss-html@1.5.0)(stylelint@15.6.2)
|
||||
stylelint-config-standard:
|
||||
specifier: ^33.0.0
|
||||
version: 33.0.0(stylelint@15.6.1)
|
||||
version: 33.0.0(stylelint@15.6.2)
|
||||
stylelint-order:
|
||||
specifier: ^6.0.3
|
||||
version: 6.0.3(stylelint@15.6.1)
|
||||
version: 6.0.3(stylelint@15.6.2)
|
||||
terser:
|
||||
specifier: ^5.17.3
|
||||
version: 5.17.3
|
||||
specifier: ^5.17.4
|
||||
version: 5.17.4
|
||||
typescript:
|
||||
specifier: ^5.0.4
|
||||
version: 5.0.4
|
||||
vite:
|
||||
specifier: ^4.3.5
|
||||
version: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
specifier: ^4.3.7
|
||||
version: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
vite-plugin-compression:
|
||||
specifier: ^0.5.1
|
||||
version: 0.5.1(vite@4.3.5)
|
||||
version: 0.5.1(vite@4.3.7)
|
||||
vite-plugin-mkcert:
|
||||
specifier: ^1.15.0
|
||||
version: 1.15.0(vite@4.3.5)
|
||||
version: 1.15.0(vite@4.3.7)
|
||||
vite-plugin-progress:
|
||||
specifier: ^0.0.7
|
||||
version: 0.0.7(vite@4.3.5)
|
||||
version: 0.0.7(vite@4.3.7)
|
||||
vite-plugin-purge-icons:
|
||||
specifier: ^0.9.2
|
||||
version: 0.9.2(vite@4.3.5)
|
||||
version: 0.9.2(vite@4.3.7)
|
||||
vite-plugin-pwa:
|
||||
specifier: ^0.14.7
|
||||
version: 0.14.7(vite@4.3.5)(workbox-build@6.5.4)(workbox-window@6.5.4)
|
||||
version: 0.14.7(vite@4.3.7)(workbox-build@6.5.4)(workbox-window@6.5.4)
|
||||
vite-plugin-style-import:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0(vite@4.3.5)
|
||||
version: 2.0.0(vite@4.3.7)
|
||||
vite-plugin-svg-icons:
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1(vite@4.3.5)
|
||||
version: 2.0.1(vite@4.3.7)
|
||||
vite-plugin-windicss:
|
||||
specifier: ^1.9.0
|
||||
version: 1.9.0(vite@4.3.5)
|
||||
version: 1.9.0(vite@4.3.7)
|
||||
vite-vue-plugin-html:
|
||||
specifier: ^1.0.1
|
||||
version: 1.0.1(rollup@3.21.7)(vite@4.3.5)
|
||||
version: 1.0.1(rollup@3.22.0)(vite@4.3.7)
|
||||
vite-vue-plugin-theme:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0(vite@4.3.5)
|
||||
version: 1.0.0(vite@4.3.7)
|
||||
vue-eslint-parser:
|
||||
specifier: ^9.3.0
|
||||
version: 9.3.0(eslint@8.40.0)
|
||||
|
@ -2025,8 +2025,8 @@ packages:
|
|||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
|
||||
/@iconify/json@2.2.64:
|
||||
resolution: {integrity: sha512-Vm91BpmtS0yuoRfaskfx/wSO4kgGUqIkVopff1XAb49VAESgi71seo3VdF/6Mir169+RKuinY2Ba1A0IyycPhg==}
|
||||
/@iconify/json@2.2.66:
|
||||
resolution: {integrity: sha512-1pt0wK1exw5HhgkevwXNBOwpeUmPaUd8ahfi2koE1nPklOmHUPm4516jFQ3bjVm3sFhVzR2sRJGbTXqM2iqKbA==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
pathe: 1.1.0
|
||||
|
@ -2322,7 +2322,7 @@ packages:
|
|||
rollup: 2.79.1
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-replace@5.0.2(rollup@3.21.7):
|
||||
/@rollup/plugin-replace@5.0.2(rollup@3.22.0):
|
||||
resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -2331,9 +2331,9 @@ packages:
|
|||
rollup:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.0.2(rollup@3.21.7)
|
||||
'@rollup/pluginutils': 5.0.2(rollup@3.22.0)
|
||||
magic-string: 0.27.0
|
||||
rollup: 3.21.7
|
||||
rollup: 3.22.0
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils@3.1.0(rollup@2.79.1):
|
||||
|
@ -2356,7 +2356,7 @@ packages:
|
|||
picomatch: 2.3.1
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils@5.0.2(rollup@3.21.7):
|
||||
/@rollup/pluginutils@5.0.2(rollup@3.22.0):
|
||||
resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -2368,7 +2368,7 @@ packages:
|
|||
'@types/estree': 1.0.0
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 2.3.1
|
||||
rollup: 3.21.7
|
||||
rollup: 3.22.0
|
||||
dev: true
|
||||
|
||||
/@simonwep/pickr@1.8.2:
|
||||
|
@ -2534,8 +2534,8 @@ packages:
|
|||
resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==}
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.59.5(@typescript-eslint/parser@5.59.5)(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==}
|
||||
/@typescript-eslint/eslint-plugin@5.59.6(@typescript-eslint/parser@5.59.6)(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
@ -2546,10 +2546,10 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.5.0
|
||||
'@typescript-eslint/parser': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.5
|
||||
'@typescript-eslint/type-utils': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.6
|
||||
'@typescript-eslint/type-utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.40.0
|
||||
grapheme-splitter: 1.0.4
|
||||
|
@ -2562,8 +2562,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.59.5(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==}
|
||||
/@typescript-eslint/parser@5.59.6(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -2572,9 +2572,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.6
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/typescript-estree': 5.59.6(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.40.0
|
||||
typescript: 5.0.4
|
||||
|
@ -2582,16 +2582,16 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@5.59.5:
|
||||
resolution: {integrity: sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==}
|
||||
/@typescript-eslint/scope-manager@5.59.6:
|
||||
resolution: {integrity: sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/visitor-keys': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/visitor-keys': 5.59.6
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@5.59.5(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==}
|
||||
/@typescript-eslint/type-utils@5.59.6(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
@ -2600,8 +2600,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.5(eslint@8.40.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/typescript-estree': 5.59.6(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.6(eslint@8.40.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.40.0
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
|
@ -2610,13 +2610,13 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@5.59.5:
|
||||
resolution: {integrity: sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==}
|
||||
/@typescript-eslint/types@5.59.6:
|
||||
resolution: {integrity: sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.59.5(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==}
|
||||
/@typescript-eslint/typescript-estree@5.59.6(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -2624,8 +2624,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/visitor-keys': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/visitor-keys': 5.59.6
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
|
@ -2636,8 +2636,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.59.5(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==}
|
||||
/@typescript-eslint/utils@5.59.6(eslint@8.40.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -2645,9 +2645,9 @@ packages:
|
|||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0)
|
||||
'@types/json-schema': 7.0.11
|
||||
'@types/semver': 7.3.13
|
||||
'@typescript-eslint/scope-manager': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/typescript-estree': 5.59.5(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.6
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
'@typescript-eslint/typescript-estree': 5.59.6(typescript@5.0.4)
|
||||
eslint: 8.40.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.5.0
|
||||
|
@ -2656,15 +2656,15 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@5.59.5:
|
||||
resolution: {integrity: sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==}
|
||||
/@typescript-eslint/visitor-keys@5.59.6:
|
||||
resolution: {integrity: sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.5
|
||||
'@typescript-eslint/types': 5.59.6
|
||||
eslint-visitor-keys: 3.4.1
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.5)(vue@3.3.2):
|
||||
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.7)(vue@3.3.2):
|
||||
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2674,20 +2674,20 @@ packages:
|
|||
'@babel/core': 7.21.4
|
||||
'@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4)
|
||||
'@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.21.4)
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
vue: 3.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue@4.2.3(vite@4.3.5)(vue@3.3.2):
|
||||
/@vitejs/plugin-vue@4.2.3(vite@4.3.7)(vue@3.3.2):
|
||||
resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
vite: ^4.0.0
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
vue: 3.3.2
|
||||
dev: true
|
||||
|
||||
|
@ -4454,8 +4454,8 @@ packages:
|
|||
prettier-linter-helpers: 1.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue@9.12.0(eslint@8.40.0):
|
||||
resolution: {integrity: sha512-xH8PgpDW2WwmFSmRfs/3iWogef1CJzQqX264I65zz77jDuxF2yLy7+GA2diUM8ZNATuSl1+UehMQkb5YEyau5w==}
|
||||
/eslint-plugin-vue@9.13.0(eslint@8.40.0):
|
||||
resolution: {integrity: sha512-aBz9A8WB4wmpnVv0pYUt86cmH9EkcwWzgEwecBxMoRNhQjTL5i4sqadnwShv/hOdr8Hbl8XANGV7dtX9UQIAyA==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -5228,7 +5228,7 @@ packages:
|
|||
entities: 4.4.0
|
||||
param-case: 3.0.4
|
||||
relateurl: 0.2.7
|
||||
terser: 5.17.3
|
||||
terser: 5.17.4
|
||||
dev: true
|
||||
|
||||
/html-tags@3.3.1:
|
||||
|
@ -7004,8 +7004,8 @@ packages:
|
|||
yargs: 15.4.1
|
||||
dev: false
|
||||
|
||||
/qs@6.11.1:
|
||||
resolution: {integrity: sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==}
|
||||
/qs@6.11.2:
|
||||
resolution: {integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==}
|
||||
engines: {node: '>=0.6'}
|
||||
dependencies:
|
||||
side-channel: 1.0.4
|
||||
|
@ -7282,10 +7282,10 @@ packages:
|
|||
jest-worker: 26.6.2
|
||||
rollup: 2.79.1
|
||||
serialize-javascript: 4.0.0
|
||||
terser: 5.17.3
|
||||
terser: 5.17.4
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-visualizer@5.9.0(rollup@3.21.7):
|
||||
/rollup-plugin-visualizer@5.9.0(rollup@3.22.0):
|
||||
resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
@ -7297,7 +7297,7 @@ packages:
|
|||
dependencies:
|
||||
open: 8.4.2
|
||||
picomatch: 2.3.1
|
||||
rollup: 3.21.7
|
||||
rollup: 3.22.0
|
||||
source-map: 0.7.4
|
||||
yargs: 17.7.1
|
||||
dev: true
|
||||
|
@ -7310,8 +7310,8 @@ packages:
|
|||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/rollup@3.21.7:
|
||||
resolution: {integrity: sha512-KXPaEuR8FfUoK2uHwNjxTmJ18ApyvD6zJpYv9FOJSqLStmt6xOY84l1IjK2dSolQmoXknrhEFRaPRgOPdqCT5w==}
|
||||
/rollup@3.22.0:
|
||||
resolution: {integrity: sha512-imsigcWor5Y/dC0rz2q0bBt9PabcL3TORry2hAa6O6BuMvY71bqHyfReAz5qyAqiQATD1m70qdntqBfBQjVWpQ==}
|
||||
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
|
@ -7798,7 +7798,7 @@ packages:
|
|||
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
|
||||
dev: true
|
||||
|
||||
/stylelint-config-html@1.1.0(postcss-html@1.5.0)(stylelint@15.6.1):
|
||||
/stylelint-config-html@1.1.0(postcss-html@1.5.0)(stylelint@15.6.2):
|
||||
resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==}
|
||||
engines: {node: ^12 || >=14}
|
||||
peerDependencies:
|
||||
|
@ -7806,10 +7806,10 @@ packages:
|
|||
stylelint: '>=14.0.0'
|
||||
dependencies:
|
||||
postcss-html: 1.5.0
|
||||
stylelint: 15.6.1
|
||||
stylelint: 15.6.2
|
||||
dev: true
|
||||
|
||||
/stylelint-config-recommended-vue@1.4.0(postcss-html@1.5.0)(stylelint@15.6.1):
|
||||
/stylelint-config-recommended-vue@1.4.0(postcss-html@1.5.0)(stylelint@15.6.2):
|
||||
resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==}
|
||||
engines: {node: ^12 || >=14}
|
||||
peerDependencies:
|
||||
|
@ -7818,40 +7818,40 @@ packages:
|
|||
dependencies:
|
||||
postcss-html: 1.5.0
|
||||
semver: 7.3.8
|
||||
stylelint: 15.6.1
|
||||
stylelint-config-html: 1.1.0(postcss-html@1.5.0)(stylelint@15.6.1)
|
||||
stylelint-config-recommended: 12.0.0(stylelint@15.6.1)
|
||||
stylelint: 15.6.2
|
||||
stylelint-config-html: 1.1.0(postcss-html@1.5.0)(stylelint@15.6.2)
|
||||
stylelint-config-recommended: 12.0.0(stylelint@15.6.2)
|
||||
dev: true
|
||||
|
||||
/stylelint-config-recommended@12.0.0(stylelint@15.6.1):
|
||||
/stylelint-config-recommended@12.0.0(stylelint@15.6.2):
|
||||
resolution: {integrity: sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==}
|
||||
peerDependencies:
|
||||
stylelint: ^15.5.0
|
||||
dependencies:
|
||||
stylelint: 15.6.1
|
||||
stylelint: 15.6.2
|
||||
dev: true
|
||||
|
||||
/stylelint-config-standard@33.0.0(stylelint@15.6.1):
|
||||
/stylelint-config-standard@33.0.0(stylelint@15.6.2):
|
||||
resolution: {integrity: sha512-eyxnLWoXImUn77+ODIuW9qXBDNM+ALN68L3wT1lN2oNspZ7D9NVGlNHb2QCUn4xDug6VZLsh0tF8NyoYzkgTzg==}
|
||||
peerDependencies:
|
||||
stylelint: ^15.5.0
|
||||
dependencies:
|
||||
stylelint: 15.6.1
|
||||
stylelint-config-recommended: 12.0.0(stylelint@15.6.1)
|
||||
stylelint: 15.6.2
|
||||
stylelint-config-recommended: 12.0.0(stylelint@15.6.2)
|
||||
dev: true
|
||||
|
||||
/stylelint-order@6.0.3(stylelint@15.6.1):
|
||||
/stylelint-order@6.0.3(stylelint@15.6.2):
|
||||
resolution: {integrity: sha512-1j1lOb4EU/6w49qZeT2SQVJXm0Ht+Qnq9GMfUa3pMwoyojIWfuA+JUDmoR97Bht1RLn4ei0xtLGy87M7d29B1w==}
|
||||
peerDependencies:
|
||||
stylelint: ^14.0.0 || ^15.0.0
|
||||
dependencies:
|
||||
postcss: 8.4.23
|
||||
postcss-sorting: 8.0.2(postcss@8.4.23)
|
||||
stylelint: 15.6.1
|
||||
stylelint: 15.6.2
|
||||
dev: true
|
||||
|
||||
/stylelint@15.6.1:
|
||||
resolution: {integrity: sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==}
|
||||
/stylelint@15.6.2:
|
||||
resolution: {integrity: sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==}
|
||||
engines: {node: ^14.13.1 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
@ -8012,8 +8012,8 @@ packages:
|
|||
unique-string: 2.0.0
|
||||
dev: true
|
||||
|
||||
/terser@5.17.3:
|
||||
resolution: {integrity: sha512-AudpAZKmZHkG9jueayypz4duuCFJMMNGRMwaPvQKWfxKedh8Z2x3OCoDqIIi1xx5+iwx1u6Au8XQcc9Lke65Yg==}
|
||||
/terser@5.17.4:
|
||||
resolution: {integrity: sha512-jcEKZw6UPrgugz/0Tuk/PVyLAPfMBJf5clnGueo45wTweoV8yh7Q7PEkhkJ5uuUbC7zAxEcG3tqNr1bstkQ8nw==}
|
||||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
@ -8387,7 +8387,7 @@ packages:
|
|||
diff-match-patch: 1.0.5
|
||||
dev: false
|
||||
|
||||
/vite-plugin-compression@0.5.1(vite@4.3.5):
|
||||
/vite-plugin-compression@0.5.1(vite@4.3.7):
|
||||
resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
|
@ -8395,12 +8395,12 @@ packages:
|
|||
chalk: 4.1.2
|
||||
debug: 4.3.4
|
||||
fs-extra: 10.1.0
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-mkcert@1.15.0(vite@4.3.5):
|
||||
/vite-plugin-mkcert@1.15.0(vite@4.3.7):
|
||||
resolution: {integrity: sha512-0Pz7iExvo7pS2HsxMe6Y/HIrsFJidXN8Sju7tsL1XYQdbUKb/D0L5Wkj3UoGQmbbWZUFf8nHHa0XYbd4FH6ZrA==}
|
||||
engines: {node: '>=v16.7.0'}
|
||||
peerDependencies:
|
||||
|
@ -8410,13 +8410,13 @@ packages:
|
|||
axios: 1.4.0(debug@4.3.4)
|
||||
debug: 4.3.4
|
||||
picocolors: 1.0.0
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-progress@0.0.7(vite@4.3.5):
|
||||
/vite-plugin-progress@0.0.7(vite@4.3.7):
|
||||
resolution: {integrity: sha512-zyvKdcc/X+6hnw3J1HVV1TKrlFKC4Rh8GnDnWG/2qhRXjqytTcM++xZ+SAPnoDsSyWl8O93ymK0wZRgHAoglEQ==}
|
||||
engines: {node: '>=14', pnpm: '>=7.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -8425,10 +8425,10 @@ packages:
|
|||
picocolors: 1.0.0
|
||||
progress: 2.0.3
|
||||
rd: 2.0.1
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
dev: true
|
||||
|
||||
/vite-plugin-purge-icons@0.9.2(vite@4.3.5):
|
||||
/vite-plugin-purge-icons@0.9.2(vite@4.3.7):
|
||||
resolution: {integrity: sha512-vxJEMyNyckqLr/4HPsW9P6BMLUvOVMvjjFz3jLl4Wke1KWE8ITJUxIUwodxaOmEp9L2lxVk5an3TYeycZCfqFw==}
|
||||
engines: {node: '>= 12'}
|
||||
peerDependencies:
|
||||
|
@ -8437,32 +8437,32 @@ packages:
|
|||
'@purge-icons/core': 0.9.1
|
||||
'@purge-icons/generated': 0.9.0
|
||||
rollup-plugin-purge-icons: 0.9.1
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa@0.14.7(vite@4.3.5)(workbox-build@6.5.4)(workbox-window@6.5.4):
|
||||
/vite-plugin-pwa@0.14.7(vite@4.3.7)(workbox-build@6.5.4)(workbox-window@6.5.4):
|
||||
resolution: {integrity: sha512-dNJaf0fYOWncmjxv9HiSa2xrSjipjff7IkYE5oIUJ2x5HKu3cXgA8LRgzOwTc5MhwyFYRSU0xyN0Phbx3NsQYw==}
|
||||
peerDependencies:
|
||||
vite: ^3.1.0 || ^4.0.0
|
||||
workbox-build: ^6.5.4
|
||||
workbox-window: ^6.5.4
|
||||
dependencies:
|
||||
'@rollup/plugin-replace': 5.0.2(rollup@3.21.7)
|
||||
'@rollup/plugin-replace': 5.0.2(rollup@3.22.0)
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.12
|
||||
pretty-bytes: 6.1.0
|
||||
rollup: 3.21.7
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
rollup: 3.22.0
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
workbox-build: 6.5.4
|
||||
workbox-window: 6.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-style-import@2.0.0(vite@4.3.5):
|
||||
/vite-plugin-style-import@2.0.0(vite@4.3.7):
|
||||
resolution: {integrity: sha512-qtoHQae5dSUQPo/rYz/8p190VU5y19rtBaeV7ryLa/AYAU/e9CG89NrN/3+k7MR8mJy/GPIu91iJ3zk9foUOSA==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
|
@ -8474,10 +8474,10 @@ packages:
|
|||
fs-extra: 10.1.0
|
||||
magic-string: 0.25.9
|
||||
pathe: 0.2.0
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
dev: true
|
||||
|
||||
/vite-plugin-svg-icons@2.0.1(vite@4.3.5):
|
||||
/vite-plugin-svg-icons@2.0.1(vite@4.3.7):
|
||||
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
|
@ -8490,12 +8490,12 @@ packages:
|
|||
pathe: 0.2.0
|
||||
svg-baker: 1.7.0
|
||||
svgo: 2.8.0
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-windicss@1.9.0(vite@4.3.5):
|
||||
/vite-plugin-windicss@1.9.0(vite@4.3.7):
|
||||
resolution: {integrity: sha512-w0unPfcbVU5eaISAsFTLgIb41SLhmXoUF75Othu8NqFioe8+DEqiuvJ7/k/LRuEuvI8Rt/OKrY6cNzrB+dykaA==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.1 || ^3.0.0 || ^4.0.0
|
||||
|
@ -8503,18 +8503,18 @@ packages:
|
|||
'@windicss/plugin-utils': 1.9.0
|
||||
debug: 4.3.4
|
||||
kolorist: 1.8.0
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
windicss: 3.5.6
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-vue-plugin-html@1.0.1(rollup@3.21.7)(vite@4.3.5):
|
||||
/vite-vue-plugin-html@1.0.1(rollup@3.22.0)(vite@4.3.7):
|
||||
resolution: {integrity: sha512-jbN7p8pOR0aiYndFuPgyQwRAyEp8kIoy6EL741wMh3nDLVjHn4Atfby0k0Jg0aDfWCjoAc9paKdoLoEqOAC9PA==}
|
||||
peerDependencies:
|
||||
vite: '>=4.2.0'
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.0.2(rollup@3.21.7)
|
||||
'@rollup/pluginutils': 5.0.2(rollup@3.22.0)
|
||||
colorette: 2.0.19
|
||||
connect-history-api-fallback: 2.0.0
|
||||
consola: 2.15.3
|
||||
|
@ -8526,12 +8526,12 @@ packages:
|
|||
html-minifier-terser: 7.1.0
|
||||
node-html-parser: 6.1.5
|
||||
pathe: 1.1.0
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: true
|
||||
|
||||
/vite-vue-plugin-theme@1.0.0(vite@4.3.5):
|
||||
/vite-vue-plugin-theme@1.0.0(vite@4.3.7):
|
||||
resolution: {integrity: sha512-+2JcZSoxZadD5Vk/8aQGEwtyFsK6PZRkp7UZooM2xnFUP7IQKLWv7rKUytzcqDvs8u8gIIbX5RzaUClp8erCag==}
|
||||
peerDependencies:
|
||||
vite: '>=4.2.0'
|
||||
|
@ -8544,13 +8544,13 @@ packages:
|
|||
esbuild-plugin-alias: 0.2.1
|
||||
picocolors: 1.0.0
|
||||
tinycolor2: 1.6.0
|
||||
vite: 4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3)
|
||||
vite: 4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite@4.3.5(@types/node@18.16.0)(less@4.1.3)(terser@5.17.3):
|
||||
resolution: {integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==}
|
||||
/vite@4.3.7(@types/node@18.16.0)(less@4.1.3)(terser@5.17.4):
|
||||
resolution: {integrity: sha512-MTIFpbIm9v7Hh5b0wSBgkcWzSBz7SAa6K/cBTwS4kUiQJfQLFlZZRJRQgqunCVzhTPCk674tW+0Qaqh3Q00dBg==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -8578,8 +8578,8 @@ packages:
|
|||
esbuild: 0.17.15
|
||||
less: 4.1.3
|
||||
postcss: 8.4.23
|
||||
rollup: 3.21.7
|
||||
terser: 5.17.3
|
||||
rollup: 3.22.0
|
||||
terser: 5.17.4
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
|
Loading…
Reference in New Issue