1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 06:39:01 +08:00

chore: update deps - unocss

This commit is contained in:
zclzone 2023-12-11 21:06:58 +08:00
parent d7b3b03d32
commit f1933cb16c
2 changed files with 431 additions and 208 deletions

View File

@ -11,8 +11,8 @@
"dependencies": {
"@iconify/json": "^2.2.129",
"@iconify/utils": "^2.1.11",
"@unocss/eslint-config": "^0.57.7",
"@unocss/preset-rem-to-px": "^0.57.7",
"@unocss/eslint-config": "^0.58.0",
"@unocss/preset-rem-to-px": "^0.58.0",
"@vueuse/core": "^10.5.0",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
@ -22,7 +22,7 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"sass": "^1.69.3",
"unocss": "^0.57.7",
"unocss": "^0.58.0",
"vue": "^3.3.4",
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.5",

633
pnpm-lock.yaml generated
View File

@ -12,11 +12,11 @@ dependencies:
specifier: ^2.1.11
version: registry.npmmirror.com/@iconify/utils@2.1.12
'@unocss/eslint-config':
specifier: ^0.57.7
version: registry.npmmirror.com/@unocss/eslint-config@0.57.7(eslint@8.54.0)(typescript@5.3.2)
specifier: ^0.58.0
version: registry.npmmirror.com/@unocss/eslint-config@0.58.0(eslint@8.54.0)(typescript@5.3.2)
'@unocss/preset-rem-to-px':
specifier: ^0.57.7
version: registry.npmmirror.com/@unocss/preset-rem-to-px@0.57.7
specifier: ^0.58.0
version: registry.npmmirror.com/@unocss/preset-rem-to-px@0.58.0
'@vueuse/core':
specifier: ^10.5.0
version: registry.npmmirror.com/@vueuse/core@10.6.1(vue@3.3.8)
@ -45,8 +45,8 @@ dependencies:
specifier: ^1.69.3
version: registry.npmmirror.com/sass@1.69.5
unocss:
specifier: ^0.57.7
version: registry.npmmirror.com/unocss@0.57.7(postcss@8.4.31)(vite@4.5.0)
specifier: ^0.58.0
version: registry.npmmirror.com/unocss@0.58.0(postcss@8.4.31)(vite@4.5.0)
vue:
specifier: ^3.3.4
version: registry.npmmirror.com/vue@3.3.8(typescript@5.3.2)
@ -135,6 +135,16 @@ packages:
'@babel/highlight': registry.npmmirror.com/@babel/highlight@7.23.4
chalk: registry.npmmirror.com/chalk@2.4.2
registry.npmmirror.com/@babel/code-frame@7.23.5:
resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==, tarball: https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.23.5.tgz}
name: '@babel/code-frame'
version: 7.23.5
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': registry.npmmirror.com/@babel/highlight@7.23.4
chalk: registry.npmmirror.com/chalk@2.4.2
dev: false
registry.npmmirror.com/@babel/compat-data@7.23.3:
resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==, tarball: https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.23.3.tgz}
name: '@babel/compat-data'
@ -164,6 +174,32 @@ packages:
semver: registry.npmmirror.com/semver@6.3.1
transitivePeerDependencies:
- supports-color
dev: true
registry.npmmirror.com/@babel/core@7.23.5:
resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==, tarball: https://registry.npmmirror.com/@babel/core/-/core-7.23.5.tgz}
name: '@babel/core'
version: 7.23.5
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping@2.2.1
'@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.23.5
'@babel/generator': registry.npmmirror.com/@babel/generator@7.23.5
'@babel/helper-compilation-targets': registry.npmmirror.com/@babel/helper-compilation-targets@7.22.15
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5)
'@babel/helpers': registry.npmmirror.com/@babel/helpers@7.23.5
'@babel/parser': registry.npmmirror.com/@babel/parser@7.23.5
'@babel/template': registry.npmmirror.com/@babel/template@7.22.15
'@babel/traverse': registry.npmmirror.com/@babel/traverse@7.23.5
'@babel/types': registry.npmmirror.com/@babel/types@7.23.5
convert-source-map: registry.npmmirror.com/convert-source-map@2.0.0
debug: registry.npmmirror.com/debug@4.3.4
gensync: registry.npmmirror.com/gensync@1.0.0-beta.2
json5: registry.npmmirror.com/json5@2.2.3
semver: registry.npmmirror.com/semver@6.3.1
transitivePeerDependencies:
- supports-color
dev: false
registry.npmmirror.com/@babel/generator@7.23.4:
resolution: {integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==, tarball: https://registry.npmmirror.com/@babel/generator/-/generator-7.23.4.tgz}
@ -175,6 +211,19 @@ packages:
'@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping@0.3.3
'@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping@0.3.20
jsesc: registry.npmmirror.com/jsesc@2.5.2
dev: true
registry.npmmirror.com/@babel/generator@7.23.5:
resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==, tarball: https://registry.npmmirror.com/@babel/generator/-/generator-7.23.5.tgz}
name: '@babel/generator'
version: 7.23.5
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': registry.npmmirror.com/@babel/types@7.23.5
'@jridgewell/gen-mapping': registry.npmmirror.com/@jridgewell/gen-mapping@0.3.3
'@jridgewell/trace-mapping': registry.npmmirror.com/@jridgewell/trace-mapping@0.3.20
jsesc: registry.npmmirror.com/jsesc@2.5.2
dev: false
registry.npmmirror.com/@babel/helper-annotate-as-pure@7.22.5:
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, tarball: https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz}
@ -215,6 +264,28 @@ packages:
'@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers@7.22.5
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.22.6
semver: registry.npmmirror.com/semver@6.3.1
dev: true
registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.5):
resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, tarball: https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz}
id: registry.npmmirror.com/@babel/helper-create-class-features-plugin/7.22.15
name: '@babel/helper-create-class-features-plugin'
version: 7.22.15
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure@7.22.5
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.22.20
'@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name@7.23.0
'@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions@7.23.0
'@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression@7.22.5
'@babel/helper-replace-supers': registry.npmmirror.com/@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5)
'@babel/helper-skip-transparent-expression-wrappers': registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers@7.22.5
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.22.6
semver: registry.npmmirror.com/semver@6.3.1
dev: false
registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.23.5(@babel/core@7.23.3):
resolution: {integrity: sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==, tarball: https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.5.tgz}
@ -291,6 +362,24 @@ packages:
'@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access@7.22.5
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.22.6
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.22.20
dev: true
registry.npmmirror.com/@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, tarball: https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz}
id: registry.npmmirror.com/@babel/helper-module-transforms/7.23.3
name: '@babel/helper-module-transforms'
version: 7.23.3
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.22.20
'@babel/helper-module-imports': registry.npmmirror.com/@babel/helper-module-imports@7.22.15
'@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access@7.22.5
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.22.6
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.22.20
dev: false
registry.npmmirror.com/@babel/helper-optimise-call-expression@7.22.5:
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, tarball: https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz}
@ -319,6 +408,22 @@ packages:
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.22.20
'@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions@7.23.0
'@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression@7.22.5
dev: true
registry.npmmirror.com/@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5):
resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, tarball: https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz}
id: registry.npmmirror.com/@babel/helper-replace-supers/7.22.20
name: '@babel/helper-replace-supers'
version: 7.22.20
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.22.20
'@babel/helper-member-expression-to-functions': registry.npmmirror.com/@babel/helper-member-expression-to-functions@7.23.0
'@babel/helper-optimise-call-expression': registry.npmmirror.com/@babel/helper-optimise-call-expression@7.22.5
dev: false
registry.npmmirror.com/@babel/helper-simple-access@7.22.5:
resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, tarball: https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz}
@ -373,6 +478,20 @@ packages:
'@babel/types': registry.npmmirror.com/@babel/types@7.23.4
transitivePeerDependencies:
- supports-color
dev: true
registry.npmmirror.com/@babel/helpers@7.23.5:
resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==, tarball: https://registry.npmmirror.com/@babel/helpers/-/helpers-7.23.5.tgz}
name: '@babel/helpers'
version: 7.23.5
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': registry.npmmirror.com/@babel/template@7.22.15
'@babel/traverse': registry.npmmirror.com/@babel/traverse@7.23.5
'@babel/types': registry.npmmirror.com/@babel/types@7.23.5
transitivePeerDependencies:
- supports-color
dev: false
registry.npmmirror.com/@babel/highlight@7.23.4:
resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==, tarball: https://registry.npmmirror.com/@babel/highlight/-/highlight-7.23.4.tgz}
@ -393,6 +512,16 @@ packages:
dependencies:
'@babel/types': registry.npmmirror.com/@babel/types@7.23.4
registry.npmmirror.com/@babel/parser@7.23.5:
resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==, tarball: https://registry.npmmirror.com/@babel/parser/-/parser-7.23.5.tgz}
name: '@babel/parser'
version: 7.23.5
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
'@babel/types': registry.npmmirror.com/@babel/types@7.23.5
dev: false
registry.npmmirror.com/@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.23.3):
resolution: {integrity: sha512-6IsY8jOeWibsengGlWIezp7cuZEFzNlAghFpzh9wiZwhQ42/hRcPnY/QV9HJoKTlujupinSlnQPiEy/u2C1ZfQ==, tarball: https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.5.tgz}
id: registry.npmmirror.com/@babel/plugin-proposal-decorators/7.23.5
@ -459,6 +588,20 @@ packages:
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.3
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
dev: true
registry.npmmirror.com/@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz}
id: registry.npmmirror.com/@babel/plugin-syntax-jsx/7.23.3
name: '@babel/plugin-syntax-jsx'
version: 7.23.3
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
dev: false
registry.npmmirror.com/@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3):
resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz}
@ -471,8 +614,22 @@ packages:
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.3
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
dev: true
registry.npmmirror.com/@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3):
registry.npmmirror.com/@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==, tarball: https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz}
id: registry.npmmirror.com/@babel/plugin-syntax-typescript/7.23.3
name: '@babel/plugin-syntax-typescript'
version: 7.23.3
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
dev: false
registry.npmmirror.com/@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, tarball: https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz}
id: registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/7.23.3
name: '@babel/plugin-transform-modules-commonjs'
@ -481,8 +638,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.3
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3)
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-module-transforms': registry.npmmirror.com/@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5)
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
'@babel/helper-simple-access': registry.npmmirror.com/@babel/helper-simple-access@7.22.5
dev: false
@ -501,8 +658,25 @@ packages:
'@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3)
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
'@babel/plugin-syntax-typescript': registry.npmmirror.com/@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3)
dev: true
registry.npmmirror.com/@babel/preset-typescript@7.23.3(@babel/core@7.23.3):
registry.npmmirror.com/@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.5):
resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==, tarball: https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.4.tgz}
id: registry.npmmirror.com/@babel/plugin-transform-typescript/7.23.4
name: '@babel/plugin-transform-typescript'
version: 7.23.4
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-annotate-as-pure': registry.npmmirror.com/@babel/helper-annotate-as-pure@7.22.5
'@babel/helper-create-class-features-plugin': registry.npmmirror.com/@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.5)
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
'@babel/plugin-syntax-typescript': registry.npmmirror.com/@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.5)
dev: false
registry.npmmirror.com/@babel/preset-typescript@7.23.3(@babel/core@7.23.5):
resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==, tarball: https://registry.npmmirror.com/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz}
id: registry.npmmirror.com/@babel/preset-typescript/7.23.3
name: '@babel/preset-typescript'
@ -511,12 +685,12 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.3
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/helper-plugin-utils': registry.npmmirror.com/@babel/helper-plugin-utils@7.22.5
'@babel/helper-validator-option': registry.npmmirror.com/@babel/helper-validator-option@7.22.15
'@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3)
'@babel/plugin-transform-modules-commonjs': registry.npmmirror.com/@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3)
'@babel/plugin-transform-typescript': registry.npmmirror.com/@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.3)
'@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.5)
'@babel/plugin-transform-modules-commonjs': registry.npmmirror.com/@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5)
'@babel/plugin-transform-typescript': registry.npmmirror.com/@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.5)
dev: false
registry.npmmirror.com/@babel/runtime@7.23.4:
@ -556,6 +730,27 @@ packages:
globals: registry.npmmirror.com/globals@11.12.0
transitivePeerDependencies:
- supports-color
dev: true
registry.npmmirror.com/@babel/traverse@7.23.5:
resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==, tarball: https://registry.npmmirror.com/@babel/traverse/-/traverse-7.23.5.tgz}
name: '@babel/traverse'
version: 7.23.5
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': registry.npmmirror.com/@babel/code-frame@7.23.5
'@babel/generator': registry.npmmirror.com/@babel/generator@7.23.5
'@babel/helper-environment-visitor': registry.npmmirror.com/@babel/helper-environment-visitor@7.22.20
'@babel/helper-function-name': registry.npmmirror.com/@babel/helper-function-name@7.23.0
'@babel/helper-hoist-variables': registry.npmmirror.com/@babel/helper-hoist-variables@7.22.5
'@babel/helper-split-export-declaration': registry.npmmirror.com/@babel/helper-split-export-declaration@7.22.6
'@babel/parser': registry.npmmirror.com/@babel/parser@7.23.5
'@babel/types': registry.npmmirror.com/@babel/types@7.23.5
debug: registry.npmmirror.com/debug@4.3.4
globals: registry.npmmirror.com/globals@11.12.0
transitivePeerDependencies:
- supports-color
dev: false
registry.npmmirror.com/@babel/types@7.23.4:
resolution: {integrity: sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==, tarball: https://registry.npmmirror.com/@babel/types/-/types-7.23.4.tgz}
@ -567,6 +762,17 @@ packages:
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.22.20
to-fast-properties: registry.npmmirror.com/to-fast-properties@2.0.0
registry.npmmirror.com/@babel/types@7.23.5:
resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==, tarball: https://registry.npmmirror.com/@babel/types/-/types-7.23.5.tgz}
name: '@babel/types'
version: 7.23.5
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-string-parser': registry.npmmirror.com/@babel/helper-string-parser@7.23.4
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier@7.22.20
to-fast-properties: registry.npmmirror.com/to-fast-properties@2.0.0
dev: false
registry.npmmirror.com/@css-render/plugin-bem@0.15.12(css-render@0.15.12):
resolution: {integrity: sha512-Lq2jSOZn+wYQtsyaFj6QRz2EzAnd3iW5fZeHO1WSXQdVYwvwGX0ZiH3X2JQgtgYLT1yeGtrwrqJdNdMEUD2xTw==, tarball: https://registry.npmmirror.com/@css-render/plugin-bem/-/plugin-bem-0.15.12.tgz}
id: registry.npmmirror.com/@css-render/plugin-bem/0.15.12
@ -1050,6 +1256,23 @@ packages:
'@types/estree': registry.npmmirror.com/@types/estree@1.0.5
estree-walker: registry.npmmirror.com/estree-walker@2.0.2
picomatch: registry.npmmirror.com/picomatch@2.3.1
dev: true
registry.npmmirror.com/@rollup/pluginutils@5.1.0:
resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==, tarball: https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz}
name: '@rollup/pluginutils'
version: 5.1.0
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
dependencies:
'@types/estree': registry.npmmirror.com/@types/estree@1.0.5
estree-walker: registry.npmmirror.com/estree-walker@2.0.2
picomatch: registry.npmmirror.com/picomatch@2.3.1
dev: false
registry.npmmirror.com/@types/estree@1.0.5:
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==, tarball: https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz}
@ -1093,28 +1316,28 @@ packages:
name: '@types/web-bluetooth'
version: 0.0.20
registry.npmmirror.com/@typescript-eslint/scope-manager@6.12.0:
resolution: {integrity: sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.12.0.tgz}
registry.npmmirror.com/@typescript-eslint/scope-manager@6.13.2:
resolution: {integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==, tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz}
name: '@typescript-eslint/scope-manager'
version: 6.12.0
version: 6.13.2
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.12.0
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@6.12.0
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.13.2
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@6.13.2
dev: false
registry.npmmirror.com/@typescript-eslint/types@6.12.0:
resolution: {integrity: sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==, tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.12.0.tgz}
registry.npmmirror.com/@typescript-eslint/types@6.13.2:
resolution: {integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==, tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.13.2.tgz}
name: '@typescript-eslint/types'
version: 6.12.0
version: 6.13.2
engines: {node: ^16.0.0 || >=18.0.0}
dev: false
registry.npmmirror.com/@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2):
resolution: {integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.12.0.tgz}
id: registry.npmmirror.com/@typescript-eslint/typescript-estree/6.12.0
registry.npmmirror.com/@typescript-eslint/typescript-estree@6.13.2(typescript@5.3.2):
resolution: {integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==, tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz}
id: registry.npmmirror.com/@typescript-eslint/typescript-estree/6.13.2
name: '@typescript-eslint/typescript-estree'
version: 6.12.0
version: 6.13.2
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
typescript: '*'
@ -1122,8 +1345,8 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.12.0
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@6.12.0
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.13.2
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys@6.13.2
debug: registry.npmmirror.com/debug@4.3.4
globby: registry.npmmirror.com/globby@11.1.0
is-glob: registry.npmmirror.com/is-glob@4.0.3
@ -1134,11 +1357,11 @@ packages:
- supports-color
dev: false
registry.npmmirror.com/@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.12.0.tgz}
id: registry.npmmirror.com/@typescript-eslint/utils/6.12.0
registry.npmmirror.com/@typescript-eslint/utils@6.13.2(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.13.2.tgz}
id: registry.npmmirror.com/@typescript-eslint/utils/6.13.2
name: '@typescript-eslint/utils'
version: 6.12.0
version: 6.13.2
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@ -1146,9 +1369,9 @@ packages:
'@eslint-community/eslint-utils': registry.npmmirror.com/@eslint-community/eslint-utils@4.4.0(eslint@8.54.0)
'@types/json-schema': registry.npmmirror.com/@types/json-schema@7.0.15
'@types/semver': registry.npmmirror.com/@types/semver@7.5.6
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager@6.12.0
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.12.0
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2)
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager@6.13.2
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.13.2
'@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree@6.13.2(typescript@5.3.2)
eslint: registry.npmmirror.com/eslint@8.54.0
semver: registry.npmmirror.com/semver@7.5.4
transitivePeerDependencies:
@ -1156,13 +1379,13 @@ packages:
- typescript
dev: false
registry.npmmirror.com/@typescript-eslint/visitor-keys@6.12.0:
resolution: {integrity: sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.12.0.tgz}
registry.npmmirror.com/@typescript-eslint/visitor-keys@6.13.2:
resolution: {integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==, tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz}
name: '@typescript-eslint/visitor-keys'
version: 6.12.0
version: 6.13.2
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.12.0
'@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types@6.13.2
eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys@3.4.3
dev: false
@ -1171,37 +1394,37 @@ packages:
name: '@ungap/structured-clone'
version: 1.2.0
registry.npmmirror.com/@unocss/astro@0.57.7(vite@4.5.0):
resolution: {integrity: sha512-X4KSBdrAADdtS4x7xz02b016xpRDt9mD/d/oq23HyZAZ+sZc4oZs8el9MLSUJgu2okdWzAE62lRRV/oc4HWI1A==, tarball: https://registry.npmmirror.com/@unocss/astro/-/astro-0.57.7.tgz}
id: registry.npmmirror.com/@unocss/astro/0.57.7
registry.npmmirror.com/@unocss/astro@0.58.0(vite@4.5.0):
resolution: {integrity: sha512-df+tEFO5eKXjQOwSWQhS9IdjD0sfLHLtn8U09sEKR2Nmh5CvpwyBxmvLQgOCilPou7ehmyKfsyGRLZg7IMp+Ew==, tarball: https://registry.npmmirror.com/@unocss/astro/-/astro-0.58.0.tgz}
id: registry.npmmirror.com/@unocss/astro/0.58.0
name: '@unocss/astro'
version: 0.57.7
version: 0.58.0
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
vite:
optional: true
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/reset': registry.npmmirror.com/@unocss/reset@0.57.7
'@unocss/vite': registry.npmmirror.com/@unocss/vite@0.57.7(vite@4.5.0)
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/reset': registry.npmmirror.com/@unocss/reset@0.58.0
'@unocss/vite': registry.npmmirror.com/@unocss/vite@0.58.0(vite@4.5.0)
vite: registry.npmmirror.com/vite@4.5.0(sass@1.69.5)
transitivePeerDependencies:
- rollup
dev: false
registry.npmmirror.com/@unocss/cli@0.57.7:
resolution: {integrity: sha512-FZHTTBYyibySpBEPbA/ilDzI4v4Uy/bROItEYogZkpXNoCLzlclX+UcuFBXXLt6VFJk4WjLNFLRSQlVcCUUOLA==, tarball: https://registry.npmmirror.com/@unocss/cli/-/cli-0.57.7.tgz}
registry.npmmirror.com/@unocss/cli@0.58.0:
resolution: {integrity: sha512-rhsrDBxAVueygMcAbMkbuvsHbBL2rG6N96LllYwHn16FLgOE3Sf4JW1/LlNjQje3BtwMMtbSCCAeu2SryFhzbw==, tarball: https://registry.npmmirror.com/@unocss/cli/-/cli-0.58.0.tgz}
name: '@unocss/cli'
version: 0.57.7
version: 0.58.0
engines: {node: '>=14'}
hasBin: true
dependencies:
'@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping@2.2.1
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@5.0.5
'@unocss/config': registry.npmmirror.com/@unocss/config@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno@0.57.7
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@5.1.0
'@unocss/config': registry.npmmirror.com/@unocss/config@0.58.0
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno@0.58.0
cac: registry.npmmirror.com/cac@6.7.14
chokidar: registry.npmmirror.com/chokidar@3.5.3
colorette: registry.npmmirror.com/colorette@2.0.20
@ -1214,260 +1437,260 @@ packages:
- rollup
dev: false
registry.npmmirror.com/@unocss/config@0.57.7:
resolution: {integrity: sha512-UG8G9orWEdk/vyDvGUToXYn/RZy/Qjpx66pLsaf5wQK37hkYsBoReAU5v8Ia/6PL1ueJlkcNXLaNpN6/yVoJvg==, tarball: https://registry.npmmirror.com/@unocss/config/-/config-0.57.7.tgz}
registry.npmmirror.com/@unocss/config@0.58.0:
resolution: {integrity: sha512-WQD29gCZ7cajnMzezD1PRW0qQSxo/C6PX9ktygwhdinFx9nXuLZnKFOz65TiI8y48e53g1i7ivvgY3m4Sq5mIg==, tarball: https://registry.npmmirror.com/@unocss/config/-/config-0.58.0.tgz}
name: '@unocss/config'
version: 0.57.7
version: 0.58.0
engines: {node: '>=14'}
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
unconfig: registry.npmmirror.com/unconfig@0.3.11
dev: false
registry.npmmirror.com/@unocss/core@0.57.7:
resolution: {integrity: sha512-1d36M0CV3yC80J0pqOa5rH1BX6g2iZdtKmIb3oSBN4AWnMCSrrJEPBrUikyMq2TEQTrYWJIVDzv5A9hBUat3TA==, tarball: https://registry.npmmirror.com/@unocss/core/-/core-0.57.7.tgz}
registry.npmmirror.com/@unocss/core@0.58.0:
resolution: {integrity: sha512-KhABQXGE2AgtO9vE28d+HnciuyGDcuygsnQdUwlzUuR4K05OSw2kRE9emRN4HaMycD+gA/zDbQrJxTXb6mQUiA==, tarball: https://registry.npmmirror.com/@unocss/core/-/core-0.58.0.tgz}
name: '@unocss/core'
version: 0.57.7
version: 0.58.0
dev: false
registry.npmmirror.com/@unocss/eslint-config@0.57.7(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-EJlI6rV0ZfDCphIiddHSWZVeoHdYDTVohVXGo+NfNOuRuvYWGna3n4hY3VEAiT3mWLK0/0anzHF7X0PNzCR5lQ==, tarball: https://registry.npmmirror.com/@unocss/eslint-config/-/eslint-config-0.57.7.tgz}
id: registry.npmmirror.com/@unocss/eslint-config/0.57.7
registry.npmmirror.com/@unocss/eslint-config@0.58.0(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-xaf3nroKYe5W4vieRPdFSLd4Hv8lOPfa4GUNMqU71Txc/OVWRMeeHrznz9PXXBdKdwM2qRnSwM5T702Ww1hZ/Q==, tarball: https://registry.npmmirror.com/@unocss/eslint-config/-/eslint-config-0.58.0.tgz}
id: registry.npmmirror.com/@unocss/eslint-config/0.58.0
name: '@unocss/eslint-config'
version: 0.57.7
version: 0.58.0
engines: {node: '>=14'}
dependencies:
'@unocss/eslint-plugin': registry.npmmirror.com/@unocss/eslint-plugin@0.57.7(eslint@8.54.0)(typescript@5.3.2)
'@unocss/eslint-plugin': registry.npmmirror.com/@unocss/eslint-plugin@0.58.0(eslint@8.54.0)(typescript@5.3.2)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
dev: false
registry.npmmirror.com/@unocss/eslint-plugin@0.57.7(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-nwj7UJF7wCfPVl5B7cUB0xrSk6yuVMdMgABnsy4N5xBlds8cclrUO+boaTB9qzh8Lg9nfJVLB3+cW3po2SJoew==, tarball: https://registry.npmmirror.com/@unocss/eslint-plugin/-/eslint-plugin-0.57.7.tgz}
id: registry.npmmirror.com/@unocss/eslint-plugin/0.57.7
registry.npmmirror.com/@unocss/eslint-plugin@0.58.0(eslint@8.54.0)(typescript@5.3.2):
resolution: {integrity: sha512-n6bNKG9rSUVcii5XmlbfpSNRT/ncgvfCtI+lkppETfdGDC7UR9ky1SLb+awvG2JJ5phg/FObAtahMyPgblyJLw==, tarball: https://registry.npmmirror.com/@unocss/eslint-plugin/-/eslint-plugin-0.58.0.tgz}
id: registry.npmmirror.com/@unocss/eslint-plugin/0.58.0
name: '@unocss/eslint-plugin'
version: 0.57.7
version: 0.58.0
engines: {node: '>=14'}
dependencies:
'@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.3.2)
'@unocss/config': registry.npmmirror.com/@unocss/config@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils@6.13.2(eslint@8.54.0)(typescript@5.3.2)
'@unocss/config': registry.npmmirror.com/@unocss/config@0.58.0
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
magic-string: registry.npmmirror.com/magic-string@0.30.5
synckit: registry.npmmirror.com/synckit@0.8.5
synckit: registry.npmmirror.com/synckit@0.8.6
transitivePeerDependencies:
- eslint
- supports-color
- typescript
dev: false
registry.npmmirror.com/@unocss/extractor-arbitrary-variants@0.57.7:
resolution: {integrity: sha512-JdyhPlsgS0x4zoF8WYXDcusPcpU4ysE6Rkkit4a9+xUZEvg7vy7InH6PQ8dL8B9oY7pbxF7G6eFguUDpv9xx4Q==, tarball: https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.57.7.tgz}
registry.npmmirror.com/@unocss/extractor-arbitrary-variants@0.58.0:
resolution: {integrity: sha512-s9wK2UugJM0WK1HpgPz2kTbpeyQc46zais+nauN/ykVX6NMq8PtGzSWszzf+0aIbtWAQGiqAfiYNTpf09tJHfg==, tarball: https://registry.npmmirror.com/@unocss/extractor-arbitrary-variants/-/extractor-arbitrary-variants-0.58.0.tgz}
name: '@unocss/extractor-arbitrary-variants'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
dev: false
registry.npmmirror.com/@unocss/inspector@0.57.7:
resolution: {integrity: sha512-b9ckqn5aRsmhTdXJ5cPMKDKuNRe+825M+s9NbYcTjENnP6ellUFZo91sYF5S+LeATmU12TcwJZ83NChF4HpBSA==, tarball: https://registry.npmmirror.com/@unocss/inspector/-/inspector-0.57.7.tgz}
registry.npmmirror.com/@unocss/inspector@0.58.0:
resolution: {integrity: sha512-ZC4QauFGdh3/VkzW/FqkO2R03JEbzGNuX0DK03pwas8/jFIGh8pPldesj8GEKm1YWr1emx9cw7JUnhR8XSUBlA==, tarball: https://registry.npmmirror.com/@unocss/inspector/-/inspector-0.58.0.tgz}
name: '@unocss/inspector'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.58.0
gzip-size: registry.npmmirror.com/gzip-size@6.0.0
sirv: registry.npmmirror.com/sirv@2.0.3
dev: false
registry.npmmirror.com/@unocss/postcss@0.57.7(postcss@8.4.31):
resolution: {integrity: sha512-13c9p5ecTvYa6inDky++8dlVuxQ0JuKaKW5A0NW3XuJ3Uz1t8Pguji+NAUddfTYEFF6GHu47L3Aac7vpI8pMcQ==, tarball: https://registry.npmmirror.com/@unocss/postcss/-/postcss-0.57.7.tgz}
id: registry.npmmirror.com/@unocss/postcss/0.57.7
registry.npmmirror.com/@unocss/postcss@0.58.0(postcss@8.4.31):
resolution: {integrity: sha512-2hAwLbfUFqysi8FN1cn3xkHy5GhLMlYy6W4NrAZ2ws7F2MKpsCT2xCj7dT5cI2tW8ulD2YoVbKH15dBhNsMNUA==, tarball: https://registry.npmmirror.com/@unocss/postcss/-/postcss-0.58.0.tgz}
id: registry.npmmirror.com/@unocss/postcss/0.58.0
name: '@unocss/postcss'
version: 0.57.7
version: 0.58.0
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
dependencies:
'@unocss/config': registry.npmmirror.com/@unocss/config@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.57.7
'@unocss/config': registry.npmmirror.com/@unocss/config@0.58.0
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.58.0
css-tree: registry.npmmirror.com/css-tree@2.3.1
fast-glob: registry.npmmirror.com/fast-glob@3.3.2
magic-string: registry.npmmirror.com/magic-string@0.30.5
postcss: registry.npmmirror.com/postcss@8.4.31
dev: false
registry.npmmirror.com/@unocss/preset-attributify@0.57.7:
resolution: {integrity: sha512-vUqfwUokNHt1FJXIuVyj2Xze9LfJdLAy62h79lNyyEISZmiDF4a4hWTKLBe0d6Kyfr33DyXMmkLp57t5YW0V3A==, tarball: https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-attributify@0.58.0:
resolution: {integrity: sha512-Ew78noYes12K9gk4dF36MkjpiIqTi1XVqcniiAzxCkzuctxN4B57vW3LVTwjInGmWNNKWN3UNR4q1o0VxH4xJg==, tarball: https://registry.npmmirror.com/@unocss/preset-attributify/-/preset-attributify-0.58.0.tgz}
name: '@unocss/preset-attributify'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
dev: false
registry.npmmirror.com/@unocss/preset-icons@0.57.7:
resolution: {integrity: sha512-s3AelKCS9CL1ArP1GanYv0XxxPrcFi+XOuQoQCwCRHDo2CiBEq3fLLMIhaUCFEWGtIy7o7wLeL5BRjMvJ2QnMg==, tarball: https://registry.npmmirror.com/@unocss/preset-icons/-/preset-icons-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-icons@0.58.0:
resolution: {integrity: sha512-niT32avw+8l+L40LGhrmX6qDV9Z8/gOn4xjjRhLZZouKni3CJOpz9taILyF4xp1nak5nxGT4wa0tuC/htvOF5A==, tarball: https://registry.npmmirror.com/@unocss/preset-icons/-/preset-icons-0.58.0.tgz}
name: '@unocss/preset-icons'
version: 0.57.7
version: 0.58.0
dependencies:
'@iconify/utils': registry.npmmirror.com/@iconify/utils@2.1.12
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
ofetch: registry.npmmirror.com/ofetch@1.3.3
transitivePeerDependencies:
- supports-color
dev: false
registry.npmmirror.com/@unocss/preset-mini@0.57.7:
resolution: {integrity: sha512-YPmmh+ZIg4J7/nPMfvzD1tOfUFD+8KEFXX9ISRteooflYeosn2YytGW66d/sq97AZos9N630FJ//DvPD2wfGwA==, tarball: https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-mini@0.58.0:
resolution: {integrity: sha512-oMliJZVTN3ecAvf52yN+MyJszaJOZoKwMMbUAFqVis62MaqRzZ8mSw12QFLFyX2pltulDFpMBTAKro+hP0wXEg==, tarball: https://registry.npmmirror.com/@unocss/preset-mini/-/preset-mini-0.58.0.tgz}
name: '@unocss/preset-mini'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants@0.57.7
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants@0.58.0
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.58.0
dev: false
registry.npmmirror.com/@unocss/preset-rem-to-px@0.57.7:
resolution: {integrity: sha512-oYUiOrcslracgc2UJEdSLWTrRwwHkXYYXMDqzGyiLQmtQRoovSCPYHspPfhYNMWBc7tRRIUzNlpOQKMB1C+x+Q==, tarball: https://registry.npmmirror.com/@unocss/preset-rem-to-px/-/preset-rem-to-px-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-rem-to-px@0.58.0:
resolution: {integrity: sha512-YW1MOw5ZkeE6TBPlbnIm4kKPBKWKU8ML7cqfrn+IqRmS//fquUl4RLj53fECainZpUOKg9uMvrBlLncc3YLHFw==, tarball: https://registry.npmmirror.com/@unocss/preset-rem-to-px/-/preset-rem-to-px-0.58.0.tgz}
name: '@unocss/preset-rem-to-px'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
dev: false
registry.npmmirror.com/@unocss/preset-tagify@0.57.7:
resolution: {integrity: sha512-va25pTJ5OtbqCHFBIj8myVk0PwuSucUqTx840r/YSHka0P9th6UGRS1LU30OUgjgr7FhLaWXtJMN4gkCUtQSoA==, tarball: https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-tagify@0.58.0:
resolution: {integrity: sha512-I+dzfs/bofiGb2AUxkhcTDhB+r2+/3SO81PFwf3Ae7afnzhA2SLsKAkEqO8YN3M3mwZL7IfXn6vpsWeEAlk/yw==, tarball: https://registry.npmmirror.com/@unocss/preset-tagify/-/preset-tagify-0.58.0.tgz}
name: '@unocss/preset-tagify'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
dev: false
registry.npmmirror.com/@unocss/preset-typography@0.57.7:
resolution: {integrity: sha512-1QuoLhqHVRs+baaVvfH54JxmJhVuBp5jdVw3HCN/vXs1CSnq2Rm/C/+PahcnQg/KLtoW6MgK5S+/hU9TCxGRVQ==, tarball: https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-typography@0.58.0:
resolution: {integrity: sha512-8qo+Z1CJtXFMDbAvtizUTRLuLxCIzytgYU0GmuRkfc2iwASSDNDsvh8nAYQfWpyAEOV7QEHtS9c9xL4b0c89FA==, tarball: https://registry.npmmirror.com/@unocss/preset-typography/-/preset-typography-0.58.0.tgz}
name: '@unocss/preset-typography'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.58.0
dev: false
registry.npmmirror.com/@unocss/preset-uno@0.57.7:
resolution: {integrity: sha512-yRKvRBaPLmDSUZet5WnV1WNb3BV4EFwvB1Zbvlc3lyVp6uCksP/SYlxuUwht7JefOrfiY2sGugoBxZTyGmj/kQ==, tarball: https://registry.npmmirror.com/@unocss/preset-uno/-/preset-uno-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-uno@0.58.0:
resolution: {integrity: sha512-DpgfjtvSgsWeyZH+jQHc1k5IReiZNb7oGpHVnfF6SlHETTnMHSeNetxkPQWYrqJLPI6llNLPTdTa5j47NtmOiA==, tarball: https://registry.npmmirror.com/@unocss/preset-uno/-/preset-uno-0.58.0.tgz}
name: '@unocss/preset-uno'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.57.7
'@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind@0.57.7
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.58.0
'@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind@0.58.0
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.58.0
dev: false
registry.npmmirror.com/@unocss/preset-web-fonts@0.57.7:
resolution: {integrity: sha512-wBPej5GeYb0D/xjMdMmpH6k/3Oe1ujx9DJys2/gtvl/rsBZpSkoWcnl+8Z3bAhooDnwL2gkJCIlpuDiRNtKvGA==, tarball: https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-web-fonts@0.58.0:
resolution: {integrity: sha512-QarDDEUlexQ2IIn23pE1eHDskG2Tz+JjCe+FAN0DoNLLhvUUWSB4cQIMFWP6dSMJ047Blj9IpgAl9dERICW1qQ==, tarball: https://registry.npmmirror.com/@unocss/preset-web-fonts/-/preset-web-fonts-0.58.0.tgz}
name: '@unocss/preset-web-fonts'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
ofetch: registry.npmmirror.com/ofetch@1.3.3
dev: false
registry.npmmirror.com/@unocss/preset-wind@0.57.7:
resolution: {integrity: sha512-olQ6+w0fQ84eEC1t7SF4vJyKcyawkDWSRF5YufOqeQZL3zjqBzMQi+3PUlKCstrDO1DNZ3qdcwg1vPHRmuX9VA==, tarball: https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-0.57.7.tgz}
registry.npmmirror.com/@unocss/preset-wind@0.58.0:
resolution: {integrity: sha512-2zgaIy9RAGie9CsUYCkYRDSERBi8kG6Q/mQLgNfP9HMz5IThlnDHFWF/hLAVD51xQUg9gH8qWBR9kN/1ioT5Tw==, tarball: https://registry.npmmirror.com/@unocss/preset-wind/-/preset-wind-0.58.0.tgz}
name: '@unocss/preset-wind'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.57.7
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.58.0
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.58.0
dev: false
registry.npmmirror.com/@unocss/reset@0.57.7:
resolution: {integrity: sha512-oN9024WVrMewGbornnAPIpzHeKPIfVmZ5IsZGilWR761TnI5jTjHUkswsVoFx7tZdpCN2/bqS3JK/Ah0aot3NQ==, tarball: https://registry.npmmirror.com/@unocss/reset/-/reset-0.57.7.tgz}
registry.npmmirror.com/@unocss/reset@0.58.0:
resolution: {integrity: sha512-UVZ5kz37JGbwAA06k/gjKYcekcTwi6oIhev1EpTtCvHLL6XYcYqcwb/u4Wjzprd3L3lxDGYXvGdjREGm2u7vbQ==, tarball: https://registry.npmmirror.com/@unocss/reset/-/reset-0.58.0.tgz}
name: '@unocss/reset'
version: 0.57.7
version: 0.58.0
dev: false
registry.npmmirror.com/@unocss/rule-utils@0.57.7:
resolution: {integrity: sha512-gLqbKTIetvRynLkhonu1znr+bmWnw+Cl3dFVNgZPGjiqGHd78PGS0gXQKvzuyN0iO2ADub1A7GlCWs826iEHjA==, tarball: https://registry.npmmirror.com/@unocss/rule-utils/-/rule-utils-0.57.7.tgz}
registry.npmmirror.com/@unocss/rule-utils@0.58.0:
resolution: {integrity: sha512-LBJ9dJ/j5UIMzJF7pmIig55MtJAYtG+tn/zQRveZuPRVahzP+KqwlyB7u3uCUnQhdgo/MJODMcqyr0jl6+kTuA==, tarball: https://registry.npmmirror.com/@unocss/rule-utils/-/rule-utils-0.58.0.tgz}
name: '@unocss/rule-utils'
version: 0.57.7
version: 0.58.0
engines: {node: '>=14'}
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
magic-string: registry.npmmirror.com/magic-string@0.30.5
dev: false
registry.npmmirror.com/@unocss/scope@0.57.7:
resolution: {integrity: sha512-pqWbKXcrTJ2ovVRTYFLnUX5ryEhdSXp7YfyBQT3zLtQb4nQ2XZcLTvGdWo7F+9jZ09yP7NdHscBLkeWgx+mVgw==, tarball: https://registry.npmmirror.com/@unocss/scope/-/scope-0.57.7.tgz}
registry.npmmirror.com/@unocss/scope@0.58.0:
resolution: {integrity: sha512-XgUXZJvbxWSRC/DNOWI5DYdR6Nd6IZxsE5ls3AFA5msgtk5OH4YNQELLMabQw7xbRbU/fftlRJa3vncSfOyl6w==, tarball: https://registry.npmmirror.com/@unocss/scope/-/scope-0.58.0.tgz}
name: '@unocss/scope'
version: 0.57.7
version: 0.58.0
dev: false
registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel@0.57.7:
resolution: {integrity: sha512-CqxTiT5ikOC6R/HNyBcCIVYUfeazqRbsw7X4hYKmGHO7QsnaKQFWZTpj+sSDRh3oHq+IDtcD6KB2anTEffEQNA==, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.57.7.tgz}
registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel@0.58.0:
resolution: {integrity: sha512-ckDq/q476x2yikjS8usmSUGuakqMQrg2pm8sdBINTPdJxGc7kJRvI5UDnzRw4W9hE5IH+E4gg0XfCtFad0O3eg==, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel/-/transformer-attributify-jsx-babel-0.58.0.tgz}
name: '@unocss/transformer-attributify-jsx-babel'
version: 0.57.7
version: 0.58.0
dependencies:
'@babel/core': registry.npmmirror.com/@babel/core@7.23.3
'@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3)
'@babel/preset-typescript': registry.npmmirror.com/@babel/preset-typescript@7.23.3(@babel/core@7.23.3)
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@babel/core': registry.npmmirror.com/@babel/core@7.23.5
'@babel/plugin-syntax-jsx': registry.npmmirror.com/@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.5)
'@babel/preset-typescript': registry.npmmirror.com/@babel/preset-typescript@7.23.3(@babel/core@7.23.5)
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
transitivePeerDependencies:
- supports-color
dev: false
registry.npmmirror.com/@unocss/transformer-attributify-jsx@0.57.7:
resolution: {integrity: sha512-FpCJM+jDN4Kyp7mMMN41tTWEq6pHKAXAyJoW1GwhYw6lLu9cwyXnne6t7rQ11EPU95Z2cIEMpIJo8reDkDaiPg==, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.57.7.tgz}
registry.npmmirror.com/@unocss/transformer-attributify-jsx@0.58.0:
resolution: {integrity: sha512-QDdBEFDE7ntfCH7+8zHRW72MIQ9NH3uYGUE7lYgr5Ap8qzBHCxMT1kUrY6gwuoo3U4dMu2wruglYRHD88hvGkw==, tarball: https://registry.npmmirror.com/@unocss/transformer-attributify-jsx/-/transformer-attributify-jsx-0.58.0.tgz}
name: '@unocss/transformer-attributify-jsx'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
dev: false
registry.npmmirror.com/@unocss/transformer-compile-class@0.57.7:
resolution: {integrity: sha512-D+PyD7IOXUm/lzzoCt/yon0Gh1fIK9iKeSBvB6/BREF/ejscNzQ/ia0Pq0pid2cVvOULCSo0z2sO9zljsQtv9A==, tarball: https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-0.57.7.tgz}
registry.npmmirror.com/@unocss/transformer-compile-class@0.58.0:
resolution: {integrity: sha512-/BysfTg2q9sGPfiRHqWw/bT60/gjpBGBRVkIFsG4WVT2pgf3BfQUPu5FumSvZSRd0rA/pR57Lp6ZREAdj6+q+A==, tarball: https://registry.npmmirror.com/@unocss/transformer-compile-class/-/transformer-compile-class-0.58.0.tgz}
name: '@unocss/transformer-compile-class'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
dev: false
registry.npmmirror.com/@unocss/transformer-directives@0.57.7:
resolution: {integrity: sha512-m0n7WqU3o+1Vyh1uaeU7H4u5gJqakkRqZqTq3MR3xLCSVfORJ/5XO8r+t6VUkJtaLxcIrtYE2geAbwmGV3zSKA==, tarball: https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-0.57.7.tgz}
registry.npmmirror.com/@unocss/transformer-directives@0.58.0:
resolution: {integrity: sha512-sU2U/aIykRkGGbA4Qo9Z5XE/KqWf7KhBwC1m8pUoqjawsZex4aVnQgXzDPfcjtmy6pElwK0z2U5DnO+OK9vCgQ==, tarball: https://registry.npmmirror.com/@unocss/transformer-directives/-/transformer-directives-0.58.0.tgz}
name: '@unocss/transformer-directives'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/rule-utils': registry.npmmirror.com/@unocss/rule-utils@0.58.0
css-tree: registry.npmmirror.com/css-tree@2.3.1
dev: false
registry.npmmirror.com/@unocss/transformer-variant-group@0.57.7:
resolution: {integrity: sha512-O5L5Za0IZtOWd2R66vy0k07pLlB9rCIybmUommUqKWpvd1n/pg8czQ5EkmNDprINvinKObVlGVuY4Uq/JsLM0A==, tarball: https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-0.57.7.tgz}
registry.npmmirror.com/@unocss/transformer-variant-group@0.58.0:
resolution: {integrity: sha512-O2n8uVIpNic57rrkaaQ8jnC1WJ9N6FkoqxatRDXZ368aJ1CJNya0ZcVUL6lGGND0bOLXen4WmEN62ZxEWTqdkA==, tarball: https://registry.npmmirror.com/@unocss/transformer-variant-group/-/transformer-variant-group-0.58.0.tgz}
name: '@unocss/transformer-variant-group'
version: 0.57.7
version: 0.58.0
dependencies:
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
dev: false
registry.npmmirror.com/@unocss/vite@0.57.7(vite@4.5.0):
resolution: {integrity: sha512-SbJrRgfc35MmgMBlHaEK4YpJVD2B0bmxH9PVgHRuDae/hOEOG0VqNP0f2ijJtX9HG3jOpQVlbEoGnUo8jsZtsw==, tarball: https://registry.npmmirror.com/@unocss/vite/-/vite-0.57.7.tgz}
id: registry.npmmirror.com/@unocss/vite/0.57.7
registry.npmmirror.com/@unocss/vite@0.58.0(vite@4.5.0):
resolution: {integrity: sha512-OCUOLMSOBEtXOEyBbAvMI3/xdR175BWRzmvV9Wc34ANZclEvCdVH8+WU725ibjY4VT0gVIuX68b13fhXdHV41A==, tarball: https://registry.npmmirror.com/@unocss/vite/-/vite-0.58.0.tgz}
id: registry.npmmirror.com/@unocss/vite/0.58.0
name: '@unocss/vite'
version: 0.57.7
version: 0.58.0
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
dependencies:
'@ampproject/remapping': registry.npmmirror.com/@ampproject/remapping@2.2.1
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@5.0.5
'@unocss/config': registry.npmmirror.com/@unocss/config@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/inspector': registry.npmmirror.com/@unocss/inspector@0.57.7
'@unocss/scope': registry.npmmirror.com/@unocss/scope@0.57.7
'@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives@0.57.7
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils@5.1.0
'@unocss/config': registry.npmmirror.com/@unocss/config@0.58.0
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/inspector': registry.npmmirror.com/@unocss/inspector@0.58.0
'@unocss/scope': registry.npmmirror.com/@unocss/scope@0.58.0
'@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives@0.58.0
chokidar: registry.npmmirror.com/chokidar@3.5.3
fast-glob: registry.npmmirror.com/fast-glob@3.3.2
magic-string: registry.npmmirror.com/magic-string@0.30.5
@ -4501,10 +4724,10 @@ packages:
version: 1.0.0
dev: true
registry.npmmirror.com/synckit@0.8.5:
resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==, tarball: https://registry.npmmirror.com/synckit/-/synckit-0.8.5.tgz}
registry.npmmirror.com/synckit@0.8.6:
resolution: {integrity: sha512-laHF2savN6sMeHCjLRkheIU4wo3Zg9Ln5YOjOo7sZ5dVQW8yF5pPE5SIw1dsPhq3TRp1jisKRCdPhfs/1WMqDA==, tarball: https://registry.npmmirror.com/synckit/-/synckit-0.8.6.tgz}
name: synckit
version: 0.8.5
version: 0.8.6
engines: {node: ^14.18.0 || >=16.0.0}
dependencies:
'@pkgr/utils': registry.npmmirror.com/@pkgr/utils@2.4.2
@ -4667,14 +4890,14 @@ packages:
engines: {node: '>= 10.0.0'}
dev: true
registry.npmmirror.com/unocss@0.57.7(postcss@8.4.31)(vite@4.5.0):
resolution: {integrity: sha512-Z99ZZPkbkjIUXEM7L+K/7Y5V5yqUS0VigG7ZIFzLf/npieKmXHKlrPyvQWFQaf3OqooMFuKBQivh75TwvSOkcQ==, tarball: https://registry.npmmirror.com/unocss/-/unocss-0.57.7.tgz}
id: registry.npmmirror.com/unocss/0.57.7
registry.npmmirror.com/unocss@0.58.0(postcss@8.4.31)(vite@4.5.0):
resolution: {integrity: sha512-MSPRHxBqWN+1AHGV+J5uUy4//e6ZBK6O+ISzD0qrXcCD/GNtxk1+lYjOK2ltkUiKX539+/KF91vNxzhhwEf+xA==, tarball: https://registry.npmmirror.com/unocss/-/unocss-0.58.0.tgz}
id: registry.npmmirror.com/unocss/0.58.0
name: unocss
version: 0.57.7
version: 0.58.0
engines: {node: '>=14'}
peerDependencies:
'@unocss/webpack': 0.57.7
'@unocss/webpack': 0.58.0
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
'@unocss/webpack':
@ -4682,26 +4905,26 @@ packages:
vite:
optional: true
dependencies:
'@unocss/astro': registry.npmmirror.com/@unocss/astro@0.57.7(vite@4.5.0)
'@unocss/cli': registry.npmmirror.com/@unocss/cli@0.57.7
'@unocss/core': registry.npmmirror.com/@unocss/core@0.57.7
'@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants@0.57.7
'@unocss/postcss': registry.npmmirror.com/@unocss/postcss@0.57.7(postcss@8.4.31)
'@unocss/preset-attributify': registry.npmmirror.com/@unocss/preset-attributify@0.57.7
'@unocss/preset-icons': registry.npmmirror.com/@unocss/preset-icons@0.57.7
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.57.7
'@unocss/preset-tagify': registry.npmmirror.com/@unocss/preset-tagify@0.57.7
'@unocss/preset-typography': registry.npmmirror.com/@unocss/preset-typography@0.57.7
'@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno@0.57.7
'@unocss/preset-web-fonts': registry.npmmirror.com/@unocss/preset-web-fonts@0.57.7
'@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind@0.57.7
'@unocss/reset': registry.npmmirror.com/@unocss/reset@0.57.7
'@unocss/transformer-attributify-jsx': registry.npmmirror.com/@unocss/transformer-attributify-jsx@0.57.7
'@unocss/transformer-attributify-jsx-babel': registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel@0.57.7
'@unocss/transformer-compile-class': registry.npmmirror.com/@unocss/transformer-compile-class@0.57.7
'@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives@0.57.7
'@unocss/transformer-variant-group': registry.npmmirror.com/@unocss/transformer-variant-group@0.57.7
'@unocss/vite': registry.npmmirror.com/@unocss/vite@0.57.7(vite@4.5.0)
'@unocss/astro': registry.npmmirror.com/@unocss/astro@0.58.0(vite@4.5.0)
'@unocss/cli': registry.npmmirror.com/@unocss/cli@0.58.0
'@unocss/core': registry.npmmirror.com/@unocss/core@0.58.0
'@unocss/extractor-arbitrary-variants': registry.npmmirror.com/@unocss/extractor-arbitrary-variants@0.58.0
'@unocss/postcss': registry.npmmirror.com/@unocss/postcss@0.58.0(postcss@8.4.31)
'@unocss/preset-attributify': registry.npmmirror.com/@unocss/preset-attributify@0.58.0
'@unocss/preset-icons': registry.npmmirror.com/@unocss/preset-icons@0.58.0
'@unocss/preset-mini': registry.npmmirror.com/@unocss/preset-mini@0.58.0
'@unocss/preset-tagify': registry.npmmirror.com/@unocss/preset-tagify@0.58.0
'@unocss/preset-typography': registry.npmmirror.com/@unocss/preset-typography@0.58.0
'@unocss/preset-uno': registry.npmmirror.com/@unocss/preset-uno@0.58.0
'@unocss/preset-web-fonts': registry.npmmirror.com/@unocss/preset-web-fonts@0.58.0
'@unocss/preset-wind': registry.npmmirror.com/@unocss/preset-wind@0.58.0
'@unocss/reset': registry.npmmirror.com/@unocss/reset@0.58.0
'@unocss/transformer-attributify-jsx': registry.npmmirror.com/@unocss/transformer-attributify-jsx@0.58.0
'@unocss/transformer-attributify-jsx-babel': registry.npmmirror.com/@unocss/transformer-attributify-jsx-babel@0.58.0
'@unocss/transformer-compile-class': registry.npmmirror.com/@unocss/transformer-compile-class@0.58.0
'@unocss/transformer-directives': registry.npmmirror.com/@unocss/transformer-directives@0.58.0
'@unocss/transformer-variant-group': registry.npmmirror.com/@unocss/transformer-variant-group@0.58.0
'@unocss/vite': registry.npmmirror.com/@unocss/vite@0.58.0(vite@4.5.0)
vite: registry.npmmirror.com/vite@4.5.0(sass@1.69.5)
transitivePeerDependencies:
- postcss