From 9a1e824eb78827f9a3a68029a809dd989ecd6a75 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 15 Aug 2024 22:38:45 +0200 Subject: [PATCH] feat: upgrade vueuse --- docs/package.json | 6 +- package.json | 2 +- packages/client/package.json | 8 +- packages/slidev/package.json | 6 +- packages/types/package.json | 2 +- pnpm-lock.yaml | 394 +++++++++++++++++++---------------- 6 files changed, 223 insertions(+), 195 deletions(-) diff --git a/docs/package.json b/docs/package.json index 076595815c..99bf9cf53f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@antfu/utils": "^0.7.10", - "@vueuse/core": "^10.11.1", + "@vueuse/core": "^11.0.0", "typeit": "8.1.0" }, "devDependencies": { @@ -26,14 +26,14 @@ "@slidev/types": "workspace:*", "@types/fs-extra": "^11.0.4", "@types/node": "^22.3.0", - "@unocss/reset": "^0.62.1", + "@unocss/reset": "^0.62.2", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "gray-matter": "^4.0.3", "markdown-it": "^14.1.0", "shiki": "^1.13.0", "typescript": "^5.5.4", - "unocss": "^0.62.1", + "unocss": "^0.62.2", "unplugin-icons": "^0.19.2", "unplugin-vue-components": "^0.27.4", "vite-plugin-inspect": "^0.8.5", diff --git a/package.json b/package.json index 7a85b5e3be..9ff5173336 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/resolve": "^1.20.6", "@types/semver": "^7.5.8", "@types/yargs": "^17.0.33", - "@vueuse/core": "^10.11.1", + "@vueuse/core": "^11.0.0", "bumpp": "^9.5.1", "cross-env": "^7.0.3", "cypress": "^13.13.3", diff --git a/packages/client/package.json b/packages/client/package.json index ee07506e26..f98afabbc0 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -39,9 +39,9 @@ "@slidev/types": "workspace:*", "@typescript/ata": "^0.9.7", "@unhead/vue": "^1.9.16", - "@unocss/reset": "^0.62.1", - "@vueuse/core": "^10.11.1", - "@vueuse/math": "^10.11.1", + "@unocss/reset": "^0.62.2", + "@vueuse/core": "^11.0.0", + "@vueuse/math": "^11.0.0", "@vueuse/motion": "^2.2.3", "drauu": "^0.4.0", "file-saver": "^2.0.5", @@ -56,7 +56,7 @@ "shiki": "^1.13.0", "shiki-magic-move": "^0.4.3", "typescript": "^5.5.4", - "unocss": "^0.62.1", + "unocss": "^0.62.2", "vue": "^3.4.38", "vue-router": "^4.4.3", "yaml": "^2.5.0" diff --git a/packages/slidev/package.json b/packages/slidev/package.json index 36cd22b15b..4225d6bdc1 100644 --- a/packages/slidev/package.json +++ b/packages/slidev/package.json @@ -60,8 +60,8 @@ "@slidev/client": "workspace:*", "@slidev/parser": "workspace:*", "@slidev/types": "workspace:*", - "@unocss/extractor-mdc": "^0.62.1", - "@unocss/reset": "^0.62.1", + "@unocss/extractor-mdc": "^0.62.2", + "@unocss/reset": "^0.62.2", "@vitejs/plugin-vue": "^5.1.2", "@vitejs/plugin-vue-jsx": "^4.0.1", "chokidar": "^3.6.0", @@ -104,7 +104,7 @@ "sirv": "^2.0.4", "source-map-js": "^1.2.0", "typescript": "^5.5.4", - "unocss": "^0.62.1", + "unocss": "^0.62.2", "unplugin-icons": "^0.19.2", "unplugin-vue-components": "^0.27.4", "unplugin-vue-markdown": "^0.26.2", diff --git a/packages/types/package.json b/packages/types/package.json index eee0c5dd92..af6bca56a8 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -36,7 +36,7 @@ "mermaid": "^10.9.1", "monaco-editor": "^0.50.0", "shiki": "^1.13.0", - "unocss": "^0.62.1", + "unocss": "^0.62.2", "unplugin-icons": "^0.19.2", "unplugin-vue-markdown": "^0.26.2", "vite-plugin-inspect": "^0.8.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1863e45196..a3ef3c918d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,8 +80,8 @@ importers: specifier: ^17.0.33 version: 17.0.33 '@vueuse/core': - specifier: ^10.11.1 - version: 10.11.1(vue@3.4.38(typescript@5.5.4)) + specifier: ^11.0.0 + version: 11.0.0(vue@3.4.38(typescript@5.5.4)) bumpp: specifier: ^9.5.1 version: 9.5.1 @@ -239,8 +239,8 @@ importers: specifier: ^0.7.10 version: 0.7.10 '@vueuse/core': - specifier: ^10.11.1 - version: 10.11.1(vue@3.4.38(typescript@5.5.4)) + specifier: ^11.0.0 + version: 11.0.0(vue@3.4.38(typescript@5.5.4)) typeit: specifier: 8.1.0 version: 8.1.0 @@ -279,8 +279,8 @@ importers: specifier: ^22.3.0 version: 22.3.0 '@unocss/reset': - specifier: ^0.62.1 - version: 0.62.1 + specifier: ^0.62.2 + version: 0.62.2 fast-glob: specifier: ^3.3.2 version: 3.3.2 @@ -300,8 +300,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 unocss: - specifier: ^0.62.1 - version: 0.62.1(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) unplugin-icons: specifier: ^0.19.2 version: 0.19.2(@vue/compiler-sfc@3.4.38)(vue-template-compiler@2.7.15) @@ -351,14 +351,14 @@ importers: specifier: ^1.9.16 version: 1.9.16(vue@3.4.38(typescript@5.5.4)) '@unocss/reset': - specifier: ^0.62.1 - version: 0.62.1 + specifier: ^0.62.2 + version: 0.62.2 '@vueuse/core': - specifier: ^10.11.1 - version: 10.11.1(vue@3.4.38(typescript@5.5.4)) + specifier: ^11.0.0 + version: 11.0.0(vue@3.4.38(typescript@5.5.4)) '@vueuse/math': - specifier: ^10.11.1 - version: 10.11.1(vue@3.4.38(typescript@5.5.4)) + specifier: ^11.0.0 + version: 11.0.0(vue@3.4.38(typescript@5.5.4)) '@vueuse/motion': specifier: ^2.2.3 version: 2.2.3(rollup@4.19.0)(vue@3.4.38(typescript@5.5.4)) @@ -402,8 +402,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 unocss: - specifier: ^0.62.1 - version: 0.62.1(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.5.4) @@ -496,11 +496,11 @@ importers: specifier: workspace:* version: link:../types '@unocss/extractor-mdc': - specifier: ^0.62.1 - version: 0.62.1 + specifier: ^0.62.2 + version: 0.62.2 '@unocss/reset': - specifier: ^0.62.1 - version: 0.62.1 + specifier: ^0.62.2 + version: 0.62.2 '@vitejs/plugin-vue': specifier: ^5.1.2 version: 5.1.2(vite@5.4.1(@types/node@22.3.0))(vue@3.4.38(typescript@5.5.4)) @@ -631,8 +631,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 unocss: - specifier: ^0.62.1 - version: 0.62.1(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) unplugin-icons: specifier: ^0.19.2 version: 0.19.2(@vue/compiler-sfc@3.4.38)(vue-template-compiler@2.7.15) @@ -710,8 +710,8 @@ importers: specifier: ^1.13.0 version: 1.13.0 unocss: - specifier: ^0.62.1 - version: 0.62.1(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) + specifier: ^0.62.2 + version: 0.62.2(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) unplugin-icons: specifier: ^0.19.2 version: 0.19.2(@vue/compiler-sfc@3.4.38)(vue-template-compiler@2.7.15) @@ -2164,8 +2164,8 @@ packages: peerDependencies: vue: '>=2.7 || >=3' - '@unocss/astro@0.62.1': - resolution: {integrity: sha512-vUcNHfiqVNd1U1OuiZPtc2T/I7S8nrmXkWwLjz3KzVj8Q0CGUN70eQaz0F01EOg+P62Wxegm/trjGD7/ze5Ldw==} + '@unocss/astro@0.62.2': + resolution: {integrity: sha512-RUPGmbNEyfbBOuS22PC23Dy9gmNBQHpLCmpuj6ehr6UcKeRy3xOwlbJDnCv08Vfd3mp3n45Va24wTK/yM6I1YQ==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: @@ -2177,8 +2177,8 @@ packages: engines: {node: '>=14'} hasBin: true - '@unocss/cli@0.62.1': - resolution: {integrity: sha512-7+aqcOPHFBt4QVJkEGC8aOZairZznciLwbbOSXKLqySNH1mx5zgLMhY4uNFEFZF225ZTxbB037m2gLTf/f4XKA==} + '@unocss/cli@0.62.2': + resolution: {integrity: sha512-M1Itw4CVTnoBS1rTLYZvEV5lhq3r711Dwes4GlCHmCwuwEJcp7b83Saim2x6+h1BZbMY3CxgendGNQAIJ9rHkw==} engines: {node: '>=14'} hasBin: true @@ -2186,30 +2186,30 @@ packages: resolution: {integrity: sha512-FKG03o4mwHNxHfVtPa0RaEstQxSp8oC/FrFVEUQmWkOLzagdhxjKBG5rbrLfn8MI47wbBwl+298JTbfhLYbWmg==} engines: {node: '>=14'} - '@unocss/config@0.62.1': - resolution: {integrity: sha512-HNYpaqDERySunXKcD7u8UBe2lbeF8bgIxZ/aCoidfwrpuID8i7QXLcinoUgM2cFR6jXzHDxog+TpKKgcWeBm1A==} + '@unocss/config@0.62.2': + resolution: {integrity: sha512-TgWhO0hkTADnuSgcUZvFP3i4AVpaiMvr41hhQqCPQTaiLMRrroXFnqL33cpkEbHLIfbTh74pXrDxnzMLaEKVdQ==} engines: {node: '>=14'} '@unocss/core@0.42.1': resolution: {integrity: sha512-fExFmLDkquL+AevDCperw0ry1vcyD8RCZwrnLOmkBIZdUcXhy7OKOkzinj/5dEVm11mmPJC8A0wiw4VXbQRGuQ==} - '@unocss/core@0.62.1': - resolution: {integrity: sha512-v257k6T6GByPbsXkCzglV0cMVfaQZmvKKQEFsx34VOJ7jLVwh3QCj0seSP8j4rWSIWxqQJnox3KaVrKVp7aJbg==} + '@unocss/core@0.62.2': + resolution: {integrity: sha512-86jEFUJ/PSwdb1qqiEi0lWlewfKLQwiH+JAfnh8c2hLjOPVmCkb0nnsYSMh8drmtN5kpk6E06mN0IrKMO7OnvQ==} - '@unocss/extractor-arbitrary-variants@0.62.1': - resolution: {integrity: sha512-K27s8yh+h3VBuvdoXkM8D2rJsfLT0KAPwEkur1AEK/rN/6n2+xm15/llKJXQmc9pMq7zK072a7EKPax4FMMv4g==} + '@unocss/extractor-arbitrary-variants@0.62.2': + resolution: {integrity: sha512-k0+QifbKe3Wp6dznQIhn1bQ/shR8yMk1ypfWQFOAr0ylXXlKMXFxfpRyxH3awbTDRBpi/SxIIaBTAzflGxBSgg==} - '@unocss/extractor-mdc@0.62.1': - resolution: {integrity: sha512-Zo0HiOtwRlIUHzMHdPLb5j9vl74CV/rIGrmnHH95Qw+aqubcnfYSgKYhbTj7ussagln38u7FtZP3mnP3VJsWHw==} + '@unocss/extractor-mdc@0.62.2': + resolution: {integrity: sha512-ery1O1GS9OR4CIzPs0XgU95EMAq12g3ahEG1Ea9+B/6bSe1pRfy7yB96zeQhShkj0FyY8qTV5rQGidkQcoBqBg==} '@unocss/inspector@0.42.1': resolution: {integrity: sha512-U5DzzuhAySb4r8emywM8fTUplnXwcE3GrwJj4/YoE06YrA71Y/UQqXK3IhaSKx0Cs4wbu/9eJ2Fh1cDwGZPEQw==} - '@unocss/inspector@0.62.1': - resolution: {integrity: sha512-qVeNc0GVeKRT8573kpHKUytlhruDTLn5jNZosTenY3YywPkhK+fk1CfXMbebh8nQ69v9pE+mBl+AeJcNnfAyPQ==} + '@unocss/inspector@0.62.2': + resolution: {integrity: sha512-P2J8xx4MeB8VHCwjick+PzMyLPKvUNZBuUxuFVhh3xpMsbGlvSIKMH4PRCriwWih+7wqHlrI+fv1gAjoiGHe3Q==} - '@unocss/postcss@0.62.1': - resolution: {integrity: sha512-RqODgpgHVHPLjT59nzVtBoX8Kv67fyqeMg/lh0UAhiHT8zdnKO+v6Q2HpFeXXu3AZUnO7NQKXHjfBGDfFjheJg==} + '@unocss/postcss@0.62.2': + resolution: {integrity: sha512-x0vSz1l2eWpkfqLPcAO0kO36oKcMqtC6JmmM2tRB9WSxiz6xu9qHibfj6VXLe+KqggvFRnKObok4Fr1GIe0Srw==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 @@ -2217,98 +2217,98 @@ packages: '@unocss/preset-attributify@0.42.1': resolution: {integrity: sha512-fdTs/uThKB6edHBwJzLEGAif3lsZyu14SuRS+e2LpKUFNYJQyAIIS+qvQH2HSccLIcBM9BGu0XkcaNAqrMtKfA==} - '@unocss/preset-attributify@0.62.1': - resolution: {integrity: sha512-ug0VEhNda2zEbEyYq1ccBBU2iKaEqCx1yIa0px3OYSmDkcCRYzaa/C+4WISXENnUbTpaG9DpzDFjPRyasfJy4w==} + '@unocss/preset-attributify@0.62.2': + resolution: {integrity: sha512-QBxm62Lq6O7pN47TBD25LrH6CXZGDyTORguKL+IvIxuf8/VTEwwLl1z9FJ10u+kTwHX11RDnAF7KmZsTpcezgA==} '@unocss/preset-icons@0.42.1': resolution: {integrity: sha512-L2UckiG+Vi5J2pC2dtEH1QhxNrsUkM4KE4qm4RNpw5DANqDImn0kecL1ZP2J40eaUxYF3M7e8OlfOWS3EZseSQ==} - '@unocss/preset-icons@0.62.1': - resolution: {integrity: sha512-zHO8RuFLkmDRLDQWuaDJKM6rlESxDA/CaKYmKUEXtqb9TRHV/w1gbICDXiZlXaphC5wDhkok62ymblwpm2xpSw==} + '@unocss/preset-icons@0.62.2': + resolution: {integrity: sha512-cj5fhhgyMK2Wio2nsR4hJuorRtqrgeX8sApffCRxpdKb/rg0De7IzXlTRQvAivFingRLXxwMKcpR4hgw/kw/pA==} '@unocss/preset-mini@0.42.1': resolution: {integrity: sha512-vusdK7Wnu8z0+5+kGHV4bE/yQvw/ROGJcJY22x1aSCarRK2DX2GICjeDJTtNeqHK/zH3mP1nu4pzmjwe0ZZblA==} - '@unocss/preset-mini@0.62.1': - resolution: {integrity: sha512-5YWj7+5F0caGJlG8Wyqqq0VJrvuVilP8i92PSFlrPPY8Nj9qHyGrFowyJ0MRGqei6K3nHWZWFx0Wo1Ligy376g==} + '@unocss/preset-mini@0.62.2': + resolution: {integrity: sha512-NeyYGwGCmMbjzMMhQGzn4qk74LYIsLM4zpQru2Krt1snw1DgVpp3iV8hCWIH4y0Y+ud+K5SUFMAvIe18vq2OQw==} '@unocss/preset-tagify@0.42.1': resolution: {integrity: sha512-ZUbIi0GhD3dw4Vpy1zklZ4CA5CXoErM+J57k2Ij4CRtzX1d0iSVh2qf1jiCzZ38Rth6oIAEHz3B/1dQoyBMuQg==} - '@unocss/preset-tagify@0.62.1': - resolution: {integrity: sha512-EIrKGVL1Zu9aodumtzFpVuL8+/mIInkAxQ5v1hh22pVv01b274oKEJw3+R0eeqa7kqTquos2DlJvV1TFYXeWMQ==} + '@unocss/preset-tagify@0.62.2': + resolution: {integrity: sha512-xfxyKqBxBFOtKRifpM+9co9GqXj5PmGNdLcoWoYninmtO1CvCc50IBIob2h85X18jsa6Vm3sATzEfgOSggcGzQ==} '@unocss/preset-typography@0.42.1': resolution: {integrity: sha512-SJJ565PM//OpskCoD457dzb+yArjyKY9nJnfZvlkdn/giL9tycjp2zf6MhkHkU5rvuTkInW2S0FiDE7TCu7Srg==} - '@unocss/preset-typography@0.62.1': - resolution: {integrity: sha512-uExRmPbBIWTDjq3RkuIv6Vp8crxukfUD+D3KoOkCP/NIGpNVfR3RRlA8n6QkoPqckYNHFET6ttB2Ke3SzvJBGg==} + '@unocss/preset-typography@0.62.2': + resolution: {integrity: sha512-NnoblEZX+dDZeM537l6HcNfPJC8KPGcD5LimVO/HS7GuDarTXeu1JgnCqYc2d5q69OAbyfJfO9k1iKqnAHkqug==} '@unocss/preset-uno@0.42.1': resolution: {integrity: sha512-9E3/ObXUl/STAYfU3Yt1dNoBo94qBttgWaBw6nVyQwPSWEWpL9TcRYAF3b8i4rJK5ItsoaLM3NmmgxnfZ56TqA==} - '@unocss/preset-uno@0.62.1': - resolution: {integrity: sha512-khT9OsudiBET9RyOetZMwD4iB9uh37szbJlayWw6QuANfWm6t5BoejRoaR9wYfB0KvGCNQOFrgxUZVVQGz3Obg==} + '@unocss/preset-uno@0.62.2': + resolution: {integrity: sha512-oMwSP3haSiyiSqI0KqrYkda8mnkWu9lJDdm4bZ5iO6v/rDxmcydBr7MEl8iEy9EdOy1lv3xsyzwMrRer392JEw==} '@unocss/preset-web-fonts@0.42.1': resolution: {integrity: sha512-9vbZ1htarkXySeFF5YjQlE4LXXybfiRrU2osANGjtLRrsW0Mkk2Nh6Brnwpinw5I4wt89dYTeOh0V4vCKpVTpw==} - '@unocss/preset-web-fonts@0.62.1': - resolution: {integrity: sha512-gbAXSKI027GOMLTMmYZEwLZKxF4V30clGQB8pyqWodRWXcQ4XaeIIYOmEibqqSV0woSpuMVllUR4E7/8FtE49Q==} + '@unocss/preset-web-fonts@0.62.2': + resolution: {integrity: sha512-LawmODVu8jjluVGxCIFePkqHLPkhU6S3xJIq8harZAt/uzfkosO3ozzWrRHcVR7SQGPWdATie0ggTFcmVRxFzw==} '@unocss/preset-wind@0.42.1': resolution: {integrity: sha512-Y8CZ6avUqB/qae8L1Z3Jyts1YsGbn87UGpAl3D/BEakITrV6ma47o6sbtvt526RLnNbzT9pMxV8AglZoEcIaNg==} - '@unocss/preset-wind@0.62.1': - resolution: {integrity: sha512-6U8VsQrhbxdYoeYtMYMfcQiJE5sxanyxobjm5PO62uJx23cmUNEL0GUNsNxJOm9r/W8HlUyamnutuvxw06Qf1A==} + '@unocss/preset-wind@0.62.2': + resolution: {integrity: sha512-1pohITLsjhUfEA774Ftz2EAaolbUmhM8yircxTaQEty9qYF1dEcLM2Fm6Y0+ZNhPOcKCAOYZkExuu6JEjbEACg==} '@unocss/reset@0.42.1': resolution: {integrity: sha512-sByjZKqqsXSavOOebaY6pPtZWFSO71adNbBFUPH7De56YtAGiS89PC9tQ/RGPhNBuZ2krZIMsN9og3+HivGUvg==} - '@unocss/reset@0.62.1': - resolution: {integrity: sha512-v6YRcBDZx26RnuxG8/EhrmwG2ixyljcgdF/ZbSGzxktxbebGvxURH80TjKXNnfRX7nOMAJ2eyx15ZxpvCGx28Q==} + '@unocss/reset@0.62.2': + resolution: {integrity: sha512-5hgxcBMMbw5tMSSd4kUX70H0pZK9SwRHtm8Q4VvDV6xOZJa2/fvFR4qyxbuAM9nhOwYUqAAX23lxfmY0bXX73A==} - '@unocss/rule-utils@0.62.1': - resolution: {integrity: sha512-UZuk8wg0bzylEtkwH7UaOQcTIr10w0HOE/6lfpuUcLIdgbKRWAg6999JPxNowAaB7mJSO1MY3yiTn2ZpAHrl7g==} + '@unocss/rule-utils@0.62.2': + resolution: {integrity: sha512-0za00pkDHsGZhiXBiZfOuUyT+GjCInPxMXj+QsybRU4UrjJS+d3gAteC34BqNFfDAoKQb9G5q9etXztcNHXQbg==} engines: {node: '>=14'} '@unocss/scope@0.42.1': resolution: {integrity: sha512-nFkfZwBGLl6nN6bBaUrF1l2ZkMcg2dAibSlA0U1mr+75L14gem2o+QR++Q76dATiLA9ljdL++Tn5JLR8zGQ7xg==} - '@unocss/scope@0.62.1': - resolution: {integrity: sha512-FEQpdDm3XSNWjyZLqFw7UYqGKf5bTPBIgcmPXSY0y3pO98AzbW6yJuHxi64nm0tK69gyxA0rRUK3ILuFrfTOrg==} + '@unocss/scope@0.62.2': + resolution: {integrity: sha512-AEQ1CV8s8NAkBJPO1NCSjADoNyCOYiqkW1DXMvB9mA6lTff5SgmFqIiNmBtMsnBs7/dO0iOSMEDIpdgtDg/KhA==} - '@unocss/transformer-attributify-jsx-babel@0.62.1': - resolution: {integrity: sha512-/2/ZOsLDCprCUkiNYgIM6kY4dxFwUwA/wQvNw3PLTiPvt3+13f04JCJmCBKeUTCP5U1yIAtCYyyf1hn4xntQeA==} + '@unocss/transformer-attributify-jsx-babel@0.62.2': + resolution: {integrity: sha512-t0/3TFc29vwurjRR0akGkYv1VdzqLXHJn6d+d4BSzYhsH0YIhNFxU7r7Gf9iea38IqW6av+OlPBgCZknbG9K+g==} - '@unocss/transformer-attributify-jsx@0.62.1': - resolution: {integrity: sha512-AYQYkKRXZk5G769f9phX5Ma2uXWVf6zn4XXHcVVu9UYJJY5h3GHhDH1fa7fEPgj1mKNSW4QQS4vyiX3O2SEBLQ==} + '@unocss/transformer-attributify-jsx@0.62.2': + resolution: {integrity: sha512-Lgv6OH3rtO7fn0DzBH8C2tEN4247d2Bsm9eP3jIU2w/jTxuv+1XEh8Wir67winLdn/ZNBzVxJb3popnNo9qhcA==} '@unocss/transformer-compile-class@0.42.1': resolution: {integrity: sha512-GMaLnS1INrT3oj4Sgj2tvGeQR41I3PN74ZQvA8Q79/vsycxWKFrp/OiZFySL22Wq2OE8/kFQCosNFPv3Q8Vs9A==} - '@unocss/transformer-compile-class@0.62.1': - resolution: {integrity: sha512-hyxMO34g9I5AaFBUlQ3uc5w2XyUFsSDgRtXpHjvwwCLxFE8/ojr5aaualMtbTroiAoX4vn8acn7Rq/SLtYTEEQ==} + '@unocss/transformer-compile-class@0.62.2': + resolution: {integrity: sha512-Kjyt7+NYLBRUSY0OA8tC6CDTC0qh9HkNt+WEEWvtTcrWwRvTU0VUroTkndHI3Fmv/yczuwmPXI71J+jJeLBQ6w==} '@unocss/transformer-directives@0.42.1': resolution: {integrity: sha512-6pUUHVpjap+GmiBsCU/9elolVFo4xLk8tXi9xKXTccjT4qxr5FSoZa4wx5u9TPumnZVflQRt5XrEE9Cbzewq1A==} - '@unocss/transformer-directives@0.62.1': - resolution: {integrity: sha512-PNUuKcMppJW2nFU9HHQDVYOmY52AeYcy0FAGk3Jwsbid/n53FByxmybxVwvzSaZtRIgTP9ledLv+nXUouNc/GA==} + '@unocss/transformer-directives@0.62.2': + resolution: {integrity: sha512-5ZGTmsXkAkFd7pHjHkGy6LGgxhh6bPbZ3jLltf98OhgBZH558y9iui6LKq3n2LpUsSZox6ey3yh1AibvakQeeg==} '@unocss/transformer-variant-group@0.42.1': resolution: {integrity: sha512-FCjnY2byndBc6s9G0EhSio9sTsMbG0L0qcxCqSu6uh05msx5ickOqgleusKntOHrq83iH7AoR2GnaSTbfiV0Uw==} - '@unocss/transformer-variant-group@0.62.1': - resolution: {integrity: sha512-M2k9hrFBpkyBsoctKhF1C50DXiGZzh2EmqQ/3FiiKKPsoxiXvefqL2WGdmtuZ+eKZaFeVhwbX02eHLfyxiDIXw==} + '@unocss/transformer-variant-group@0.62.2': + resolution: {integrity: sha512-WknoFYRAik2NJfo0AHoId912jzzZaOV9bKgoSh7Lpx7dMxgngfU027Gx7Wnd8mR+TSqQzsfYaXdPa+PqyTv6Xg==} '@unocss/vite@0.42.1': resolution: {integrity: sha512-H0xXpHt9ivMn/3mKIdvGPitx1VH7sCTR6174uzwz0sarVKevHxcV/rs90sWdgQJT7hy5N9ho7fRQ2CrIOLpN4Q==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 - '@unocss/vite@0.62.1': - resolution: {integrity: sha512-J5DLwvKhTgGW+TxvRnlt42PtGNteuWb5AQDQ8AykDsYXM2GGTzzNkoCuX6vOcIgxpinDwUKKtXPo0M3BWyVuDg==} + '@unocss/vite@0.62.2': + resolution: {integrity: sha512-ES39SL7+0UDTM5IvIiDVodH4duUIzGXug/bhuDHHhhtUBoengH+Oe59jURzRChDj4Pf3cyqMtTwo5amoz3lV2Q==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 @@ -2476,6 +2476,9 @@ packages: '@vueuse/core@10.11.1': resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} + '@vueuse/core@11.0.0': + resolution: {integrity: sha512-shibzNGjmRjZucEm97B8V0NO5J3vPHMCE/mltxQ3vHezbDoFQBMtK11XsfwfPionxSbo+buqPmsCljtYuXIBpw==} + '@vueuse/core@8.9.4': resolution: {integrity: sha512-B/Mdj9TK1peFyWaPof+Zf/mP9XuGAngaJZBwPaXBvU3aCTZlx3ltlrFFFyMV4iGBwsjSCeUCgZrtkEj9dS2Y3Q==} peerDependencies: @@ -2533,8 +2536,8 @@ packages: universal-cookie: optional: true - '@vueuse/math@10.11.1': - resolution: {integrity: sha512-fkdaNEOn22Vjz/A3vNWO2+eysunlK74ODmJRosweKMEA07oi5WH/CYQ8oGxu2Fa641fhs4hXS7XxdALsGVYlpw==} + '@vueuse/math@11.0.0': + resolution: {integrity: sha512-xAOyZePnrfF6zMMCiAcTNfhV4WXLIv9cM3BD6dwtlvGszj92wQxoNCxS2Un1X0R5YX1gIven8ptwyIrZ1AfSUA==} '@vueuse/metadata@10.11.0': resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==} @@ -2542,6 +2545,9 @@ packages: '@vueuse/metadata@10.11.1': resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==} + '@vueuse/metadata@11.0.0': + resolution: {integrity: sha512-0TKsAVT0iUOAPWyc9N79xWYfovJVPATiOPVKByG6jmAYdDiwvMVm9xXJ5hp4I8nZDxpCcYlLq/Rg9w1Z/jrGcg==} + '@vueuse/metadata@8.9.4': resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==} @@ -2556,6 +2562,9 @@ packages: '@vueuse/shared@10.11.1': resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} + '@vueuse/shared@11.0.0': + resolution: {integrity: sha512-i4ZmOrIEjSsL94uAEt3hz88UCz93fMyP/fba9S+vypX90fKg3uYX9cThqvWc9aXxuTzR0UGhOKOTQd//Goh1nQ==} + '@vueuse/shared@8.9.4': resolution: {integrity: sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag==} peerDependencies: @@ -6377,11 +6386,11 @@ packages: '@unocss/webpack': optional: true - unocss@0.62.1: - resolution: {integrity: sha512-w05pOWD4Ps8BRYSlMlcn5i1At+DIZBB93DZaBPCvA5z3PTreXRv360yni+eS0PJxtfqWvjmdZ2lWEO901Hl4cQ==} + unocss@0.62.2: + resolution: {integrity: sha512-XLLOXyLrbLX7xIChdCPZAmfLR+1aqIHGN/y7QOn4t3g8C3Kk1tAH2aMMQHWhWFfNzskfNiPjKeVYhWQ8QV53Mg==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.62.1 + '@unocss/webpack': 0.62.2 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: '@unocss/webpack': @@ -6683,8 +6692,8 @@ packages: vscode-uri@3.0.8: resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} - vue-demi@0.14.8: - resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==} + vue-demi@0.14.10: + resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -8493,11 +8502,11 @@ snapshots: unhead: 1.9.16 vue: 3.4.38(typescript@5.5.4) - '@unocss/astro@0.62.1(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0))': + '@unocss/astro@0.62.2(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0))': dependencies: - '@unocss/core': 0.62.1 - '@unocss/reset': 0.62.1 - '@unocss/vite': 0.62.1(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) + '@unocss/core': 0.62.2 + '@unocss/reset': 0.62.2 + '@unocss/vite': 0.62.2(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) optionalDependencies: vite: 5.4.1(@types/node@22.3.0) transitivePeerDependencies: @@ -8517,13 +8526,13 @@ snapshots: pathe: 0.3.9 perfect-debounce: 0.1.3 - '@unocss/cli@0.62.1(rollup@4.19.0)': + '@unocss/cli@0.62.2(rollup@4.19.0)': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.19.0) - '@unocss/config': 0.62.1 - '@unocss/core': 0.62.1 - '@unocss/preset-uno': 0.62.1 + '@unocss/config': 0.62.2 + '@unocss/core': 0.62.2 + '@unocss/preset-uno': 0.62.2 cac: 6.7.14 chokidar: 3.6.0 colorette: 2.0.20 @@ -8541,40 +8550,40 @@ snapshots: '@unocss/core': 0.42.1 unconfig: 0.3.13 - '@unocss/config@0.62.1': + '@unocss/config@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 unconfig: 0.5.5 transitivePeerDependencies: - supports-color '@unocss/core@0.42.1': {} - '@unocss/core@0.62.1': {} + '@unocss/core@0.62.2': {} - '@unocss/extractor-arbitrary-variants@0.62.1': + '@unocss/extractor-arbitrary-variants@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 - '@unocss/extractor-mdc@0.62.1': {} + '@unocss/extractor-mdc@0.62.2': {} '@unocss/inspector@0.42.1': dependencies: gzip-size: 6.0.0 sirv: 2.0.4 - '@unocss/inspector@0.62.1': + '@unocss/inspector@0.62.2': dependencies: - '@unocss/core': 0.62.1 - '@unocss/rule-utils': 0.62.1 + '@unocss/core': 0.62.2 + '@unocss/rule-utils': 0.62.2 gzip-size: 6.0.0 sirv: 2.0.4 - '@unocss/postcss@0.62.1(postcss@8.4.41)': + '@unocss/postcss@0.62.2(postcss@8.4.41)': dependencies: - '@unocss/config': 0.62.1 - '@unocss/core': 0.62.1 - '@unocss/rule-utils': 0.62.1 + '@unocss/config': 0.62.2 + '@unocss/core': 0.62.2 + '@unocss/rule-utils': 0.62.2 css-tree: 2.3.1 magic-string: 0.30.11 postcss: 8.4.41 @@ -8586,9 +8595,9 @@ snapshots: dependencies: '@unocss/core': 0.42.1 - '@unocss/preset-attributify@0.62.1': + '@unocss/preset-attributify@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 '@unocss/preset-icons@0.42.1': dependencies: @@ -8598,10 +8607,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@unocss/preset-icons@0.62.1': + '@unocss/preset-icons@0.62.2': dependencies: '@iconify/utils': 2.1.30 - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 ofetch: 1.3.4 transitivePeerDependencies: - supports-color @@ -8610,28 +8619,28 @@ snapshots: dependencies: '@unocss/core': 0.42.1 - '@unocss/preset-mini@0.62.1': + '@unocss/preset-mini@0.62.2': dependencies: - '@unocss/core': 0.62.1 - '@unocss/extractor-arbitrary-variants': 0.62.1 - '@unocss/rule-utils': 0.62.1 + '@unocss/core': 0.62.2 + '@unocss/extractor-arbitrary-variants': 0.62.2 + '@unocss/rule-utils': 0.62.2 '@unocss/preset-tagify@0.42.1': dependencies: '@unocss/core': 0.42.1 - '@unocss/preset-tagify@0.62.1': + '@unocss/preset-tagify@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 '@unocss/preset-typography@0.42.1': dependencies: '@unocss/core': 0.42.1 - '@unocss/preset-typography@0.62.1': + '@unocss/preset-typography@0.62.2': dependencies: - '@unocss/core': 0.62.1 - '@unocss/preset-mini': 0.62.1 + '@unocss/core': 0.62.2 + '@unocss/preset-mini': 0.62.2 '@unocss/preset-uno@0.42.1': dependencies: @@ -8639,21 +8648,21 @@ snapshots: '@unocss/preset-mini': 0.42.1 '@unocss/preset-wind': 0.42.1 - '@unocss/preset-uno@0.62.1': + '@unocss/preset-uno@0.62.2': dependencies: - '@unocss/core': 0.62.1 - '@unocss/preset-mini': 0.62.1 - '@unocss/preset-wind': 0.62.1 - '@unocss/rule-utils': 0.62.1 + '@unocss/core': 0.62.2 + '@unocss/preset-mini': 0.62.2 + '@unocss/preset-wind': 0.62.2 + '@unocss/rule-utils': 0.62.2 '@unocss/preset-web-fonts@0.42.1': dependencies: '@unocss/core': 0.42.1 ohmyfetch: 0.4.21 - '@unocss/preset-web-fonts@0.62.1': + '@unocss/preset-web-fonts@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 ofetch: 1.3.4 '@unocss/preset-wind@0.42.1': @@ -8661,64 +8670,64 @@ snapshots: '@unocss/core': 0.42.1 '@unocss/preset-mini': 0.42.1 - '@unocss/preset-wind@0.62.1': + '@unocss/preset-wind@0.62.2': dependencies: - '@unocss/core': 0.62.1 - '@unocss/preset-mini': 0.62.1 - '@unocss/rule-utils': 0.62.1 + '@unocss/core': 0.62.2 + '@unocss/preset-mini': 0.62.2 + '@unocss/rule-utils': 0.62.2 '@unocss/reset@0.42.1': {} - '@unocss/reset@0.62.1': {} + '@unocss/reset@0.62.2': {} - '@unocss/rule-utils@0.62.1': + '@unocss/rule-utils@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 magic-string: 0.30.11 '@unocss/scope@0.42.1': {} - '@unocss/scope@0.62.1': {} + '@unocss/scope@0.62.2': {} - '@unocss/transformer-attributify-jsx-babel@0.62.1': + '@unocss/transformer-attributify-jsx-babel@0.62.2': dependencies: '@babel/core': 7.25.2 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 transitivePeerDependencies: - supports-color - '@unocss/transformer-attributify-jsx@0.62.1': + '@unocss/transformer-attributify-jsx@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 '@unocss/transformer-compile-class@0.42.1': dependencies: '@unocss/core': 0.42.1 - '@unocss/transformer-compile-class@0.62.1': + '@unocss/transformer-compile-class@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 '@unocss/transformer-directives@0.42.1': dependencies: '@unocss/core': 0.42.1 css-tree: 2.3.1 - '@unocss/transformer-directives@0.62.1': + '@unocss/transformer-directives@0.62.2': dependencies: - '@unocss/core': 0.62.1 - '@unocss/rule-utils': 0.62.1 + '@unocss/core': 0.62.2 + '@unocss/rule-utils': 0.62.2 css-tree: 2.3.1 '@unocss/transformer-variant-group@0.42.1': dependencies: '@unocss/core': 0.42.1 - '@unocss/transformer-variant-group@0.62.1': + '@unocss/transformer-variant-group@0.62.2': dependencies: - '@unocss/core': 0.62.1 + '@unocss/core': 0.62.2 '@unocss/vite@0.42.1(vite@5.4.1(@types/node@22.3.0))': dependencies: @@ -8731,15 +8740,15 @@ snapshots: magic-string: 0.26.7 vite: 5.4.1(@types/node@22.3.0) - '@unocss/vite@0.62.1(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0))': + '@unocss/vite@0.62.2(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.19.0) - '@unocss/config': 0.62.1 - '@unocss/core': 0.62.1 - '@unocss/inspector': 0.62.1 - '@unocss/scope': 0.62.1 - '@unocss/transformer-directives': 0.62.1 + '@unocss/config': 0.62.2 + '@unocss/core': 0.62.2 + '@unocss/inspector': 0.62.2 + '@unocss/scope': 0.62.2 + '@unocss/transformer-directives': 0.62.2 chokidar: 3.6.0 magic-string: 0.30.11 tinyglobby: 0.2.2 @@ -9032,7 +9041,7 @@ snapshots: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.0 '@vueuse/shared': 10.11.0(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -9042,7 +9051,17 @@ snapshots: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.1 '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/core@11.0.0(vue@3.4.38(typescript@5.5.4))': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 11.0.0 + '@vueuse/shared': 11.0.0(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -9052,7 +9071,7 @@ snapshots: '@types/web-bluetooth': 0.0.14 '@vueuse/metadata': 8.9.4 '@vueuse/shared': 8.9.4(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) optionalDependencies: vue: 3.4.38(typescript@5.5.4) @@ -9067,7 +9086,7 @@ snapshots: dependencies: '@vueuse/core': 10.11.0(vue@3.4.38(typescript@5.5.4)) '@vueuse/shared': 10.11.0(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) optionalDependencies: axios: 1.7.2(debug@4.3.6) drauu: 0.3.7 @@ -9076,10 +9095,10 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/math@10.11.1(vue@3.4.38(typescript@5.5.4))': + '@vueuse/math@11.0.0(vue@3.4.38(typescript@5.5.4))': dependencies: - '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + '@vueuse/shared': 11.0.0(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -9088,6 +9107,8 @@ snapshots: '@vueuse/metadata@10.11.1': {} + '@vueuse/metadata@11.0.0': {} + '@vueuse/metadata@8.9.4': {} '@vueuse/motion@2.2.3(rollup@4.19.0)(vue@3.4.38(typescript@5.5.4))': @@ -9108,27 +9129,34 @@ snapshots: '@vueuse/shared@10.11.0(vue@3.4.38(typescript@5.5.4))': dependencies: - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue '@vueuse/shared@10.11.1(vue@3.4.38(typescript@5.5.4))': dependencies: - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/shared@11.0.0(vue@3.4.38(typescript@5.5.4))': + dependencies: + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue '@vueuse/shared@8.9.4(vue@3.4.38(typescript@5.5.4))': dependencies: - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) optionalDependencies: vue: 3.4.38(typescript@5.5.4) '@vueuse/shared@9.13.0(vue@3.4.38(typescript@5.5.4))': dependencies: - vue-demi: 0.14.8(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -12243,7 +12271,7 @@ snapshots: consola: 3.2.3 execa: 8.0.1 pathe: 1.1.2 - pkg-types: 1.1.1 + pkg-types: 1.1.3 ufo: 1.5.3 object-assign@4.1.1: {} @@ -13491,28 +13519,28 @@ snapshots: - supports-color - vite - unocss@0.62.1(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)): - dependencies: - '@unocss/astro': 0.62.1(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) - '@unocss/cli': 0.62.1(rollup@4.19.0) - '@unocss/core': 0.62.1 - '@unocss/extractor-arbitrary-variants': 0.62.1 - '@unocss/postcss': 0.62.1(postcss@8.4.41) - '@unocss/preset-attributify': 0.62.1 - '@unocss/preset-icons': 0.62.1 - '@unocss/preset-mini': 0.62.1 - '@unocss/preset-tagify': 0.62.1 - '@unocss/preset-typography': 0.62.1 - '@unocss/preset-uno': 0.62.1 - '@unocss/preset-web-fonts': 0.62.1 - '@unocss/preset-wind': 0.62.1 - '@unocss/reset': 0.62.1 - '@unocss/transformer-attributify-jsx': 0.62.1 - '@unocss/transformer-attributify-jsx-babel': 0.62.1 - '@unocss/transformer-compile-class': 0.62.1 - '@unocss/transformer-directives': 0.62.1 - '@unocss/transformer-variant-group': 0.62.1 - '@unocss/vite': 0.62.1(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) + unocss@0.62.2(postcss@8.4.41)(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)): + dependencies: + '@unocss/astro': 0.62.2(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) + '@unocss/cli': 0.62.2(rollup@4.19.0) + '@unocss/core': 0.62.2 + '@unocss/extractor-arbitrary-variants': 0.62.2 + '@unocss/postcss': 0.62.2(postcss@8.4.41) + '@unocss/preset-attributify': 0.62.2 + '@unocss/preset-icons': 0.62.2 + '@unocss/preset-mini': 0.62.2 + '@unocss/preset-tagify': 0.62.2 + '@unocss/preset-typography': 0.62.2 + '@unocss/preset-uno': 0.62.2 + '@unocss/preset-web-fonts': 0.62.2 + '@unocss/preset-wind': 0.62.2 + '@unocss/reset': 0.62.2 + '@unocss/transformer-attributify-jsx': 0.62.2 + '@unocss/transformer-attributify-jsx-babel': 0.62.2 + '@unocss/transformer-compile-class': 0.62.2 + '@unocss/transformer-directives': 0.62.2 + '@unocss/transformer-variant-group': 0.62.2 + '@unocss/vite': 0.62.2(rollup@4.19.0)(vite@5.4.1(@types/node@22.3.0)) optionalDependencies: vite: 5.4.1(@types/node@22.3.0) transitivePeerDependencies: @@ -13594,7 +13622,7 @@ snapshots: untyped@1.4.2: dependencies: - '@babel/core': 7.24.9 + '@babel/core': 7.25.2 '@babel/standalone': 7.23.10 '@babel/types': 7.24.9 defu: 6.1.4 @@ -13892,7 +13920,7 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.8(vue@3.4.38(typescript@5.5.4)): + vue-demi@0.14.10(vue@3.4.38(typescript@5.5.4)): dependencies: vue: 3.4.38(typescript@5.5.4)