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
2ec928434b
commit
ed7d27b360
20
package.json
20
package.json
@ -28,7 +28,7 @@
|
||||
"axios": "^1.3.6",
|
||||
"dayjs": "^1.11.7",
|
||||
"element-plus": "^2.3.4",
|
||||
"js-cookie": "^3.0.4",
|
||||
"js-cookie": "^3.0.5",
|
||||
"lodash-es": "^4.17.21",
|
||||
"normalize.css": "^8.0.1",
|
||||
"nprogress": "^0.2.0",
|
||||
@ -45,35 +45,35 @@
|
||||
"devDependencies": {
|
||||
"@types/js-cookie": "^3.0.3",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/node": "^18.16.0",
|
||||
"@types/node": "^18.16.1",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/path-browserify": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||
"@typescript-eslint/parser": "^5.59.0",
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
||||
"@typescript-eslint/parser": "^5.59.1",
|
||||
"@vitejs/plugin-vue": "^4.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
||||
"@vue-macros/volar": "^0.9.5",
|
||||
"@vue/eslint-config-prettier": "^7.1.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.2",
|
||||
"@vue/eslint-config-typescript": "^11.0.3",
|
||||
"@vue/test-utils": "^2.3.2",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-vue": "^9.11.0",
|
||||
"husky": "^8.0.3",
|
||||
"jsdom": "^21.1.1",
|
||||
"lint-staged": "^13.2.1",
|
||||
"lint-staged": "^13.2.2",
|
||||
"prettier": "^2.8.8",
|
||||
"sass": "^1.62.0",
|
||||
"sass": "^1.62.1",
|
||||
"terser": "^5.17.1",
|
||||
"typescript": "^5.0.4",
|
||||
"unocss": "^0.51.8",
|
||||
"unplugin-vue-define-options": "^1.3.3",
|
||||
"vite": "^4.3.1",
|
||||
"vite": "^4.3.3",
|
||||
"vite-plugin-svg-icons": "^2.0.1",
|
||||
"vite-svg-loader": "^4.0.0",
|
||||
"vitest": "^0.30.1",
|
||||
"vue-eslint-parser": "^9.1.1",
|
||||
"vue-tsc": "^1.4.4"
|
||||
"vue-tsc": "^1.6.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,vue,ts,tsx}": [
|
||||
|
300
pnpm-lock.yaml
generated
300
pnpm-lock.yaml
generated
@ -14,8 +14,8 @@ dependencies:
|
||||
specifier: ^2.3.4
|
||||
version: 2.3.4(vue@3.2.47)
|
||||
js-cookie:
|
||||
specifier: ^3.0.4
|
||||
version: 3.0.4
|
||||
specifier: ^3.0.5
|
||||
version: 3.0.5
|
||||
lodash-es:
|
||||
specifier: ^4.17.21
|
||||
version: 4.17.21
|
||||
@ -61,8 +61,8 @@ devDependencies:
|
||||
specifier: ^4.17.7
|
||||
version: 4.17.7
|
||||
'@types/node':
|
||||
specifier: ^18.16.0
|
||||
version: 18.16.0
|
||||
specifier: ^18.16.1
|
||||
version: 18.16.1
|
||||
'@types/nprogress':
|
||||
specifier: ^0.2.0
|
||||
version: 0.2.0
|
||||
@ -70,26 +70,26 @@ devDependencies:
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^5.59.0
|
||||
version: 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4)
|
||||
specifier: ^5.59.1
|
||||
version: 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^5.59.0
|
||||
version: 5.59.0(eslint@8.39.0)(typescript@5.0.4)
|
||||
specifier: ^5.59.1
|
||||
version: 5.59.1(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^4.1.0
|
||||
version: 4.1.0(vite@4.3.1)(vue@3.2.47)
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1(vite@4.3.3)(vue@3.2.47)
|
||||
'@vitejs/plugin-vue-jsx':
|
||||
specifier: ^3.0.1
|
||||
version: 3.0.1(vite@4.3.1)(vue@3.2.47)
|
||||
version: 3.0.1(vite@4.3.3)(vue@3.2.47)
|
||||
'@vue-macros/volar':
|
||||
specifier: ^0.9.5
|
||||
version: 0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.4.4)(vue@3.2.47)
|
||||
version: 0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.6.0)(vue@3.2.47)
|
||||
'@vue/eslint-config-prettier':
|
||||
specifier: ^7.1.0
|
||||
version: 7.1.0(eslint@8.39.0)(prettier@2.8.8)
|
||||
'@vue/eslint-config-typescript':
|
||||
specifier: ^11.0.2
|
||||
version: 11.0.2(eslint-plugin-vue@9.11.0)(eslint@8.39.0)(typescript@5.0.4)
|
||||
specifier: ^11.0.3
|
||||
version: 11.0.3(eslint-plugin-vue@9.11.0)(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@vue/test-utils':
|
||||
specifier: ^2.3.2
|
||||
version: 2.3.2(vue@3.2.47)
|
||||
@ -109,14 +109,14 @@ devDependencies:
|
||||
specifier: ^21.1.1
|
||||
version: 21.1.1
|
||||
lint-staged:
|
||||
specifier: ^13.2.1
|
||||
version: 13.2.1
|
||||
specifier: ^13.2.2
|
||||
version: 13.2.2
|
||||
prettier:
|
||||
specifier: ^2.8.8
|
||||
version: 2.8.8
|
||||
sass:
|
||||
specifier: ^1.62.0
|
||||
version: 1.62.0
|
||||
specifier: ^1.62.1
|
||||
version: 1.62.1
|
||||
terser:
|
||||
specifier: ^5.17.1
|
||||
version: 5.17.1
|
||||
@ -125,28 +125,28 @@ devDependencies:
|
||||
version: 5.0.4
|
||||
unocss:
|
||||
specifier: ^0.51.8
|
||||
version: 0.51.8(postcss@8.4.23)(vite@4.3.1)
|
||||
version: 0.51.8(postcss@8.4.23)(vite@4.3.3)
|
||||
unplugin-vue-define-options:
|
||||
specifier: ^1.3.3
|
||||
version: 1.3.3(vue@3.2.47)
|
||||
vite:
|
||||
specifier: ^4.3.1
|
||||
version: 4.3.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
specifier: ^4.3.3
|
||||
version: 4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
vite-plugin-svg-icons:
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1(vite@4.3.1)
|
||||
version: 2.0.1(vite@4.3.3)
|
||||
vite-svg-loader:
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0
|
||||
vitest:
|
||||
specifier: ^0.30.1
|
||||
version: 0.30.1(jsdom@21.1.1)(sass@1.62.0)(terser@5.17.1)
|
||||
version: 0.30.1(jsdom@21.1.1)(sass@1.62.1)(terser@5.17.1)
|
||||
vue-eslint-parser:
|
||||
specifier: ^9.1.1
|
||||
version: 9.1.1(eslint@8.39.0)
|
||||
vue-tsc:
|
||||
specifier: ^1.4.4
|
||||
version: 1.4.4(typescript@5.0.4)
|
||||
specifier: ^1.6.0
|
||||
version: 1.6.0(typescript@5.0.4)
|
||||
|
||||
packages:
|
||||
|
||||
@ -717,8 +717,8 @@ packages:
|
||||
resolution: {integrity: sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg==}
|
||||
dev: false
|
||||
|
||||
/@floating-ui/dom@1.2.6:
|
||||
resolution: {integrity: sha512-02vxFDuvuVPs22iJICacezYJyf7zwwOCWkPNkWNBr1U0Qt1cKFYzWvxts0AmqcOQGwt/3KJWcWIgtbUU38keyw==}
|
||||
/@floating-ui/dom@1.2.7:
|
||||
resolution: {integrity: sha512-DyqylONj1ZaBnzj+uBnVfzdjjCkFCL2aA9ESHLyUOGSqb03RpbLMImP1ekIQXYs4KLk9jAjJfZAU8hXfWSahEg==}
|
||||
dependencies:
|
||||
'@floating-ui/core': 1.2.6
|
||||
dev: false
|
||||
@ -884,8 +884,8 @@ packages:
|
||||
/@types/lodash@4.14.194:
|
||||
resolution: {integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==}
|
||||
|
||||
/@types/node@18.16.0:
|
||||
resolution: {integrity: sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==}
|
||||
/@types/node@18.16.1:
|
||||
resolution: {integrity: sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==}
|
||||
dev: true
|
||||
|
||||
/@types/nprogress@0.2.0:
|
||||
@ -903,15 +903,15 @@ packages:
|
||||
/@types/svgo@2.6.4:
|
||||
resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==}
|
||||
dependencies:
|
||||
'@types/node': 18.16.0
|
||||
'@types/node': 18.16.1
|
||||
dev: true
|
||||
|
||||
/@types/web-bluetooth@0.0.16:
|
||||
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==}
|
||||
/@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@ -922,10 +922,10 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.5.0
|
||||
'@typescript-eslint/parser': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.0
|
||||
'@typescript-eslint/type-utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.1(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.1
|
||||
'@typescript-eslint/type-utils': 5.59.1(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.1(eslint@8.39.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.39.0
|
||||
grapheme-splitter: 1.0.4
|
||||
@ -938,8 +938,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.59.0(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==}
|
||||
/@typescript-eslint/parser@5.59.1(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -948,9 +948,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.59.0
|
||||
'@typescript-eslint/types': 5.59.0
|
||||
'@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.1
|
||||
'@typescript-eslint/types': 5.59.1
|
||||
'@typescript-eslint/typescript-estree': 5.59.1(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.39.0
|
||||
typescript: 5.0.4
|
||||
@ -958,16 +958,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@5.59.0:
|
||||
resolution: {integrity: sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==}
|
||||
/@typescript-eslint/scope-manager@5.59.1:
|
||||
resolution: {integrity: sha512-mau0waO5frJctPuAzcxiNWqJR5Z8V0190FTSqRw1Q4Euop6+zTwHAf8YIXNwDOT29tyUDrQ65jSg9aTU/H0omA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.0
|
||||
'@typescript-eslint/visitor-keys': 5.59.0
|
||||
'@typescript-eslint/types': 5.59.1
|
||||
'@typescript-eslint/visitor-keys': 5.59.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@5.59.0(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==}
|
||||
/@typescript-eslint/type-utils@5.59.1(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@ -976,8 +976,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/typescript-estree': 5.59.1(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.59.1(eslint@8.39.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.39.0
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
@ -986,13 +986,13 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@5.59.0:
|
||||
resolution: {integrity: sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==}
|
||||
/@typescript-eslint/types@5.59.1:
|
||||
resolution: {integrity: sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.59.0(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==}
|
||||
/@typescript-eslint/typescript-estree@5.59.1(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@ -1000,8 +1000,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.0
|
||||
'@typescript-eslint/visitor-keys': 5.59.0
|
||||
'@typescript-eslint/types': 5.59.1
|
||||
'@typescript-eslint/visitor-keys': 5.59.1
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@ -1012,8 +1012,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.59.0(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==}
|
||||
/@typescript-eslint/utils@5.59.1(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@ -1021,9 +1021,9 @@ packages:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0)
|
||||
'@types/json-schema': 7.0.11
|
||||
'@types/semver': 7.3.13
|
||||
'@typescript-eslint/scope-manager': 5.59.0
|
||||
'@typescript-eslint/types': 5.59.0
|
||||
'@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.59.1
|
||||
'@typescript-eslint/types': 5.59.1
|
||||
'@typescript-eslint/typescript-estree': 5.59.1(typescript@5.0.4)
|
||||
eslint: 8.39.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.5.0
|
||||
@ -1032,20 +1032,20 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@5.59.0:
|
||||
resolution: {integrity: sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==}
|
||||
/@typescript-eslint/visitor-keys@5.59.1:
|
||||
resolution: {integrity: sha512-6waEYwBTCWryx0VJmP7JaM4FpipLsFl9CvYf2foAE8Qh/Y0s+bxWysciwOs0LTBED4JCaNxTZ5rGadB14M6dwA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.59.0
|
||||
'@typescript-eslint/types': 5.59.1
|
||||
eslint-visitor-keys: 3.4.0
|
||||
dev: true
|
||||
|
||||
/@unocss/astro@0.51.8(vite@4.3.1):
|
||||
/@unocss/astro@0.51.8(vite@4.3.3):
|
||||
resolution: {integrity: sha512-1cY22psmzeW6f29Os7nXhrIgbjR2QI2qPU+PDEMprWiaVHlIc86WUKNzPIcuKskAQMMhWVCIN/XlCNzxZzXJqw==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.51.8
|
||||
'@unocss/reset': 0.51.8
|
||||
'@unocss/vite': 0.51.8(vite@4.3.1)
|
||||
'@unocss/vite': 0.51.8(vite@4.3.3)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- vite
|
||||
@ -1095,7 +1095,7 @@ packages:
|
||||
resolution: {integrity: sha512-g3gLl6h/AErv04jCTQOCtfBDzJ01FG2SnDxLErIm22bnKydP/QB15TyX9AXlUsOcxywcCFHYe73OdPqyMqPEFQ==}
|
||||
dependencies:
|
||||
gzip-size: 6.0.0
|
||||
sirv: 2.0.2
|
||||
sirv: 2.0.3
|
||||
dev: true
|
||||
|
||||
/@unocss/postcss@0.51.8(postcss@8.4.23):
|
||||
@ -1209,7 +1209,7 @@ packages:
|
||||
'@unocss/core': 0.51.8
|
||||
dev: true
|
||||
|
||||
/@unocss/vite@0.51.8(vite@4.3.1):
|
||||
/@unocss/vite@0.51.8(vite@4.3.3):
|
||||
resolution: {integrity: sha512-0mVCgh2Bci2oey6VXGAJBI3x/p5whJiY32BpJaugCmLlZPc6rnWQ8o/FaOTed2EznWAGA8zRRF2l3fEVCURh9g==}
|
||||
peerDependencies:
|
||||
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
|
||||
@ -1224,12 +1224,12 @@ packages:
|
||||
chokidar: 3.5.3
|
||||
fast-glob: 3.2.12
|
||||
magic-string: 0.30.0
|
||||
vite: 4.3.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
vite: 4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.1)(vue@3.2.47):
|
||||
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.3)(vue@3.2.47):
|
||||
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
@ -1239,20 +1239,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.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
vite: 4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
vue: 3.2.47
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue@4.1.0(vite@4.3.1)(vue@3.2.47):
|
||||
resolution: {integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==}
|
||||
/@vitejs/plugin-vue@4.2.1(vite@4.3.3)(vue@3.2.47):
|
||||
resolution: {integrity: sha512-ZTZjzo7bmxTRTkb8GSTwkPOYDIP7pwuyV+RV53c9PYUouwcbkIZIvWvNWlX2b1dYZqtOv7D6iUAnJLVNGcLrSw==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
vite: ^4.0.0
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 4.3.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
vite: 4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
vue: 3.2.47
|
||||
dev: true
|
||||
|
||||
@ -1328,8 +1328,8 @@ packages:
|
||||
typescript: 5.0.4
|
||||
dev: true
|
||||
|
||||
/@volar/vue-language-core@1.4.4:
|
||||
resolution: {integrity: sha512-c3hL6un+CfoOlusGvpypcodmk9ke/ImrWIUc0GkgI+imoQpUGzgu3tEQWlPs604R7AhxeZwWUi8hQNfax0R/zA==}
|
||||
/@volar/vue-language-core@1.6.0:
|
||||
resolution: {integrity: sha512-oyX+A4vclBlDB7UQtfAPraD6tt3nE+y9YNXdH+xjDi//Cokdx65PZnwLaiG+hURI6WgDn1ZQffTE1OeJtr786A==}
|
||||
dependencies:
|
||||
'@volar/language-core': 1.4.1
|
||||
'@volar/source-map': 1.4.1
|
||||
@ -1342,13 +1342,13 @@ packages:
|
||||
vue-template-compiler: 2.7.14
|
||||
dev: true
|
||||
|
||||
/@volar/vue-typescript@1.4.4(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-L61Fk15jlJw3QtIddD4cVE5jei5i6zbLJRiaEMYDDnUKB259/qUrdvnMfnZUFVyDwlevzdstjtaUyreeG/0nPQ==}
|
||||
/@volar/vue-typescript@1.6.0(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-Ob5X/XICtwCFwHDo9zUhQuCIH4QmiDWX7DgQkuPBZkO18mirp27ymRJk2Q5EtHKedGQnTce/NRsoqjn8DnyLKw==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
dependencies:
|
||||
'@volar/typescript': 1.4.1(typescript@5.0.4)
|
||||
'@volar/vue-language-core': 1.4.4
|
||||
'@volar/vue-language-core': 1.6.0
|
||||
typescript: 5.0.4
|
||||
dev: true
|
||||
|
||||
@ -1363,7 +1363,7 @@ packages:
|
||||
dependencies:
|
||||
'@babel/types': 7.21.4
|
||||
'@rollup/pluginutils': 5.0.2
|
||||
'@vue/compiler-sfc': 3.3.0-beta.1
|
||||
'@vue/compiler-sfc': 3.3.0-beta.2
|
||||
local-pkg: 0.4.3
|
||||
magic-string-ast: 0.1.2
|
||||
vue: 3.2.47
|
||||
@ -1394,8 +1394,8 @@ packages:
|
||||
dependencies:
|
||||
'@babel/parser': 7.21.4
|
||||
'@vue-macros/common': 1.2.0(vue@3.2.47)
|
||||
'@vue/compiler-core': 3.3.0-beta.1
|
||||
'@vue/shared': 3.3.0-beta.1
|
||||
'@vue/compiler-core': 3.3.0-beta.2
|
||||
'@vue/shared': 3.3.0-beta.2
|
||||
magic-string: 0.30.0
|
||||
unplugin: 1.3.1
|
||||
vue: 3.2.47
|
||||
@ -1408,13 +1408,13 @@ packages:
|
||||
engines: {node: '>=14.19.0'}
|
||||
dependencies:
|
||||
'@vue-macros/common': 1.2.0(vue@3.2.47)
|
||||
'@vue/compiler-core': 3.3.0-beta.1
|
||||
'@vue/compiler-core': 3.3.0-beta.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- vue
|
||||
dev: true
|
||||
|
||||
/@vue-macros/volar@0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.4.4)(vue@3.2.47):
|
||||
/@vue-macros/volar@0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.6.0)(vue@3.2.47):
|
||||
resolution: {integrity: sha512-+alRBRwezUWHrZZ0sxI4RUQVtkkvS7jX4v6XO26VoT0/oUmgyffuhG6ahRWJicbHajBhXqruzTGWAVR26QhEyQ==}
|
||||
engines: {node: '>=14.19.0'}
|
||||
peerDependencies:
|
||||
@ -1428,7 +1428,7 @@ packages:
|
||||
'@vue-macros/define-props': 1.0.3(@vue-macros/reactivity-transform@0.3.4)(vue@3.2.47)
|
||||
'@vue-macros/short-vmodel': 1.2.4(vue@3.2.47)
|
||||
muggle-string: 0.2.2
|
||||
vue-tsc: 1.4.4(typescript@5.0.4)
|
||||
vue-tsc: 1.6.0(typescript@5.0.4)
|
||||
transitivePeerDependencies:
|
||||
- '@vue-macros/reactivity-transform'
|
||||
- rollup
|
||||
@ -1464,11 +1464,11 @@ packages:
|
||||
estree-walker: 2.0.2
|
||||
source-map: 0.6.1
|
||||
|
||||
/@vue/compiler-core@3.3.0-beta.1:
|
||||
resolution: {integrity: sha512-p3rSZPmukFBAZ+4VzhqfdikrAJw/t8rdlobkTYbzk26qSNV1NhBFy9qusOU9e1szHBXGNQe7z5cp8PzDrXOEBA==}
|
||||
/@vue/compiler-core@3.3.0-beta.2:
|
||||
resolution: {integrity: sha512-Z2VZCL9Rr1gVgyALHIRP+lNFjgfs/K4aTxvJYQ2vhgEAaI0/L6wtG5sr/gOP+MgxwGQV0PvA+iDG3Y3PC7rTEg==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.21.4
|
||||
'@vue/shared': 3.3.0-beta.1
|
||||
'@vue/shared': 3.3.0-beta.2
|
||||
estree-walker: 2.0.2
|
||||
source-map-js: 1.0.2
|
||||
dev: true
|
||||
@ -1479,11 +1479,11 @@ packages:
|
||||
'@vue/compiler-core': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
|
||||
/@vue/compiler-dom@3.3.0-beta.1:
|
||||
resolution: {integrity: sha512-dscMLhH7nm/WJ5VtpHEuOiwFt5ttzqOYvHGIckXWBOgJtyOhLeM4ccPsSjEAd6AgN7spD6XVlwJDBdTeZ/Ow6g==}
|
||||
/@vue/compiler-dom@3.3.0-beta.2:
|
||||
resolution: {integrity: sha512-9LPRdCj66OwmUiPa9nuKiaoyKxlFT56j+io8nK/aW5OLl1UkY//Lj661fmDkTY20oLmArt73fAuHD913w4hRqA==}
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.3.0-beta.1
|
||||
'@vue/shared': 3.3.0-beta.1
|
||||
'@vue/compiler-core': 3.3.0-beta.2
|
||||
'@vue/shared': 3.3.0-beta.2
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-sfc@3.2.47:
|
||||
@ -1500,15 +1500,15 @@ packages:
|
||||
postcss: 8.4.23
|
||||
source-map: 0.6.1
|
||||
|
||||
/@vue/compiler-sfc@3.3.0-beta.1:
|
||||
resolution: {integrity: sha512-BanO3Lbgo75Mqbb9VSM/SS+Pw2U9CuGFV9fiwZ73JCOvpOtolY+q/1Rz7mHOnKZq7hoSe+8C5ktLZZfmNj6N9Q==}
|
||||
/@vue/compiler-sfc@3.3.0-beta.2:
|
||||
resolution: {integrity: sha512-5FmcQ5LIpM/Y22dTxnxWPD04jC2gr6XSVVqQNY0y776F1P9x4f06fIpMibL58aKU07Th2z4Ab3oPg/Cg1QNVmA==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.21.4
|
||||
'@vue/compiler-core': 3.3.0-beta.1
|
||||
'@vue/compiler-dom': 3.3.0-beta.1
|
||||
'@vue/compiler-ssr': 3.3.0-beta.1
|
||||
'@vue/reactivity-transform': 3.3.0-beta.1
|
||||
'@vue/shared': 3.3.0-beta.1
|
||||
'@vue/compiler-core': 3.3.0-beta.2
|
||||
'@vue/compiler-dom': 3.3.0-beta.2
|
||||
'@vue/compiler-ssr': 3.3.0-beta.2
|
||||
'@vue/reactivity-transform': 3.3.0-beta.2
|
||||
'@vue/shared': 3.3.0-beta.2
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.30.0
|
||||
postcss: 8.4.23
|
||||
@ -1521,11 +1521,11 @@ packages:
|
||||
'@vue/compiler-dom': 3.2.47
|
||||
'@vue/shared': 3.2.47
|
||||
|
||||
/@vue/compiler-ssr@3.3.0-beta.1:
|
||||
resolution: {integrity: sha512-/GjsTQd2MaKeogB53f9LNtni6qEPqSQ+jfOJD/YZqzGGsDgEakWXVFxmTfDXDjZFgXKuXUMfFWkMvlieHBftow==}
|
||||
/@vue/compiler-ssr@3.3.0-beta.2:
|
||||
resolution: {integrity: sha512-Xg9od6GvHwfEpnTxMQR+KlKG1nbOHWRLHCiSA0FENiSDTjCDHh0ClzZLhIZUZJD75miyE9ia5ZQF6vpw680rCw==}
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.3.0-beta.1
|
||||
'@vue/shared': 3.3.0-beta.1
|
||||
'@vue/compiler-dom': 3.3.0-beta.2
|
||||
'@vue/shared': 3.3.0-beta.2
|
||||
dev: true
|
||||
|
||||
/@vue/devtools-api@6.5.0:
|
||||
@ -1544,8 +1544,8 @@ packages:
|
||||
prettier: 2.8.8
|
||||
dev: true
|
||||
|
||||
/@vue/eslint-config-typescript@11.0.2(eslint-plugin-vue@9.11.0)(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw==}
|
||||
/@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.11.0)(eslint@8.39.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
@ -1555,8 +1555,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.0(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.39.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.59.1(eslint@8.39.0)(typescript@5.0.4)
|
||||
eslint: 8.39.0
|
||||
eslint-plugin-vue: 9.11.0(eslint@8.39.0)
|
||||
typescript: 5.0.4
|
||||
@ -1574,12 +1574,12 @@ packages:
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.25.9
|
||||
|
||||
/@vue/reactivity-transform@3.3.0-beta.1:
|
||||
resolution: {integrity: sha512-ooTP1oF4MnRzsfkYnqfykiUNvO+98Wd7fYLzU6sExV5sHtJ6EgHD5I0J1gjtZc2ktO3k7xwTTZdpCvjyrdRfDQ==}
|
||||
/@vue/reactivity-transform@3.3.0-beta.2:
|
||||
resolution: {integrity: sha512-EUL53/rsd+hrqhCa/SrhXQ6PzMZJfLQt39xQlzr0Sxsdv/bg5lqbcK9YtGkjYohRuSp1QneFU78LEsQ9j4B2Dw==}
|
||||
dependencies:
|
||||
'@babel/parser': 7.21.4
|
||||
'@vue/compiler-core': 3.3.0-beta.1
|
||||
'@vue/shared': 3.3.0-beta.1
|
||||
'@vue/compiler-core': 3.3.0-beta.2
|
||||
'@vue/shared': 3.3.0-beta.2
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.30.0
|
||||
dev: true
|
||||
@ -1614,8 +1614,8 @@ packages:
|
||||
/@vue/shared@3.2.47:
|
||||
resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
|
||||
|
||||
/@vue/shared@3.3.0-beta.1:
|
||||
resolution: {integrity: sha512-wTl8hAhxe3Y4sO1Z0aiRWjcHso4eNM+Esmj6bK5IjZYN1jh9wnuOnZqKhW9OKW6+fhZemVFTdM0lCcTaaeqxdg==}
|
||||
/@vue/shared@3.3.0-beta.2:
|
||||
resolution: {integrity: sha512-AsHYKYiYUnL/LHog6iV/G9tctFZYOsaxHDbSnfeyip94rjndO46XSDbHek7wDlcj3NHGaf8jAQQKfva/7mypjA==}
|
||||
dev: true
|
||||
|
||||
/@vue/test-utils@2.3.2(vue@3.2.47):
|
||||
@ -1930,7 +1930,7 @@ packages:
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001481
|
||||
electron-to-chromium: 1.4.369
|
||||
electron-to-chromium: 1.4.374
|
||||
node-releases: 2.0.10
|
||||
update-browserslist-db: 1.0.11(browserslist@4.21.5)
|
||||
dev: true
|
||||
@ -2486,8 +2486,8 @@ packages:
|
||||
sigmund: 1.0.1
|
||||
dev: true
|
||||
|
||||
/electron-to-chromium@1.4.369:
|
||||
resolution: {integrity: sha512-LfxbHXdA/S+qyoTEA4EbhxGjrxx7WK2h6yb5K2v0UCOufUKX+VZaHbl3svlzZfv9sGseym/g3Ne4DpsgRULmqg==}
|
||||
/electron-to-chromium@1.4.374:
|
||||
resolution: {integrity: sha512-dNP9tQNTrjgVlSXMqGaj0BdrCS+9pcUvy5/emB6x8kh0YwCoDZ0Z4ce1+7aod+KhybHUd5o5LgKrc5al4kVmzQ==}
|
||||
dev: true
|
||||
|
||||
/element-plus@2.3.4(vue@3.2.47):
|
||||
@ -2497,7 +2497,7 @@ packages:
|
||||
dependencies:
|
||||
'@ctrl/tinycolor': 3.6.0
|
||||
'@element-plus/icons-vue': 2.1.0(vue@3.2.47)
|
||||
'@floating-ui/dom': 1.2.6
|
||||
'@floating-ui/dom': 1.2.7
|
||||
'@popperjs/core': /@sxzz/popperjs-es@2.11.7
|
||||
'@types/lodash': 4.14.194
|
||||
'@types/lodash-es': 4.17.7
|
||||
@ -3419,9 +3419,9 @@ packages:
|
||||
nopt: 6.0.0
|
||||
dev: true
|
||||
|
||||
/js-cookie@3.0.4:
|
||||
resolution: {integrity: sha512-tlu5VGqPFMP5eBefnmszCFZkPXG2n527NRN9XdNtN6FZ5n/0e98TdDm8BOz290OIIsxtXb9XTJjfqE6gVhOHQw==}
|
||||
engines: {node: '>=14', npm: '>=9.5.0'}
|
||||
/js-cookie@3.0.5:
|
||||
resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
|
||||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
/js-sdsl@4.4.0:
|
||||
@ -3573,8 +3573,8 @@ packages:
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/lint-staged@13.2.1:
|
||||
resolution: {integrity: sha512-8gfzinVXoPfga5Dz/ZOn8I2GOhf81Wvs+KwbEXQn/oWZAvCVS2PivrXfVbFJc93zD16uC0neS47RXHIjXKYZQw==}
|
||||
/lint-staged@13.2.2:
|
||||
resolution: {integrity: sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==}
|
||||
engines: {node: ^14.13.1 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -3590,7 +3590,7 @@ packages:
|
||||
object-inspect: 1.12.3
|
||||
pidtree: 0.6.0
|
||||
string-argv: 0.3.1
|
||||
yaml: 2.2.1
|
||||
yaml: 2.2.2
|
||||
transitivePeerDependencies:
|
||||
- enquirer
|
||||
- supports-color
|
||||
@ -3610,7 +3610,7 @@ packages:
|
||||
log-update: 4.0.0
|
||||
p-map: 4.0.0
|
||||
rfdc: 1.3.0
|
||||
rxjs: 7.8.0
|
||||
rxjs: 7.8.1
|
||||
through: 2.3.8
|
||||
wrap-ansi: 7.0.0
|
||||
dev: true
|
||||
@ -4422,8 +4422,8 @@ packages:
|
||||
queue-microtask: 1.2.3
|
||||
dev: true
|
||||
|
||||
/rxjs@7.8.0:
|
||||
resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==}
|
||||
/rxjs@7.8.1:
|
||||
resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
|
||||
dependencies:
|
||||
tslib: 2.5.0
|
||||
dev: true
|
||||
@ -4442,8 +4442,8 @@ packages:
|
||||
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
||||
dev: true
|
||||
|
||||
/sass@1.62.0:
|
||||
resolution: {integrity: sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==}
|
||||
/sass@1.62.1:
|
||||
resolution: {integrity: sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
@ -4516,8 +4516,8 @@ packages:
|
||||
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
||||
dev: true
|
||||
|
||||
/sirv@2.0.2:
|
||||
resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==}
|
||||
/sirv@2.0.3:
|
||||
resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==}
|
||||
engines: {node: '>= 10'}
|
||||
dependencies:
|
||||
'@polka/url': 1.0.0-next.21
|
||||
@ -4997,7 +4997,7 @@ packages:
|
||||
engines: {node: '>= 10.0.0'}
|
||||
dev: true
|
||||
|
||||
/unocss@0.51.8(postcss@8.4.23)(vite@4.3.1):
|
||||
/unocss@0.51.8(postcss@8.4.23)(vite@4.3.3):
|
||||
resolution: {integrity: sha512-uty78ilhQ/HxvjIDLRZ0J6Kb6fSfTKv0afyP7iWQmqoG/qTBR33ambnuTmi2Dt5GzCxAY6tyCaWjK/FZ7mfEYg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@ -5006,7 +5006,7 @@ packages:
|
||||
'@unocss/webpack':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@unocss/astro': 0.51.8(vite@4.3.1)
|
||||
'@unocss/astro': 0.51.8(vite@4.3.3)
|
||||
'@unocss/cli': 0.51.8
|
||||
'@unocss/core': 0.51.8
|
||||
'@unocss/extractor-arbitrary-variants': 0.51.8
|
||||
@ -5025,7 +5025,7 @@ packages:
|
||||
'@unocss/transformer-compile-class': 0.51.8
|
||||
'@unocss/transformer-directives': 0.51.8
|
||||
'@unocss/transformer-variant-group': 0.51.8
|
||||
'@unocss/vite': 0.51.8(vite@4.3.1)
|
||||
'@unocss/vite': 0.51.8(vite@4.3.3)
|
||||
transitivePeerDependencies:
|
||||
- postcss
|
||||
- rollup
|
||||
@ -5105,7 +5105,7 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/vite-node@0.30.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1):
|
||||
/vite-node@0.30.1(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1):
|
||||
resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==}
|
||||
engines: {node: '>=v14.18.0'}
|
||||
hasBin: true
|
||||
@ -5115,7 +5115,7 @@ packages:
|
||||
mlly: 1.2.0
|
||||
pathe: 1.1.0
|
||||
picocolors: 1.0.0
|
||||
vite: 4.3.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
vite: 4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
@ -5126,7 +5126,7 @@ packages:
|
||||
- terser
|
||||
dev: true
|
||||
|
||||
/vite-plugin-svg-icons@2.0.1(vite@4.3.1):
|
||||
/vite-plugin-svg-icons@2.0.1(vite@4.3.3):
|
||||
resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
@ -5139,7 +5139,7 @@ packages:
|
||||
pathe: 0.2.0
|
||||
svg-baker: 1.7.0
|
||||
svgo: 2.8.0
|
||||
vite: 4.3.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
vite: 4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@ -5151,8 +5151,8 @@ packages:
|
||||
svgo: 3.0.2
|
||||
dev: true
|
||||
|
||||
/vite@4.3.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1):
|
||||
resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==}
|
||||
/vite@4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1):
|
||||
resolution: {integrity: sha512-MwFlLBO4udZXd+VBcezo3u8mC77YQk+ik+fbc0GZWGgzfbPP+8Kf0fldhARqvSYmtIWoAJ5BXPClUbMTlqFxrA==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -5176,17 +5176,17 @@ packages:
|
||||
terser:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/node': 18.16.0
|
||||
'@types/node': 18.16.1
|
||||
esbuild: 0.17.18
|
||||
postcss: 8.4.23
|
||||
rollup: 3.21.0
|
||||
sass: 1.62.0
|
||||
sass: 1.62.1
|
||||
terser: 5.17.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vitest@0.30.1(jsdom@21.1.1)(sass@1.62.0)(terser@5.17.1):
|
||||
/vitest@0.30.1(jsdom@21.1.1)(sass@1.62.1)(terser@5.17.1):
|
||||
resolution: {integrity: sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==}
|
||||
engines: {node: '>=v14.18.0'}
|
||||
hasBin: true
|
||||
@ -5219,7 +5219,7 @@ packages:
|
||||
dependencies:
|
||||
'@types/chai': 4.3.4
|
||||
'@types/chai-subset': 1.3.3
|
||||
'@types/node': 18.16.0
|
||||
'@types/node': 18.16.1
|
||||
'@vitest/expect': 0.30.1
|
||||
'@vitest/runner': 0.30.1
|
||||
'@vitest/snapshot': 0.30.1
|
||||
@ -5241,8 +5241,8 @@ packages:
|
||||
strip-literal: 1.0.1
|
||||
tinybench: 2.4.0
|
||||
tinypool: 0.4.0
|
||||
vite: 4.3.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
vite-node: 0.30.1(@types/node@18.16.0)(sass@1.62.0)(terser@5.17.1)
|
||||
vite: 4.3.3(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
vite-node: 0.30.1(@types/node@18.16.1)(sass@1.62.1)(terser@5.17.1)
|
||||
why-is-node-running: 2.2.2
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
@ -5302,14 +5302,14 @@ packages:
|
||||
he: 1.2.0
|
||||
dev: true
|
||||
|
||||
/vue-tsc@1.4.4(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-2XsCjF2mLo6gwOVcOpngwJkP8GzYQjNh20A+Pr2FGdsWzr9jjXJ0k08/DfcslfncsuCrTrnWtb4KEL3gcDtlNA==}
|
||||
/vue-tsc@1.6.0(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-JO8Hmc/ZL8pEXtYsUuMFHIvpu5zqtBLtKBp6CRq2O0JVgrRGqYmVIq9v2R7LMVhMo1LhJEvPBWcE24w30mUvXQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
dependencies:
|
||||
'@volar/vue-language-core': 1.4.4
|
||||
'@volar/vue-typescript': 1.4.4(typescript@5.0.4)
|
||||
'@volar/vue-language-core': 1.6.0
|
||||
'@volar/vue-typescript': 1.6.0(typescript@5.0.4)
|
||||
semver: 7.5.0
|
||||
typescript: 5.0.4
|
||||
dev: true
|
||||
@ -5469,8 +5469,8 @@ packages:
|
||||
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
|
||||
dev: true
|
||||
|
||||
/yaml@2.2.1:
|
||||
resolution: {integrity: sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==}
|
||||
/yaml@2.2.2:
|
||||
resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==}
|
||||
engines: {node: '>= 14'}
|
||||
dev: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user