chore(deps): 更新 PrimeVue 版本至 4.2.6,删除不再使用的补丁文件
This commit is contained in:
2
.npmrc
2
.npmrc
@ -2,7 +2,7 @@ registry=https://registry.npmmirror.com/
|
||||
registry=https://mirrors.cloud.tencent.com/npm/
|
||||
registry=https://mirrors.huaweicloud.com/repository/npm/
|
||||
registry=https://registry.npmjs.org/
|
||||
# registry=https://nexus.oo1.dev/repository/npm/
|
||||
registry=https://nexus.oo1.dev/repository/npm/
|
||||
|
||||
# https://pnpm.io/zh/npmrc#node-mirrorltreleasedir
|
||||
use-node-version=22.12.0
|
||||
|
@ -26,9 +26,6 @@
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "$vite"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"primevue@4.2.5": "patches/primevue@4.2.5.patch"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
@ -49,7 +46,7 @@
|
||||
"pinia-plugin-persistedstate": "^4.2.0",
|
||||
"primeicons": "^7.0.0",
|
||||
"primelocale": "^1.2.2",
|
||||
"primevue": "^4.2.5",
|
||||
"primevue": "4.2.6-fix.202412190912",
|
||||
"radash": "^12.1.0",
|
||||
"taze": "^0.18.0",
|
||||
"tdesign-icons-vue-next": "^0.3.3",
|
||||
@ -73,7 +70,7 @@
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@unocss/preset-rem-to-px": "^0.65.1",
|
||||
"@unocss/preset-rem-to-px": "^0.65.2",
|
||||
"@vant/auto-import-resolver": "^1.2.1",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
@ -96,7 +93,7 @@
|
||||
"prettier": "^3.4.2",
|
||||
"surge": "^0.24.6",
|
||||
"typescript": "~5.7.2",
|
||||
"unocss": "^0.65.1",
|
||||
"unocss": "^0.65.2",
|
||||
"unplugin-auto-import": "^0.19.0",
|
||||
"unplugin-icons": "^0.22.0",
|
||||
"unplugin-vue-components": "^0.28.0",
|
||||
|
@ -1,30 +0,0 @@
|
||||
diff --git a/dynamicdialog/index.mjs b/dynamicdialog/index.mjs
|
||||
index 984a71573166b74e4593c258124f48580b7e9aa1..2b04f1be26b0bc1e09a78034a0289177724dbd73 100644
|
||||
--- a/dynamicdialog/index.mjs
|
||||
+++ b/dynamicdialog/index.mjs
|
||||
@@ -65,11 +65,12 @@ var script = {
|
||||
!this.currentInstance && instance.options.onClose && instance.options.onClose({
|
||||
type: 'dialog-close'
|
||||
});
|
||||
- delete this.instanceMap[instance.key];
|
||||
},
|
||||
- onDialogAfterHide: function onDialogAfterHide() {
|
||||
+ onDialogAfterHide: function onDialogAfterHide(instance) {
|
||||
+ console.debug('--onDialogAfterHide--');
|
||||
this.currentInstance && delete this.currentInstance;
|
||||
this.currentInstance = null;
|
||||
+ delete this.instanceMap[instance.key];
|
||||
},
|
||||
getTemplateItems: function getTemplateItems(template) {
|
||||
return Array.isArray(template) ? template : [template];
|
||||
@@ -95,7 +96,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
onHide: function onHide($event) {
|
||||
return $options.onDialogHide(instance);
|
||||
},
|
||||
- onAfterHide: $options.onDialogAfterHide
|
||||
+ onAfterHide: function onAfterHide($event) {
|
||||
+ return $options.onDialogAfterHide(instance);
|
||||
+ }
|
||||
}), createSlots({
|
||||
"default": withCtx(function () {
|
||||
return [(openBlock(), createBlock(resolveDynamicComponent(instance.content), mergeProps({
|
352
pnpm-lock.yaml
generated
352
pnpm-lock.yaml
generated
@ -7,11 +7,6 @@ settings:
|
||||
overrides:
|
||||
vite: ^6.0.3
|
||||
|
||||
patchedDependencies:
|
||||
primevue@4.2.5:
|
||||
hash: xiwvbzubrqitxlfd4agpn77wwu
|
||||
path: patches/primevue@4.2.5.patch
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
@ -68,8 +63,8 @@ importers:
|
||||
specifier: ^1.2.2
|
||||
version: 1.2.2
|
||||
primevue:
|
||||
specifier: ^4.2.5
|
||||
version: 4.2.5(patch_hash=xiwvbzubrqitxlfd4agpn77wwu)(vue@3.5.13(typescript@5.7.2))
|
||||
specifier: 4.2.6-fix.202412190912
|
||||
version: 4.2.6-fix.202412190912(vue@3.5.13(typescript@5.7.2))
|
||||
radash:
|
||||
specifier: ^12.1.0
|
||||
version: 12.1.0
|
||||
@ -135,8 +130,8 @@ importers:
|
||||
specifier: ^0.2.3
|
||||
version: 0.2.3
|
||||
'@unocss/preset-rem-to-px':
|
||||
specifier: ^0.65.1
|
||||
version: 0.65.1
|
||||
specifier: ^0.65.2
|
||||
version: 0.65.2
|
||||
'@vant/auto-import-resolver':
|
||||
specifier: ^1.2.1
|
||||
version: 1.2.1
|
||||
@ -204,8 +199,8 @@ importers:
|
||||
specifier: ~5.7.2
|
||||
version: 5.7.2
|
||||
unocss:
|
||||
specifier: ^0.65.1
|
||||
version: 0.65.1(postcss@8.4.49)(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
specifier: ^0.65.2
|
||||
version: 0.65.2(postcss@8.4.49)(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
unplugin-auto-import:
|
||||
specifier: ^0.19.0
|
||||
version: 0.19.0(@nuxt/kit@3.14.1592(rollup@4.28.1))(@vueuse/core@12.0.0(typescript@5.7.2))(rollup@4.28.1)
|
||||
@ -990,21 +985,25 @@ packages:
|
||||
resolution: {integrity: sha512-HTK/4ncZ2o54kpW7blJQ+bEEPASbGy2pdFauRiLmEE9H5p95DaraYBIsbGzflccEV0i2LZGnaF1m0yVTk8FZSQ==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@oxc-resolver/binding-linux-arm64-musl@2.1.1':
|
||||
resolution: {integrity: sha512-SLEOcZ/57nw6cGZo/cDNw/H9RnfaqZ/Y5LN0sW3iiqWeHc/tS4AON2g5czoH4u5AIEnHPY/g5ARYj/2g6z0FrQ==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-gnu@2.1.1':
|
||||
resolution: {integrity: sha512-1mPnQssbG3vZNaeFM+FJRQTJ8zTAleW7dCNWNImiRvd8ME7SJC0E/zKdnlqNNy1USlw0BQ8QhuHPLZaimtfXFQ==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@oxc-resolver/binding-linux-x64-musl@2.1.1':
|
||||
resolution: {integrity: sha512-02whsqBnEYrIWaSIXWq5lLi0WbI9jbQkmzUKdAM39xbosPCSTfo0refqHCJozfzmLCpK42hF6Ydi45pva8zQPg==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@oxc-resolver/binding-wasm32-wasi@2.1.1':
|
||||
resolution: {integrity: sha512-r8o9E3zHoq9r/tIHDERhllXnMkqnq+zE+VyTJqPIw6/CKtqHfemqOdRet1YOxTnmVHCjJ8Ub7zGFczT9JTZYzw==}
|
||||
@ -1114,51 +1113,61 @@ packages:
|
||||
resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.28.1':
|
||||
resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-arm64-gnu@4.28.1':
|
||||
resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm64-musl@4.28.1':
|
||||
resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-loongarch64-gnu@4.28.1':
|
||||
resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-powerpc64le-gnu@4.28.1':
|
||||
resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.28.1':
|
||||
resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-s390x-gnu@4.28.1':
|
||||
resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-gnu@4.28.1':
|
||||
resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-musl@4.28.1':
|
||||
resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-win32-arm64-msvc@4.28.1':
|
||||
resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==}
|
||||
@ -1317,86 +1326,86 @@ packages:
|
||||
peerDependencies:
|
||||
vue: '>=2.7 || >=3'
|
||||
|
||||
'@unocss/astro@0.65.1':
|
||||
resolution: {integrity: sha512-SnSoghbPWNC7Kxia/M0DuaYMcSmmeY7N54TYoNceQl23Ru2HioZvgjAJ+XtrK9B+Rvk+q9irGDTqhcadLVQ3Vg==}
|
||||
'@unocss/astro@0.65.2':
|
||||
resolution: {integrity: sha512-lpGoleJToxaYeN5LTGrNbvbXATNWswgoQwlljIJ9kWOjx4NbGC71pXRvDQSb9yRFDTCr5S2hMtupna4ulrHisA==}
|
||||
peerDependencies:
|
||||
vite: ^6.0.3
|
||||
peerDependenciesMeta:
|
||||
vite:
|
||||
optional: true
|
||||
|
||||
'@unocss/cli@0.65.1':
|
||||
resolution: {integrity: sha512-yV0n7+7hfxHtO+lXSElp8Zy2R5KM1ZVj9UWCemxQTJtKO+2KWk9HvGFR84Hs9+dno06GaOyQgpK1pBfmID0W0w==}
|
||||
'@unocss/cli@0.65.2':
|
||||
resolution: {integrity: sha512-N2SeSeGNNuWUQAtsOC02Uqhm1wCtyoRRmh8ylzA/NttbXJlqg5P03vxGfzmaRA+VJhNLwjFqhYE6Yuu4nqCwlg==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
'@unocss/config@0.65.1':
|
||||
resolution: {integrity: sha512-Akf5Vm2bGrUK/a10QBF3GLETFJnwW1G8ThPevrOCj0lBVWKlN5eMQnodyNdoCw+JMPfCPZdg+4lU8cJJIRAAbQ==}
|
||||
'@unocss/config@0.65.2':
|
||||
resolution: {integrity: sha512-HDQVoWwrkZ6qRCXus11bUM12eNoErZ7r4lPY5EQqtrwxAcul+l5StvYk0qXr3IC8Ct42RDjKGeM03o7VBpwafQ==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@unocss/core@0.65.1':
|
||||
resolution: {integrity: sha512-Ke0WNZjfSCE6pniJb8PjiwhO6/McxVb1EQYrkkz8aJuR83xu+AEcTog9D4N9EUkRfHS5tZYXQtTj4Uh90T6CEg==}
|
||||
'@unocss/core@0.65.2':
|
||||
resolution: {integrity: sha512-37zj1w/6TENsUMzRRmlH5LqUcLGTTjGHrUeZ5KZyeDk+osB/rHSCw0VqqqvL6a7cOHgaW88JgfgKDt5ijRZyFA==}
|
||||
|
||||
'@unocss/extractor-arbitrary-variants@0.65.1':
|
||||
resolution: {integrity: sha512-VpF7j29TlmVjNolkIjhQ/cwYkuPUoXLv+ko62YRMibE5632QepbNob69pNYGOZustrZt3LvgHD/GcriKwJO4BA==}
|
||||
'@unocss/extractor-arbitrary-variants@0.65.2':
|
||||
resolution: {integrity: sha512-G+Fq7i2mTyFv+RdkbahGJFwUR9FbsGCHi+Wt8Eb7cbELWi/R4mUftfW9/q6NaIRKvmLywjWbEQ31qTJIQEO+PQ==}
|
||||
|
||||
'@unocss/inspector@0.65.1':
|
||||
resolution: {integrity: sha512-RtONVp7rPpfSarr48qVEEsm201JyQSv6M21lqu1IzQZ62LQB5Gmi59Y+XR6cYDtwSn5ZUGxowR7nIRTPBMcxkw==}
|
||||
'@unocss/inspector@0.65.2':
|
||||
resolution: {integrity: sha512-90kBrMiQqHpGzPhT9ot7bDAFs+G9RxWROVxrT/JwDqNe+OmcLh5uETO84NU0ScurniEJ8umGBLqmsPGLmHML2g==}
|
||||
|
||||
'@unocss/postcss@0.65.1':
|
||||
resolution: {integrity: sha512-k7mKObxE4o1gApICri20TpI0lT/dtEQv+uYEOrFz267jgPVo3VD6umHsTOLA+OoQ5Bf7VEYQXSeV0oA96j0o1w==}
|
||||
'@unocss/postcss@0.65.2':
|
||||
resolution: {integrity: sha512-vhBWsXnuWUP7qybnucle+gja1YBjL2NRfzCwSaOoRc7C5y201mqfC55AFqjGdxEAcqeeXVtx98Y1oh0FSa5GzA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
postcss: ^8.4.21
|
||||
|
||||
'@unocss/preset-attributify@0.65.1':
|
||||
resolution: {integrity: sha512-bmu9JELcpwgrXA5RonvFeWb38RcUz82wpWfyDwKdQRJHD3MnYQ5lN03W4B7nMsAflc4ls7XQZLzhn9iYhbYYqg==}
|
||||
'@unocss/preset-attributify@0.65.2':
|
||||
resolution: {integrity: sha512-Aj67qbRoBPYutJasi7EKUaxKwJwEvhA0SVYjXwZG3kjTTBkp1rJvNI0wGXbdz9FkesymiC1KgzBF2UCsFsZ0dQ==}
|
||||
|
||||
'@unocss/preset-icons@0.65.1':
|
||||
resolution: {integrity: sha512-lFGy4PpfClhiRV6Wwn4w79qd53B7QCkEmsP4YF2Px274X0t2av0QjMH+bvo6TrFIsHGKzq0Lxg836SoaPg5YJA==}
|
||||
'@unocss/preset-icons@0.65.2':
|
||||
resolution: {integrity: sha512-NruqU6PlRzyJT0qJQL3yZ/7KrolIWRfXQf82ZfAktPTHYgvaSS4+KtlStsoYSXLSGjPydMlXuYlj8Pum5rTTjw==}
|
||||
|
||||
'@unocss/preset-mini@0.65.1':
|
||||
resolution: {integrity: sha512-dKIxi+ChWSZvXG8I7yVBjw4FLHdAvKrrCN9bjKpR4/4epKD6jRtEcR6S1wL6XSBWabh7V7D/VbVk+XZ6WsGuXA==}
|
||||
'@unocss/preset-mini@0.65.2':
|
||||
resolution: {integrity: sha512-zDDyFuLylmer91qeQ6qbMCP5+/zIeuZA0epLIriCfW3pR7FXzfJRu4R1ynpQjqryjUs/gwS0OWtvr4ufuwkryg==}
|
||||
|
||||
'@unocss/preset-rem-to-px@0.65.1':
|
||||
resolution: {integrity: sha512-BAf+jfTTO1Fwo8s7aQgkvWb24V1MP0Ut5SqHnAgseGo/5GNW5Ho/RUrwOKdBEdtNtOBQ0YUAEyh9rofeXurLcA==}
|
||||
'@unocss/preset-rem-to-px@0.65.2':
|
||||
resolution: {integrity: sha512-79cQWWOafDdLY0QzPyt4fOi+78yVqvz8d3F/ghblKOJF+FG3Blh+LEGXfkyGuMNVl+/4Xem9AxEVLcylSe6VAw==}
|
||||
|
||||
'@unocss/preset-tagify@0.65.1':
|
||||
resolution: {integrity: sha512-u0yWFXyyBumglFvn87MT7kasa3KPAWTiIHkTCVu8tNEFNfJzR9BZLEXGAtwrhqMm0pSCnDdqupwBLBQoVX8zEA==}
|
||||
'@unocss/preset-tagify@0.65.2':
|
||||
resolution: {integrity: sha512-YFhne3eNfZUvKT/MJ7SgjK/FXLradgZCKc5XXsMXA4YTAhNAvQIUZCNmlBzaqDevwbyF6UlXxGHfHUA8CdpSWg==}
|
||||
|
||||
'@unocss/preset-typography@0.65.1':
|
||||
resolution: {integrity: sha512-/fcgKU+uQ/RISRdJHTuSQh41Td/tAngSUzr+7Ry8f1UqI5NTjtGOixgfByPC+ZZ/V8f1DdjigaVy7Q3c+meUMg==}
|
||||
'@unocss/preset-typography@0.65.2':
|
||||
resolution: {integrity: sha512-k/uOu2ASnBQtotMBsx9pOmCgS+pyn7/4mCiifoeTTLnhMK8F6dcGLbVQkOnUD2hsboKXJ1oHgd+1qX0QVr61ww==}
|
||||
|
||||
'@unocss/preset-uno@0.65.1':
|
||||
resolution: {integrity: sha512-OSEkphrlR9/RM5un9t9AqVQXOGBLJgjcEweZSm2ng9AK7BsxBXuVP1FelmRqeXVYT5uFtBoD4dfgCgBjGFIW9Q==}
|
||||
'@unocss/preset-uno@0.65.2':
|
||||
resolution: {integrity: sha512-8HA21mlXwnkXHhtSKYbBYJTmtJN0ncUPSJKiavNGkJUB4cUUbEeFRx2aNIfhOjKYIcH/MNzRc2YYsAAM2s6vgw==}
|
||||
|
||||
'@unocss/preset-web-fonts@0.65.1':
|
||||
resolution: {integrity: sha512-29TO8kCfvOaHj5O3a3SZIXuOwvg7raPcdmuFKB9KFM3J2pYv4PB1cLBrw6h9DWwAAnJUSQpGx9QmKIBEPnDhlw==}
|
||||
'@unocss/preset-web-fonts@0.65.2':
|
||||
resolution: {integrity: sha512-Pl0sKjhrb6FuDID3PMwGflZXwSVW1G1vZEwCd0yEwYH92421VEfK5D073cUtZ1l6irqIA3aux9uMWA9iKtQj7A==}
|
||||
|
||||
'@unocss/preset-wind@0.65.1':
|
||||
resolution: {integrity: sha512-7rw3hAWOkWMSjoprWKcQidqJRFQm8qM0IdLjFLQa2ROSzPSnIlNisXGEwAphf4/VYdP7+URUnu5eySQsIRWRzg==}
|
||||
'@unocss/preset-wind@0.65.2':
|
||||
resolution: {integrity: sha512-qNBJ6pnh9EYbTztmeJ+uZOB3TPx/JnQVHPGBBRD/v2AT11YR0/umdSKefIHbvXKuw/5/+JAwbFx/jSYu1naG6w==}
|
||||
|
||||
'@unocss/reset@0.65.1':
|
||||
resolution: {integrity: sha512-qyxF7rKGX+Cu3FpV8KCRQbtCvFcBpmzvx5A2wal77tIhrFR5VSH7NzCVmgs2+V9FXvU3aWVNZ79i1KMnLZ5Mjg==}
|
||||
'@unocss/reset@0.65.2':
|
||||
resolution: {integrity: sha512-9UmwqYjfdxyi6j1pMfuulipLCsdH2RlF+IOG53unYxulP4C8bvwMnj8Wk+AjMiG5mIOClYyVTGk3NMRPM73/eg==}
|
||||
|
||||
'@unocss/rule-utils@0.65.1':
|
||||
resolution: {integrity: sha512-XGXdXsRmIuMDQk/3Fd3g5JMhsyDGWsTfs6aN4vFQ1rfdSgY4UwbslqUNbIH9xxoTfmzUOJ2lhNrFw78RygCNSA==}
|
||||
'@unocss/rule-utils@0.65.2':
|
||||
resolution: {integrity: sha512-Rw+B52F53gli5wHRR4dXjFrliH6Q8XaNeg55L2uVmg81lEeQCdxPOe0/KjPIEPQPJHOhCpFS3dCHwNROc+UggQ==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
'@unocss/transformer-attributify-jsx@0.65.1':
|
||||
resolution: {integrity: sha512-FR6pAnsHgflIumSl6Y5J+cWUtt2wNPANFWdGd1jNLpcBXDummEd0U+U9VGOfB8AOT263DW0U0JE7vH5xiwVaog==}
|
||||
'@unocss/transformer-attributify-jsx@0.65.2':
|
||||
resolution: {integrity: sha512-Kan2EPHc65t/iHdjqJvtRgc+lUnq2uSDknsTrOk+w1N/ZmjcbVf2E6VXbxBCqmHowJVipeHrxeVX1POyBm0bTQ==}
|
||||
|
||||
'@unocss/transformer-compile-class@0.65.1':
|
||||
resolution: {integrity: sha512-yTs2u8bxGlTXEQ+XYFuS+kapLuLJr7yvNRRTg1hS+2OFdpT8E/PfxAgdGEzMfmrjommjF4BnJ8AAtK+Wsg5s4w==}
|
||||
'@unocss/transformer-compile-class@0.65.2':
|
||||
resolution: {integrity: sha512-z615DntK0bN0v3QicEGVmzt57yXXB20GhpOBTsShq/nTnTP0v+Av1JTbGQBSg8lzmW0z7QdLhCvSAQs8OKMmRQ==}
|
||||
|
||||
'@unocss/transformer-directives@0.65.1':
|
||||
resolution: {integrity: sha512-6D3QSeSWXCA+Jc+BQGwat0RfcNtYZdyFFpP+zr1cFpK7nwNZqwqZU+mcY8nywu/u+hYuEQMWPMzEYDAssMfUQQ==}
|
||||
'@unocss/transformer-directives@0.65.2':
|
||||
resolution: {integrity: sha512-CwdjBoqWbX5FkJrt6Mpy6nBjppuQV2zvIma5W2rdd5XLsYeR0mhdbbQfgvRF94pFIR86ExfOKu/EI6bGuTcaHA==}
|
||||
|
||||
'@unocss/transformer-variant-group@0.65.1':
|
||||
resolution: {integrity: sha512-LdSPDVpVCrMfgTKtGyWz0KkBXiJqFO8FRhiL4/9Hyaf+ECoWQ7RODgO6dKWyFIZEBjkLFK2toeZZvM+KYQlBlw==}
|
||||
'@unocss/transformer-variant-group@0.65.2':
|
||||
resolution: {integrity: sha512-Sh/WKN7lys2TUVnA3Nu7Yn3rLqy0OqfWSf6PbY1RKAD+N7cRlabu3vJF0gIMwV+rmVQnHs/k9BWjNPlB56Kl/A==}
|
||||
|
||||
'@unocss/vite@0.65.1':
|
||||
resolution: {integrity: sha512-5242hAlgTVUA+tJ9mwo/cpLqD9f4dn5V/prTmtIci0Y7zMsVeBlnQwfsV4MhyTVaF3eFxDy5AUEFiOuXo12rbQ==}
|
||||
'@unocss/vite@0.65.2':
|
||||
resolution: {integrity: sha512-MC2PqDB2tbYky7s1XTBoOAdtvUIwwl65qL1UbHTLYiWO9Q704IZUYvrdtpgieR+8IPu2dG2vUyIe3dbD4zPf9g==}
|
||||
peerDependencies:
|
||||
vite: ^6.0.3
|
||||
|
||||
@ -3099,9 +3108,6 @@ packages:
|
||||
import-meta-resolve@4.1.0:
|
||||
resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
|
||||
|
||||
importx@0.4.4:
|
||||
resolution: {integrity: sha512-Lo1pukzAREqrBnnHC+tj+lreMTAvyxtkKsMxLY8H15M/bvLl54p3YuoTI70Tz7Il0AsgSlD7Lrk/FaApRcBL7w==}
|
||||
|
||||
importx@0.5.1:
|
||||
resolution: {integrity: sha512-YrRaigAec1sC2CdIJjf/hCH1Wp9Ii8Cq5ROw4k5nJ19FVl2FcJUHZ5gGIb1vs8+JNYIyOJpc2fcufS2330bxDw==}
|
||||
|
||||
@ -3253,14 +3259,6 @@ packages:
|
||||
jackspeak@3.4.3:
|
||||
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
||||
|
||||
jiti@1.21.7:
|
||||
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
|
||||
hasBin: true
|
||||
|
||||
jiti@2.0.0-beta.3:
|
||||
resolution: {integrity: sha512-pmfRbVRs/7khFrSAYnSiJ8C0D5GvzkE4Ey2pAvUcJsw1ly/p+7ut27jbJrjY79BpAJQJ4gXYFtK6d1Aub+9baQ==}
|
||||
hasBin: true
|
||||
|
||||
jiti@2.4.2:
|
||||
resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==}
|
||||
hasBin: true
|
||||
@ -4009,8 +4007,8 @@ packages:
|
||||
resolution: {integrity: sha512-/bDxVElfLWrJs1og8sFCbZlo+iQuOcWO87DLpLlDf0F7XeDGabT02F9Awt2AVqKfVPvhVEkmxfqZ6J6SaqLxuA==}
|
||||
engines: {node: '>=12.0.0', npm: '>=6.0.0'}
|
||||
|
||||
primevue@4.2.5:
|
||||
resolution: {integrity: sha512-7UMOIJvdFz4jQyhC76yhNdSlHtXvVpmE2JSo2ndUTBWjWJOkYyT562rQ4ayO+bMdJLtzBGqgY64I9ZfEvNd7vQ==}
|
||||
primevue@4.2.6-fix.202412190912:
|
||||
resolution: {integrity: sha1-1d/ILdsFCG/eg0l2xgB0SYXHN8A=}
|
||||
engines: {node: '>=12.11.0'}
|
||||
|
||||
progress@2.0.3:
|
||||
@ -4248,10 +4246,6 @@ packages:
|
||||
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
sirv@2.0.4:
|
||||
resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==}
|
||||
engines: {node: '>= 10'}
|
||||
|
||||
sirv@3.0.0:
|
||||
resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==}
|
||||
engines: {node: '>=18'}
|
||||
@ -4573,9 +4567,6 @@ packages:
|
||||
uid-promise@1.0.0:
|
||||
resolution: {integrity: sha512-R8375j0qwXyIu/7R0tjdF06/sElHqbmdmWC9M2qQHpEVbvE4I5+38KJI7LUUmQMp7NVq4tKHiBMkT0NFM453Ig==}
|
||||
|
||||
unconfig@0.5.5:
|
||||
resolution: {integrity: sha512-VQZ5PT9HDX+qag0XdgQi8tJepPhXiR/yVOkn707gJDKo31lGjRilPREiQJ9Z6zd/Ugpv6ZvO5VxVIcatldYcNQ==}
|
||||
|
||||
unconfig@0.6.0:
|
||||
resolution: {integrity: sha512-4C67J0nIF2QwSXty2kW3zZx1pMZ3iXabylvJWWgHybWVUcMf9pxwsngoQt0gC+AVstRywFqrRBp3qOXJayhpOw==}
|
||||
|
||||
@ -4614,11 +4605,11 @@ packages:
|
||||
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
|
||||
unocss@0.65.1:
|
||||
resolution: {integrity: sha512-WK8EZlduulTcy2i1O4/hVPIYlgcztMbOqsIrxY18Hx1LXSkI5LgTl0FVEyf+xLcwqoUzt4VH2BWEEkzQ13+GAg==}
|
||||
unocss@0.65.2:
|
||||
resolution: {integrity: sha512-PEN8Yltr/n6xdNcI9iqIK4Dp/fpQ1bPa4aR2TwFg2lV6aRA2PNzarviqL62oOqXYSyQ4sqW3s/oaWD3JGOgJ1A==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@unocss/webpack': 0.65.1
|
||||
'@unocss/webpack': 0.65.2
|
||||
vite: ^6.0.3
|
||||
peerDependenciesMeta:
|
||||
'@unocss/webpack':
|
||||
@ -6140,11 +6131,11 @@ snapshots:
|
||||
unhead: 1.11.14
|
||||
vue: 3.5.13(typescript@5.7.2)
|
||||
|
||||
'@unocss/astro@0.65.1(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))':
|
||||
'@unocss/astro@0.65.2(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/reset': 0.65.1
|
||||
'@unocss/vite': 0.65.1(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/reset': 0.65.2
|
||||
'@unocss/vite': 0.65.2(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
optionalDependencies:
|
||||
vite: 6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1)
|
||||
transitivePeerDependencies:
|
||||
@ -6152,13 +6143,13 @@ snapshots:
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
'@unocss/cli@0.65.1(rollup@4.28.1)':
|
||||
'@unocss/cli@0.65.2(rollup@4.28.1)':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.28.1)
|
||||
'@unocss/config': 0.65.1
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/preset-uno': 0.65.1
|
||||
'@unocss/config': 0.65.2
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/preset-uno': 0.65.2
|
||||
cac: 6.7.14
|
||||
chokidar: 3.6.0
|
||||
colorette: 2.0.20
|
||||
@ -6171,121 +6162,121 @@ snapshots:
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
'@unocss/config@0.65.1':
|
||||
'@unocss/config@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
unconfig: 0.5.5
|
||||
'@unocss/core': 0.65.2
|
||||
unconfig: 0.6.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@unocss/core@0.65.1': {}
|
||||
'@unocss/core@0.65.2': {}
|
||||
|
||||
'@unocss/extractor-arbitrary-variants@0.65.1':
|
||||
'@unocss/extractor-arbitrary-variants@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
|
||||
'@unocss/inspector@0.65.1(vue@3.5.13(typescript@5.7.2))':
|
||||
'@unocss/inspector@0.65.2(vue@3.5.13(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/rule-utils': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/rule-utils': 0.65.2
|
||||
gzip-size: 6.0.0
|
||||
sirv: 2.0.4
|
||||
sirv: 3.0.0
|
||||
vue-flow-layout: 0.1.1(vue@3.5.13(typescript@5.7.2))
|
||||
transitivePeerDependencies:
|
||||
- vue
|
||||
|
||||
'@unocss/postcss@0.65.1(postcss@8.4.49)':
|
||||
'@unocss/postcss@0.65.2(postcss@8.4.49)':
|
||||
dependencies:
|
||||
'@unocss/config': 0.65.1
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/rule-utils': 0.65.1
|
||||
'@unocss/config': 0.65.2
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/rule-utils': 0.65.2
|
||||
css-tree: 3.1.0
|
||||
postcss: 8.4.49
|
||||
tinyglobby: 0.2.10
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@unocss/preset-attributify@0.65.1':
|
||||
'@unocss/preset-attributify@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
|
||||
'@unocss/preset-icons@0.65.1':
|
||||
'@unocss/preset-icons@0.65.2':
|
||||
dependencies:
|
||||
'@iconify/utils': 2.2.1
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
ofetch: 1.4.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@unocss/preset-mini@0.65.1':
|
||||
'@unocss/preset-mini@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/extractor-arbitrary-variants': 0.65.1
|
||||
'@unocss/rule-utils': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/extractor-arbitrary-variants': 0.65.2
|
||||
'@unocss/rule-utils': 0.65.2
|
||||
|
||||
'@unocss/preset-rem-to-px@0.65.1':
|
||||
'@unocss/preset-rem-to-px@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
|
||||
'@unocss/preset-tagify@0.65.1':
|
||||
'@unocss/preset-tagify@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
|
||||
'@unocss/preset-typography@0.65.1':
|
||||
'@unocss/preset-typography@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/preset-mini': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/preset-mini': 0.65.2
|
||||
|
||||
'@unocss/preset-uno@0.65.1':
|
||||
'@unocss/preset-uno@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/preset-mini': 0.65.1
|
||||
'@unocss/preset-wind': 0.65.1
|
||||
'@unocss/rule-utils': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/preset-mini': 0.65.2
|
||||
'@unocss/preset-wind': 0.65.2
|
||||
'@unocss/rule-utils': 0.65.2
|
||||
|
||||
'@unocss/preset-web-fonts@0.65.1':
|
||||
'@unocss/preset-web-fonts@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
ofetch: 1.4.1
|
||||
|
||||
'@unocss/preset-wind@0.65.1':
|
||||
'@unocss/preset-wind@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/preset-mini': 0.65.1
|
||||
'@unocss/rule-utils': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/preset-mini': 0.65.2
|
||||
'@unocss/rule-utils': 0.65.2
|
||||
|
||||
'@unocss/reset@0.65.1': {}
|
||||
'@unocss/reset@0.65.2': {}
|
||||
|
||||
'@unocss/rule-utils@0.65.1':
|
||||
'@unocss/rule-utils@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
magic-string: 0.30.17
|
||||
|
||||
'@unocss/transformer-attributify-jsx@0.65.1':
|
||||
'@unocss/transformer-attributify-jsx@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
|
||||
'@unocss/transformer-compile-class@0.65.1':
|
||||
'@unocss/transformer-compile-class@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
|
||||
'@unocss/transformer-directives@0.65.1':
|
||||
'@unocss/transformer-directives@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/rule-utils': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/rule-utils': 0.65.2
|
||||
css-tree: 3.1.0
|
||||
|
||||
'@unocss/transformer-variant-group@0.65.1':
|
||||
'@unocss/transformer-variant-group@0.65.2':
|
||||
dependencies:
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/core': 0.65.2
|
||||
|
||||
'@unocss/vite@0.65.1(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))':
|
||||
'@unocss/vite@0.65.2(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.28.1)
|
||||
'@unocss/config': 0.65.1
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/inspector': 0.65.1(vue@3.5.13(typescript@5.7.2))
|
||||
'@unocss/config': 0.65.2
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/inspector': 0.65.2(vue@3.5.13(typescript@5.7.2))
|
||||
chokidar: 3.6.0
|
||||
magic-string: 0.30.17
|
||||
tinyglobby: 0.2.10
|
||||
@ -7159,11 +7150,6 @@ snapshots:
|
||||
dependencies:
|
||||
run-applescript: 7.0.0
|
||||
|
||||
bundle-require@5.0.0(esbuild@0.23.1):
|
||||
dependencies:
|
||||
esbuild: 0.23.1
|
||||
load-tsconfig: 0.2.5
|
||||
|
||||
bundle-require@5.0.0(esbuild@0.24.0):
|
||||
dependencies:
|
||||
esbuild: 0.24.0
|
||||
@ -8340,18 +8326,6 @@ snapshots:
|
||||
|
||||
import-meta-resolve@4.1.0: {}
|
||||
|
||||
importx@0.4.4:
|
||||
dependencies:
|
||||
bundle-require: 5.0.0(esbuild@0.23.1)
|
||||
debug: 4.4.0
|
||||
esbuild: 0.23.1
|
||||
jiti: 2.0.0-beta.3
|
||||
jiti-v1: jiti@1.21.7
|
||||
pathe: 1.1.2
|
||||
tsx: 4.19.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
importx@0.5.1:
|
||||
dependencies:
|
||||
bundle-require: 5.0.0(esbuild@0.24.0)
|
||||
@ -8481,10 +8455,6 @@ snapshots:
|
||||
optionalDependencies:
|
||||
'@pkgjs/parseargs': 0.11.0
|
||||
|
||||
jiti@1.21.7: {}
|
||||
|
||||
jiti@2.0.0-beta.3: {}
|
||||
|
||||
jiti@2.4.2: {}
|
||||
|
||||
js-beautify@1.15.1:
|
||||
@ -9215,7 +9185,7 @@ snapshots:
|
||||
|
||||
primelocale@1.2.2: {}
|
||||
|
||||
primevue@4.2.5(patch_hash=xiwvbzubrqitxlfd4agpn77wwu)(vue@3.5.13(typescript@5.7.2)):
|
||||
primevue@4.2.6-fix.202412190912(vue@3.5.13(typescript@5.7.2)):
|
||||
dependencies:
|
||||
'@primeuix/styled': 0.3.2
|
||||
'@primeuix/utils': 0.3.2
|
||||
@ -9460,12 +9430,6 @@ snapshots:
|
||||
|
||||
signal-exit@4.1.0: {}
|
||||
|
||||
sirv@2.0.4:
|
||||
dependencies:
|
||||
'@polka/url': 1.0.0-next.28
|
||||
mrmime: 2.0.0
|
||||
totalist: 3.0.1
|
||||
|
||||
sirv@3.0.0:
|
||||
dependencies:
|
||||
'@polka/url': 1.0.0-next.28
|
||||
@ -9822,14 +9786,6 @@ snapshots:
|
||||
|
||||
uid-promise@1.0.0: {}
|
||||
|
||||
unconfig@0.5.5:
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
defu: 6.1.4
|
||||
importx: 0.4.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
unconfig@0.6.0:
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
@ -9887,25 +9843,25 @@ snapshots:
|
||||
|
||||
universalify@2.0.1: {}
|
||||
|
||||
unocss@0.65.1(postcss@8.4.49)(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2)):
|
||||
unocss@0.65.2(postcss@8.4.49)(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2)):
|
||||
dependencies:
|
||||
'@unocss/astro': 0.65.1(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
'@unocss/cli': 0.65.1(rollup@4.28.1)
|
||||
'@unocss/core': 0.65.1
|
||||
'@unocss/postcss': 0.65.1(postcss@8.4.49)
|
||||
'@unocss/preset-attributify': 0.65.1
|
||||
'@unocss/preset-icons': 0.65.1
|
||||
'@unocss/preset-mini': 0.65.1
|
||||
'@unocss/preset-tagify': 0.65.1
|
||||
'@unocss/preset-typography': 0.65.1
|
||||
'@unocss/preset-uno': 0.65.1
|
||||
'@unocss/preset-web-fonts': 0.65.1
|
||||
'@unocss/preset-wind': 0.65.1
|
||||
'@unocss/transformer-attributify-jsx': 0.65.1
|
||||
'@unocss/transformer-compile-class': 0.65.1
|
||||
'@unocss/transformer-directives': 0.65.1
|
||||
'@unocss/transformer-variant-group': 0.65.1
|
||||
'@unocss/vite': 0.65.1(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
'@unocss/astro': 0.65.2(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
'@unocss/cli': 0.65.2(rollup@4.28.1)
|
||||
'@unocss/core': 0.65.2
|
||||
'@unocss/postcss': 0.65.2(postcss@8.4.49)
|
||||
'@unocss/preset-attributify': 0.65.2
|
||||
'@unocss/preset-icons': 0.65.2
|
||||
'@unocss/preset-mini': 0.65.2
|
||||
'@unocss/preset-tagify': 0.65.2
|
||||
'@unocss/preset-typography': 0.65.2
|
||||
'@unocss/preset-uno': 0.65.2
|
||||
'@unocss/preset-web-fonts': 0.65.2
|
||||
'@unocss/preset-wind': 0.65.2
|
||||
'@unocss/transformer-attributify-jsx': 0.65.2
|
||||
'@unocss/transformer-compile-class': 0.65.2
|
||||
'@unocss/transformer-directives': 0.65.2
|
||||
'@unocss/transformer-variant-group': 0.65.2
|
||||
'@unocss/vite': 0.65.2(rollup@4.28.1)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
|
||||
optionalDependencies:
|
||||
vite: 6.0.3(@types/node@22.10.2)(jiti@2.4.2)(less@4.2.1)(tsx@4.19.2)(yaml@2.6.1)
|
||||
transitivePeerDependencies:
|
||||
|
Reference in New Issue
Block a user