This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
"astro": "6.0.0-beta.9",
|
||||
"astro-icon": "^1.1.5",
|
||||
"motion-v": "^1.10.2",
|
||||
"nodemailer": "^8.0.0",
|
||||
"nodemailer": "^8.0.1",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"vue": "^3.5.27"
|
||||
"vue": "^3.5.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/heroicons": "^1.2.3",
|
||||
"@types/node": "^25.2.1",
|
||||
"@types/node": "^25.2.2",
|
||||
"@types/nodemailer": "^7.0.9",
|
||||
"daisyui": "^5.5.18"
|
||||
}
|
||||
|
||||
324
pnpm-lock.yaml
generated
324
pnpm-lock.yaml
generated
@@ -9,14 +9,14 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@astrojs/node':
|
||||
specifier: 10.0.0-beta.0
|
||||
version: 10.0.0-beta.0(astro@6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))
|
||||
specifier: 10.0.0-beta.2
|
||||
version: 10.0.0-beta.2(astro@6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))
|
||||
'@astrojs/partytown':
|
||||
specifier: ^2.1.4
|
||||
version: 2.1.4
|
||||
'@astrojs/vue':
|
||||
specifier: 6.0.0-beta.0
|
||||
version: 6.0.0-beta.0(@types/node@25.2.1)(astro@6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(vue@3.5.27(typescript@5.7.3))(yaml@2.7.0)
|
||||
version: 6.0.0-beta.0(@types/node@25.2.2)(astro@6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(vue@3.5.28(typescript@5.7.3))(yaml@2.7.0)
|
||||
'@fontsource-variable/inter':
|
||||
specifier: ^5.2.8
|
||||
version: 5.2.8
|
||||
@@ -25,38 +25,38 @@ importers:
|
||||
version: 5.2.8
|
||||
'@heroicons/vue':
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0(vue@3.5.27(typescript@5.7.3))
|
||||
version: 2.2.0(vue@3.5.28(typescript@5.7.3))
|
||||
'@tailwindcss/vite':
|
||||
specifier: ^4.1.18
|
||||
version: 4.1.18(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
version: 4.1.18(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
'@yeskunall/astro-umami':
|
||||
specifier: ^0.0.7
|
||||
version: 0.0.7(astro@6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))
|
||||
version: 0.0.7(astro@6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))
|
||||
astro:
|
||||
specifier: 6.0.0-beta.6
|
||||
version: 6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
specifier: 6.0.0-beta.9
|
||||
version: 6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
astro-icon:
|
||||
specifier: ^1.1.5
|
||||
version: 1.1.5
|
||||
motion-v:
|
||||
specifier: ^1.10.2
|
||||
version: 1.10.2(@vueuse/core@14.1.0(vue@3.5.27(typescript@5.7.3)))(vue@3.5.27(typescript@5.7.3))
|
||||
version: 1.10.2(@vueuse/core@14.1.0(vue@3.5.28(typescript@5.7.3)))(vue@3.5.28(typescript@5.7.3))
|
||||
nodemailer:
|
||||
specifier: ^8.0.0
|
||||
version: 8.0.0
|
||||
specifier: ^8.0.1
|
||||
version: 8.0.1
|
||||
tailwindcss:
|
||||
specifier: ^4.1.18
|
||||
version: 4.1.18
|
||||
vue:
|
||||
specifier: ^3.5.27
|
||||
version: 3.5.27(typescript@5.7.3)
|
||||
specifier: ^3.5.28
|
||||
version: 3.5.28(typescript@5.7.3)
|
||||
devDependencies:
|
||||
'@iconify-json/heroicons':
|
||||
specifier: ^1.2.3
|
||||
version: 1.2.3
|
||||
'@types/node':
|
||||
specifier: ^25.2.1
|
||||
version: 25.2.1
|
||||
specifier: ^25.2.2
|
||||
version: 25.2.2
|
||||
'@types/nodemailer':
|
||||
specifier: ^7.0.9
|
||||
version: 7.0.9
|
||||
@@ -78,14 +78,14 @@ packages:
|
||||
'@astrojs/compiler@0.0.0-render-script-20251003120459':
|
||||
resolution: {integrity: sha512-HWimO47p1zcg/H7/OtiABemJtvFxXDJ7r551Xkwq6c+FIZTps2/sIN1/qAEiuW5UmGChqaI+ILPMcSzFOWidSA==}
|
||||
|
||||
'@astrojs/internal-helpers@0.7.5':
|
||||
resolution: {integrity: sha512-vreGnYSSKhAjFJCWAwe/CNhONvoc5lokxtRoZims+0wa3KbHBdPHSSthJsKxPd8d/aic6lWKpRTYGY/hsgK6EA==}
|
||||
'@astrojs/internal-helpers@0.8.0-beta.0':
|
||||
resolution: {integrity: sha512-fP5ZSwFHsJu4NMHhvzfKLUIuXwQ0OdfKPkpQAxRNFIKpiwolTOdYEvP0RGAlnhRfVciUYZNnwc1dMIFvv1lUvw==}
|
||||
|
||||
'@astrojs/markdown-remark@7.0.0-beta.3':
|
||||
resolution: {integrity: sha512-QwkD+ZrcHzyR80Tx79uhudn3gOM3jZNDKk7Ig0Y3SvryjV4sYz+9HGdp6kmxQ7I01Kz19PLxKX/Qh3SalacMGg==}
|
||||
'@astrojs/markdown-remark@7.0.0-beta.5':
|
||||
resolution: {integrity: sha512-WD2SdhgNWPxsgsHg4oN+imw4+BEDoJ3vJOIGowL0o4yDeyeZsfFOoMbffPKRqG2boFXqRMpauZO7Wfq9w/WfUA==}
|
||||
|
||||
'@astrojs/node@10.0.0-beta.0':
|
||||
resolution: {integrity: sha512-VkSzpIaTu7fa2wLZ1RsdYVJet3DRYFCxbL/aXJ+EQmwsrs8HcXaq3wat7ujFb5rtT5hUOSf8oRIvdgwMLAbxBg==}
|
||||
'@astrojs/node@10.0.0-beta.2':
|
||||
resolution: {integrity: sha512-7N+bQb/NT4dXpEyEHr81VVTEGfcyO1QDa31lkSWfgh7sLQYCjNp6ASSpnSo04574ZJHjQyCeJsyxjfSoHs8evQ==}
|
||||
peerDependencies:
|
||||
astro: ^6.0.0-alpha.0
|
||||
|
||||
@@ -1034,8 +1034,8 @@ packages:
|
||||
'@types/nlcst@2.0.3':
|
||||
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
|
||||
|
||||
'@types/node@25.2.1':
|
||||
resolution: {integrity: sha512-CPrnr8voK8vC6eEtyRzvMpgp3VyVRhgclonE7qYi6P9sXwYb59ucfrnmFBTaP0yUi8Gk4yZg/LlTJULGxvTNsg==}
|
||||
'@types/node@25.2.2':
|
||||
resolution: {integrity: sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==}
|
||||
|
||||
'@types/nodemailer@7.0.9':
|
||||
resolution: {integrity: sha512-vI8oF1M+8JvQhsId0Pc38BdUP2evenIIys7c7p+9OZXSPOH5c1dyINP1jT8xQ2xPuBUXmIC87s+91IZMDjH8Ow==}
|
||||
@@ -1082,17 +1082,17 @@ packages:
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
|
||||
'@vue/compiler-core@3.5.27':
|
||||
resolution: {integrity: sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==}
|
||||
'@vue/compiler-core@3.5.28':
|
||||
resolution: {integrity: sha512-kviccYxTgoE8n6OCw96BNdYlBg2GOWfBuOW4Vqwrt7mSKWKwFVvI8egdTltqRgITGPsTFYtKYfxIG8ptX2PJHQ==}
|
||||
|
||||
'@vue/compiler-dom@3.5.27':
|
||||
resolution: {integrity: sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==}
|
||||
'@vue/compiler-dom@3.5.28':
|
||||
resolution: {integrity: sha512-/1ZepxAb159jKR1btkefDP+J2xuWL5V3WtleRmxaT+K2Aqiek/Ab/+Ebrw2pPj0sdHO8ViAyyJWfhXXOP/+LQA==}
|
||||
|
||||
'@vue/compiler-sfc@3.5.27':
|
||||
resolution: {integrity: sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==}
|
||||
'@vue/compiler-sfc@3.5.28':
|
||||
resolution: {integrity: sha512-6TnKMiNkd6u6VeVDhZn/07KhEZuBSn43Wd2No5zaP5s3xm8IqFTHBj84HJah4UepSUJTro5SoqqlOY22FKY96g==}
|
||||
|
||||
'@vue/compiler-ssr@3.5.27':
|
||||
resolution: {integrity: sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==}
|
||||
'@vue/compiler-ssr@3.5.28':
|
||||
resolution: {integrity: sha512-JCq//9w1qmC6UGLWJX7RXzrGpKkroubey/ZFqTpvEIDJEKGgntuDMqkuWiZvzTzTA5h2qZvFBFHY7fAAa9475g==}
|
||||
|
||||
'@vue/devtools-core@7.7.9':
|
||||
resolution: {integrity: sha512-48jrBSwG4GVQRvVeeXn9p9+dlx+ISgasM7SxZZKczseohB0cBz+ITKr4YbLWjmJdy45UHL7UMPlR4Y0CWTRcSQ==}
|
||||
@@ -1105,22 +1105,22 @@ packages:
|
||||
'@vue/devtools-shared@7.7.9':
|
||||
resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
|
||||
|
||||
'@vue/reactivity@3.5.27':
|
||||
resolution: {integrity: sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==}
|
||||
'@vue/reactivity@3.5.28':
|
||||
resolution: {integrity: sha512-gr5hEsxvn+RNyu9/9o1WtdYdwDjg5FgjUSBEkZWqgTKlo/fvwZ2+8W6AfKsc9YN2k/+iHYdS9vZYAhpi10kNaw==}
|
||||
|
||||
'@vue/runtime-core@3.5.27':
|
||||
resolution: {integrity: sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==}
|
||||
'@vue/runtime-core@3.5.28':
|
||||
resolution: {integrity: sha512-POVHTdbgnrBBIpnbYU4y7pOMNlPn2QVxVzkvEA2pEgvzbelQq4ZOUxbp2oiyo+BOtiYlm8Q44wShHJoBvDPAjQ==}
|
||||
|
||||
'@vue/runtime-dom@3.5.27':
|
||||
resolution: {integrity: sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==}
|
||||
'@vue/runtime-dom@3.5.28':
|
||||
resolution: {integrity: sha512-4SXxSF8SXYMuhAIkT+eBRqOkWEfPu6nhccrzrkioA6l0boiq7sp18HCOov9qWJA5HML61kW8p/cB4MmBiG9dSA==}
|
||||
|
||||
'@vue/server-renderer@3.5.27':
|
||||
resolution: {integrity: sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==}
|
||||
'@vue/server-renderer@3.5.28':
|
||||
resolution: {integrity: sha512-pf+5ECKGj8fX95bNincbzJ6yp6nyzuLDhYZCeFxUNp8EBrQpPpQaLX3nNCp49+UbgbPun3CeVE+5CXVV1Xydfg==}
|
||||
peerDependencies:
|
||||
vue: 3.5.27
|
||||
vue: 3.5.28
|
||||
|
||||
'@vue/shared@3.5.27':
|
||||
resolution: {integrity: sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==}
|
||||
'@vue/shared@3.5.28':
|
||||
resolution: {integrity: sha512-cfWa1fCGBxrvaHRhvV3Is0MgmrbSCxYTXCSCau2I0a1Xw1N1pHAvkWCiXPRAqjvToILvguNyEwjevUqAuBQWvQ==}
|
||||
|
||||
'@vueuse/core@14.1.0':
|
||||
resolution: {integrity: sha512-rgBinKs07hAYyPF834mDTigH7BtPqvZ3Pryuzt1SD/lg5wEcWqvwzXXYGEDb2/cP0Sj5zSvHl3WkmMELr5kfWw==}
|
||||
@@ -1177,8 +1177,8 @@ packages:
|
||||
astro-icon@1.1.5:
|
||||
resolution: {integrity: sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==}
|
||||
|
||||
astro@6.0.0-beta.6:
|
||||
resolution: {integrity: sha512-kh2v4n15z0es1fZMtadbfNDApdJivSKgMqCPHixro5lHTpte++4fH0z5AC/zqhkcUGztreRFuZMnvP0ZN1/uhQ==}
|
||||
astro@6.0.0-beta.9:
|
||||
resolution: {integrity: sha512-hWQNloN6eFJiFYxnrWn4Vi7X/5v6IabgKOa4dqpW1lHAKdlzZHvxHXOUhm4JZUMG4v9kKdvSWamm7XBmTcCltw==}
|
||||
engines: {node: ^20.19.1 || >=22.12.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1286,8 +1286,8 @@ packages:
|
||||
confbox@0.1.8:
|
||||
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
|
||||
|
||||
confbox@0.2.2:
|
||||
resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
|
||||
confbox@0.2.4:
|
||||
resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==}
|
||||
|
||||
convert-source-map@2.0.0:
|
||||
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
||||
@@ -1541,8 +1541,8 @@ packages:
|
||||
resolution: {integrity: sha512-piJxbLnkD9Xcyi7dWJRnqszEURixe7CrF/efBfbffe2DPyabmuIuqraruY8cXTs19QoM8VJzx47BDRVNXETM7Q==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
framer-motion@12.33.0:
|
||||
resolution: {integrity: sha512-ca8d+rRPcDP5iIF+MoT3WNc0KHJMjIyFAbtVLvM9eA7joGSpeqDfiNH/kCs1t4CHi04njYvWyj0jS4QlEK/rJQ==}
|
||||
framer-motion@12.34.0:
|
||||
resolution: {integrity: sha512-+/H49owhzkzQyxtn7nZeF4kdH++I2FWrESQ184Zbcw5cEqNHYkE5yxWxcTLSj5lNx3NWdbIRy5FHqUvetD8FWg==}
|
||||
peerDependencies:
|
||||
'@emotion/is-prop-valid': '*'
|
||||
react: ^18.0.0 || ^19.0.0
|
||||
@@ -1978,8 +1978,8 @@ packages:
|
||||
mlly@1.8.0:
|
||||
resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
|
||||
|
||||
motion-dom@12.33.0:
|
||||
resolution: {integrity: sha512-XRPebVypsl0UM+7v0Hr8o9UAj0S2djsQWRdHBd5iVouVpMrQqAI0C/rDAT3QaYnXnHuC5hMcwDHCboNeyYjPoQ==}
|
||||
motion-dom@12.34.0:
|
||||
resolution: {integrity: sha512-Lql3NuEcScRDxTAO6GgUsRHBZOWI/3fnMlkMcH5NftzcN37zJta+bpbMAV9px4Nj057TuvRooMK7QrzMCgtz6Q==}
|
||||
|
||||
motion-utils@12.29.2:
|
||||
resolution: {integrity: sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==}
|
||||
@@ -2023,8 +2023,8 @@ packages:
|
||||
node-releases@2.0.27:
|
||||
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
||||
|
||||
nodemailer@8.0.0:
|
||||
resolution: {integrity: sha512-xvVJf/f0bzmNpnRIbhCp/IKxaHgJ6QynvUbLXzzMRPG3LDQr5oXkYuw4uDFyFYs8cge8agwwrJAXZsd4hhMquw==}
|
||||
nodemailer@8.0.1:
|
||||
resolution: {integrity: sha512-5kcldIXmaEjZcHR6F28IKGSgpmZHaF1IXLWFTG+Xh3S+Cce4MiakLtWY+PlBU69fLbRa8HlaGIrC/QolUpHkhg==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
||||
normalize-path@3.0.0:
|
||||
@@ -2404,8 +2404,8 @@ packages:
|
||||
undici-types@7.16.0:
|
||||
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
||||
|
||||
undici@7.20.0:
|
||||
resolution: {integrity: sha512-MJZrkjyd7DeC+uPZh+5/YaMDxFiiEEaDgbUSVMXayofAkDWF1088CDo+2RPg7B1BuS1qf1vgNE7xqwPxE0DuSQ==}
|
||||
undici@7.21.0:
|
||||
resolution: {integrity: sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==}
|
||||
engines: {node: '>=20.18.1'}
|
||||
|
||||
unicorn-magic@0.3.0:
|
||||
@@ -2600,8 +2600,8 @@ packages:
|
||||
vite:
|
||||
optional: true
|
||||
|
||||
vue@3.5.27:
|
||||
resolution: {integrity: sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==}
|
||||
vue@3.5.28:
|
||||
resolution: {integrity: sha512-BRdrNfeoccSoIZeIhyPBfvWSLFP4q8J3u8Ju8Ug5vu3LdD+yTM13Sg4sKtljxozbnuMu1NB1X5HBHRYUzFocKg==}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
@@ -2697,11 +2697,11 @@ snapshots:
|
||||
|
||||
'@astrojs/compiler@0.0.0-render-script-20251003120459': {}
|
||||
|
||||
'@astrojs/internal-helpers@0.7.5': {}
|
||||
'@astrojs/internal-helpers@0.8.0-beta.0': {}
|
||||
|
||||
'@astrojs/markdown-remark@7.0.0-beta.3':
|
||||
'@astrojs/markdown-remark@7.0.0-beta.5':
|
||||
dependencies:
|
||||
'@astrojs/internal-helpers': 0.7.5
|
||||
'@astrojs/internal-helpers': 0.8.0-beta.0
|
||||
'@astrojs/prism': 4.0.0-beta.2
|
||||
github-slugger: 2.0.0
|
||||
hast-util-from-html: 2.0.3
|
||||
@@ -2724,10 +2724,10 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@astrojs/node@10.0.0-beta.0(astro@6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))':
|
||||
'@astrojs/node@10.0.0-beta.2(astro@6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))':
|
||||
dependencies:
|
||||
'@astrojs/internal-helpers': 0.7.5
|
||||
astro: 6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
'@astrojs/internal-helpers': 0.8.0-beta.0
|
||||
astro: 6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
send: 1.2.1
|
||||
server-destroy: 1.0.1
|
||||
transitivePeerDependencies:
|
||||
@@ -2754,15 +2754,15 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@astrojs/vue@6.0.0-beta.0(@types/node@25.2.1)(astro@6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(vue@3.5.27(typescript@5.7.3))(yaml@2.7.0)':
|
||||
'@astrojs/vue@6.0.0-beta.0(@types/node@25.2.2)(astro@6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(vue@3.5.28(typescript@5.7.3))(yaml@2.7.0)':
|
||||
dependencies:
|
||||
'@vitejs/plugin-vue': 5.2.4(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3))
|
||||
'@vitejs/plugin-vue-jsx': 4.2.0(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3))
|
||||
'@vue/compiler-sfc': 3.5.27
|
||||
astro: 6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite-plugin-vue-devtools: 7.7.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3))
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
'@vitejs/plugin-vue': 5.2.4(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3))
|
||||
'@vitejs/plugin-vue-jsx': 4.2.0(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3))
|
||||
'@vue/compiler-sfc': 3.5.28
|
||||
astro: 6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite-plugin-vue-devtools: 7.7.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3))
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- '@types/node'
|
||||
@@ -3139,9 +3139,9 @@ snapshots:
|
||||
|
||||
'@fontsource-variable/roboto-slab@5.2.8': {}
|
||||
|
||||
'@heroicons/vue@2.2.0(vue@3.5.27(typescript@5.7.3))':
|
||||
'@heroicons/vue@2.2.0(vue@3.5.28(typescript@5.7.3))':
|
||||
dependencies:
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
|
||||
'@iconify-json/heroicons@1.2.3':
|
||||
dependencies:
|
||||
@@ -3487,12 +3487,12 @@ snapshots:
|
||||
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.18
|
||||
'@tailwindcss/oxide-win32-x64-msvc': 4.1.18
|
||||
|
||||
'@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))':
|
||||
'@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))':
|
||||
dependencies:
|
||||
'@tailwindcss/node': 4.1.18
|
||||
'@tailwindcss/oxide': 4.1.18
|
||||
tailwindcss: 4.1.18
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
|
||||
'@trysound/sax@0.2.0': {}
|
||||
|
||||
@@ -3516,13 +3516,13 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/unist': 3.0.3
|
||||
|
||||
'@types/node@25.2.1':
|
||||
'@types/node@25.2.2':
|
||||
dependencies:
|
||||
undici-types: 7.16.0
|
||||
|
||||
'@types/nodemailer@7.0.9':
|
||||
dependencies:
|
||||
'@types/node': 25.2.1
|
||||
'@types/node': 25.2.2
|
||||
|
||||
'@types/unist@3.0.3': {}
|
||||
|
||||
@@ -3530,26 +3530,26 @@ snapshots:
|
||||
|
||||
'@types/yauzl@2.10.3':
|
||||
dependencies:
|
||||
'@types/node': 25.2.1
|
||||
'@types/node': 25.2.2
|
||||
optional: true
|
||||
|
||||
'@ungap/structured-clone@1.3.0': {}
|
||||
|
||||
'@vitejs/plugin-vue-jsx@4.2.0(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3))':
|
||||
'@vitejs/plugin-vue-jsx@4.2.0(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.0
|
||||
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
||||
'@rolldown/pluginutils': 1.0.0-rc.3
|
||||
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vitejs/plugin-vue@5.2.4(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3))':
|
||||
'@vitejs/plugin-vue@5.2.4(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3))':
|
||||
dependencies:
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
|
||||
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
||||
|
||||
@@ -3563,7 +3563,7 @@ snapshots:
|
||||
'@babel/types': 7.29.0
|
||||
'@vue/babel-helper-vue-transform-on': 1.5.0
|
||||
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.29.0)
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/shared': 3.5.28
|
||||
optionalDependencies:
|
||||
'@babel/core': 7.29.0
|
||||
transitivePeerDependencies:
|
||||
@@ -3576,49 +3576,49 @@ snapshots:
|
||||
'@babel/helper-module-imports': 7.28.6
|
||||
'@babel/helper-plugin-utils': 7.28.6
|
||||
'@babel/parser': 7.29.0
|
||||
'@vue/compiler-sfc': 3.5.27
|
||||
'@vue/compiler-sfc': 3.5.28
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vue/compiler-core@3.5.27':
|
||||
'@vue/compiler-core@3.5.28':
|
||||
dependencies:
|
||||
'@babel/parser': 7.29.0
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/shared': 3.5.28
|
||||
entities: 7.0.1
|
||||
estree-walker: 2.0.2
|
||||
source-map-js: 1.2.1
|
||||
|
||||
'@vue/compiler-dom@3.5.27':
|
||||
'@vue/compiler-dom@3.5.28':
|
||||
dependencies:
|
||||
'@vue/compiler-core': 3.5.27
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/compiler-core': 3.5.28
|
||||
'@vue/shared': 3.5.28
|
||||
|
||||
'@vue/compiler-sfc@3.5.27':
|
||||
'@vue/compiler-sfc@3.5.28':
|
||||
dependencies:
|
||||
'@babel/parser': 7.29.0
|
||||
'@vue/compiler-core': 3.5.27
|
||||
'@vue/compiler-dom': 3.5.27
|
||||
'@vue/compiler-ssr': 3.5.27
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/compiler-core': 3.5.28
|
||||
'@vue/compiler-dom': 3.5.28
|
||||
'@vue/compiler-ssr': 3.5.28
|
||||
'@vue/shared': 3.5.28
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.30.21
|
||||
postcss: 8.5.6
|
||||
source-map-js: 1.2.1
|
||||
|
||||
'@vue/compiler-ssr@3.5.27':
|
||||
'@vue/compiler-ssr@3.5.28':
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.5.27
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/compiler-dom': 3.5.28
|
||||
'@vue/shared': 3.5.28
|
||||
|
||||
'@vue/devtools-core@7.7.9(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3))':
|
||||
'@vue/devtools-core@7.7.9(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@vue/devtools-kit': 7.7.9
|
||||
'@vue/devtools-shared': 7.7.9
|
||||
mitt: 3.0.1
|
||||
nanoid: 5.1.6
|
||||
pathe: 2.0.3
|
||||
vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
transitivePeerDependencies:
|
||||
- vite
|
||||
|
||||
@@ -3636,46 +3636,46 @@ snapshots:
|
||||
dependencies:
|
||||
rfdc: 1.4.1
|
||||
|
||||
'@vue/reactivity@3.5.27':
|
||||
'@vue/reactivity@3.5.28':
|
||||
dependencies:
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/shared': 3.5.28
|
||||
|
||||
'@vue/runtime-core@3.5.27':
|
||||
'@vue/runtime-core@3.5.28':
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.5.27
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/reactivity': 3.5.28
|
||||
'@vue/shared': 3.5.28
|
||||
|
||||
'@vue/runtime-dom@3.5.27':
|
||||
'@vue/runtime-dom@3.5.28':
|
||||
dependencies:
|
||||
'@vue/reactivity': 3.5.27
|
||||
'@vue/runtime-core': 3.5.27
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/reactivity': 3.5.28
|
||||
'@vue/runtime-core': 3.5.28
|
||||
'@vue/shared': 3.5.28
|
||||
csstype: 3.2.3
|
||||
|
||||
'@vue/server-renderer@3.5.27(vue@3.5.27(typescript@5.7.3))':
|
||||
'@vue/server-renderer@3.5.28(vue@3.5.28(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@vue/compiler-ssr': 3.5.27
|
||||
'@vue/shared': 3.5.27
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
'@vue/compiler-ssr': 3.5.28
|
||||
'@vue/shared': 3.5.28
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
|
||||
'@vue/shared@3.5.27': {}
|
||||
'@vue/shared@3.5.28': {}
|
||||
|
||||
'@vueuse/core@14.1.0(vue@3.5.27(typescript@5.7.3))':
|
||||
'@vueuse/core@14.1.0(vue@3.5.28(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.21
|
||||
'@vueuse/metadata': 14.1.0
|
||||
'@vueuse/shared': 14.1.0(vue@3.5.27(typescript@5.7.3))
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
'@vueuse/shared': 14.1.0(vue@3.5.28(typescript@5.7.3))
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
|
||||
'@vueuse/metadata@14.1.0': {}
|
||||
|
||||
'@vueuse/shared@14.1.0(vue@3.5.27(typescript@5.7.3))':
|
||||
'@vueuse/shared@14.1.0(vue@3.5.28(typescript@5.7.3))':
|
||||
dependencies:
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
|
||||
'@yeskunall/astro-umami@0.0.7(astro@6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))':
|
||||
'@yeskunall/astro-umami@0.0.7(astro@6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0))':
|
||||
dependencies:
|
||||
astro: 6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
astro: 6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0)
|
||||
|
||||
acorn@8.15.0: {}
|
||||
|
||||
@@ -3708,11 +3708,11 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
astro@6.0.0-beta.6(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0):
|
||||
astro@6.0.0-beta.9(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.57.1)(typescript@5.7.3)(yaml@2.7.0):
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.0.0-render-script-20251003120459
|
||||
'@astrojs/internal-helpers': 0.7.5
|
||||
'@astrojs/markdown-remark': 7.0.0-beta.3
|
||||
'@astrojs/internal-helpers': 0.8.0-beta.0
|
||||
'@astrojs/markdown-remark': 7.0.0-beta.5
|
||||
'@astrojs/telemetry': 3.3.0
|
||||
'@capsizecss/unpack': 4.0.0
|
||||
'@oslojs/encoding': 1.1.0
|
||||
@@ -3762,8 +3762,8 @@ snapshots:
|
||||
unist-util-visit: 5.1.0
|
||||
unstorage: 1.17.4
|
||||
vfile: 6.0.3
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vitefu: 1.1.1(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vitefu: 1.1.1(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
xxhash-wasm: 1.1.0
|
||||
yargs-parser: 22.0.0
|
||||
yocto-spinner: 1.1.0
|
||||
@@ -3876,7 +3876,7 @@ snapshots:
|
||||
parse5: 7.3.0
|
||||
parse5-htmlparser2-tree-adapter: 7.1.0
|
||||
parse5-parser-stream: 7.1.2
|
||||
undici: 7.20.0
|
||||
undici: 7.21.0
|
||||
whatwg-mimetype: 4.0.0
|
||||
|
||||
chokidar@5.0.0:
|
||||
@@ -3901,7 +3901,7 @@ snapshots:
|
||||
|
||||
confbox@0.1.8: {}
|
||||
|
||||
confbox@0.2.2: {}
|
||||
confbox@0.2.4: {}
|
||||
|
||||
convert-source-map@2.0.0: {}
|
||||
|
||||
@@ -4176,9 +4176,9 @@ snapshots:
|
||||
dependencies:
|
||||
tiny-inflate: 1.0.3
|
||||
|
||||
framer-motion@12.33.0:
|
||||
framer-motion@12.34.0:
|
||||
dependencies:
|
||||
motion-dom: 12.33.0
|
||||
motion-dom: 12.34.0
|
||||
motion-utils: 12.29.2
|
||||
tslib: 2.8.1
|
||||
|
||||
@@ -4803,19 +4803,19 @@ snapshots:
|
||||
pkg-types: 1.3.1
|
||||
ufo: 1.6.3
|
||||
|
||||
motion-dom@12.33.0:
|
||||
motion-dom@12.34.0:
|
||||
dependencies:
|
||||
motion-utils: 12.29.2
|
||||
|
||||
motion-utils@12.29.2: {}
|
||||
|
||||
motion-v@1.10.2(@vueuse/core@14.1.0(vue@3.5.27(typescript@5.7.3)))(vue@3.5.27(typescript@5.7.3)):
|
||||
motion-v@1.10.2(@vueuse/core@14.1.0(vue@3.5.28(typescript@5.7.3)))(vue@3.5.28(typescript@5.7.3)):
|
||||
dependencies:
|
||||
'@vueuse/core': 14.1.0(vue@3.5.27(typescript@5.7.3))
|
||||
framer-motion: 12.33.0
|
||||
'@vueuse/core': 14.1.0(vue@3.5.28(typescript@5.7.3))
|
||||
framer-motion: 12.34.0
|
||||
hey-listen: 1.0.8
|
||||
motion-dom: 12.33.0
|
||||
vue: 3.5.27(typescript@5.7.3)
|
||||
motion-dom: 12.34.0
|
||||
vue: 3.5.28(typescript@5.7.3)
|
||||
transitivePeerDependencies:
|
||||
- '@emotion/is-prop-valid'
|
||||
- react
|
||||
@@ -4841,7 +4841,7 @@ snapshots:
|
||||
|
||||
node-releases@2.0.27: {}
|
||||
|
||||
nodemailer@8.0.0: {}
|
||||
nodemailer@8.0.1: {}
|
||||
|
||||
normalize-path@3.0.0: {}
|
||||
|
||||
@@ -4948,7 +4948,7 @@ snapshots:
|
||||
|
||||
pkg-types@2.3.0:
|
||||
dependencies:
|
||||
confbox: 0.2.2
|
||||
confbox: 0.2.4
|
||||
exsolve: 1.0.8
|
||||
pathe: 2.0.3
|
||||
|
||||
@@ -5316,7 +5316,7 @@ snapshots:
|
||||
|
||||
undici-types@7.16.0: {}
|
||||
|
||||
undici@7.20.0: {}
|
||||
undici@7.21.0: {}
|
||||
|
||||
unicorn-magic@0.3.0: {}
|
||||
|
||||
@@ -5412,11 +5412,11 @@ snapshots:
|
||||
'@types/unist': 3.0.3
|
||||
vfile-message: 4.0.3
|
||||
|
||||
vite-hot-client@2.1.0(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
vite-hot-client@2.1.0(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
dependencies:
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
|
||||
vite-plugin-inspect@0.8.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
vite-plugin-inspect@0.8.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
'@rollup/pluginutils': 5.3.0(rollup@4.57.1)
|
||||
@@ -5427,28 +5427,28 @@ snapshots:
|
||||
perfect-debounce: 1.0.0
|
||||
picocolors: 1.1.1
|
||||
sirv: 3.0.2
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
|
||||
vite-plugin-vue-devtools@7.7.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3)):
|
||||
vite-plugin-vue-devtools@7.7.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3)):
|
||||
dependencies:
|
||||
'@vue/devtools-core': 7.7.9(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.27(typescript@5.7.3))
|
||||
'@vue/devtools-core': 7.7.9(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))(vue@3.5.28(typescript@5.7.3))
|
||||
'@vue/devtools-kit': 7.7.9
|
||||
'@vue/devtools-shared': 7.7.9
|
||||
execa: 9.6.1
|
||||
sirv: 3.0.2
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite-plugin-inspect: 0.8.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
vite-plugin-vue-inspector: 5.3.2(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite-plugin-inspect: 0.8.9(rollup@4.57.1)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
vite-plugin-vue-inspector: 5.3.2(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0))
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- rollup
|
||||
- supports-color
|
||||
- vue
|
||||
|
||||
vite-plugin-vue-inspector@5.3.2(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
vite-plugin-vue-inspector@5.3.2(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.0
|
||||
'@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
|
||||
@@ -5456,14 +5456,14 @@ snapshots:
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0)
|
||||
'@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
|
||||
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
|
||||
'@vue/compiler-dom': 3.5.27
|
||||
'@vue/compiler-dom': 3.5.28
|
||||
kolorist: 1.8.0
|
||||
magic-string: 0.30.21
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0):
|
||||
vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0):
|
||||
dependencies:
|
||||
esbuild: 0.27.3
|
||||
fdir: 6.5.0(picomatch@4.0.3)
|
||||
@@ -5472,23 +5472,23 @@ snapshots:
|
||||
rollup: 4.57.1
|
||||
tinyglobby: 0.2.15
|
||||
optionalDependencies:
|
||||
'@types/node': 25.2.1
|
||||
'@types/node': 25.2.2
|
||||
fsevents: 2.3.3
|
||||
jiti: 2.6.1
|
||||
lightningcss: 1.30.2
|
||||
yaml: 2.7.0
|
||||
|
||||
vitefu@1.1.1(vite@7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
vitefu@1.1.1(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)):
|
||||
optionalDependencies:
|
||||
vite: 7.3.1(@types/node@25.2.1)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.7.0)
|
||||
|
||||
vue@3.5.27(typescript@5.7.3):
|
||||
vue@3.5.28(typescript@5.7.3):
|
||||
dependencies:
|
||||
'@vue/compiler-dom': 3.5.27
|
||||
'@vue/compiler-sfc': 3.5.27
|
||||
'@vue/runtime-dom': 3.5.27
|
||||
'@vue/server-renderer': 3.5.27(vue@3.5.27(typescript@5.7.3))
|
||||
'@vue/shared': 3.5.27
|
||||
'@vue/compiler-dom': 3.5.28
|
||||
'@vue/compiler-sfc': 3.5.28
|
||||
'@vue/runtime-dom': 3.5.28
|
||||
'@vue/server-renderer': 3.5.28(vue@3.5.28(typescript@5.7.3))
|
||||
'@vue/shared': 3.5.28
|
||||
optionalDependencies:
|
||||
typescript: 5.7.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user