From acfb26068d29396979afe315de0f2dbb7f51738f Mon Sep 17 00:00:00 2001 From: phroi <90913182+phroi@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:41:47 +0700 Subject: [PATCH] Add devcontainer.json and update deps --- .gitignore | 1 + package.json | 28 +- pnpm-lock.yaml | 1123 +++++++++++++++++++++++------------------------- vite.config.ts | 5 + 4 files changed, 562 insertions(+), 595 deletions(-) diff --git a/.gitignore b/.gitignore index a547bf3..d6b5c45 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +.pnpm-store # Editor directories and files .vscode/* diff --git a/package.json b/package.json index cf521d4..7907686 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", - "preview": "vite preview" + "preview": "vite preview", + "refresh": "pnpm self-update && corepack use pnpm@latest && pnpm up" }, "dependencies": { "@ckb-ccc/ccc": "latest", @@ -18,29 +19,30 @@ "@ckb-lumos/rpc": "^0.23.0", "@ickb/lumos-utils": "1.4.2", "@ickb/v1-core": "1.4.2", - "@tanstack/react-query": "^5.61.5", + "@tanstack/react-query": "^5.62.8", "immutable": "^4.3.7", - "react": "rc", - "react-dom": "rc" + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "devDependencies": { - "@babel/preset-react": "^7.25.9", + "@babel/preset-react": "^7.26.3", "@tailwindcss/vite": "next", - "@types/react": "npm:types-react@rc", - "@types/react-dom": "npm:types-react-dom@rc", + "@types/react": "^19.0.2", + "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "canary", "@typescript-eslint/parser": "canary", + "@vitejs/plugin-basic-ssl": "^1.2.0", "@vitejs/plugin-react": "^4.3.4", "babel-plugin-react-compiler": "latest", - "eslint": "^9.15.0", + "eslint": "^9.17.0", "eslint-plugin-react-compiler": "latest", - "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-react-refresh": "^0.4.14", - "prettier": "^3.4.1", + "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-refresh": "^0.4.16", + "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "next", "typescript": "next", "vite": "^5.4.11" }, - "packageManager": "pnpm@9.14.2+sha256.06e65a4965baff6d6097f9c8f75c35f6d420974dbc03d775009056a69edfd271" -} + "packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf" +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73be40a..cae7757 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: '@ckb-ccc/ccc': specifier: latest - version: 0.0.16-alpha.7(typescript@5.8.0-dev.20241128)(zod@3.23.8) + version: 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) '@ckb-lumos/base': specifier: ^0.23.0 version: 0.23.0 @@ -36,66 +36,69 @@ importers: specifier: 1.4.2 version: 1.4.2 '@tanstack/react-query': - specifier: ^5.61.5 - version: 5.61.5(react@19.0.0-rc.1) + specifier: ^5.62.8 + version: 5.62.8(react@19.0.0) + '@vitejs/plugin-basic-ssl': + specifier: ^1.2.0 + version: 1.2.0(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2)) immutable: specifier: ^4.3.7 version: 4.3.7 react: - specifier: rc - version: 19.0.0-rc.1 + specifier: ^19.0.0 + version: 19.0.0 react-dom: - specifier: rc - version: 19.0.0-rc.1(react@19.0.0-rc.1) + specifier: ^19.0.0 + version: 19.0.0(react@19.0.0) devDependencies: '@babel/preset-react': - specifier: ^7.25.9 - version: 7.25.9(@babel/core@7.26.0) + specifier: ^7.26.3 + version: 7.26.3(@babel/core@7.26.0) '@tailwindcss/vite': specifier: next - version: 4.0.0-beta.3(@babel/core@7.26.0)(postcss@8.4.49)(typescript@5.8.0-dev.20241128)(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2)) + version: 4.0.0-beta.8(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2)) '@types/react': - specifier: npm:types-react@rc - version: types-react@19.0.0-rc.1 + specifier: ^19.0.2 + version: 19.0.2 '@types/react-dom': - specifier: npm:types-react-dom@rc - version: types-react-dom@19.0.0-rc.1 + specifier: ^19.0.2 + version: 19.0.2(@types/react@19.0.2) '@typescript-eslint/eslint-plugin': specifier: canary - version: 8.16.1-alpha.3(@typescript-eslint/parser@8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128))(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128) + version: 8.18.2-alpha.1(@typescript-eslint/parser@8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220))(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220) '@typescript-eslint/parser': specifier: canary - version: 8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128) + version: 8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2)) babel-plugin-react-compiler: specifier: latest - version: 19.0.0-beta-df7b47d-20241124 + version: 19.0.0-beta-201e55d-20241215 eslint: - specifier: ^9.15.0 - version: 9.15.0(jiti@2.4.0) + specifier: ^9.17.0 + version: 9.17.0(jiti@2.4.2) eslint-plugin-react-compiler: specifier: latest - version: 19.0.0-beta-df7b47d-20241124(eslint@9.15.0(jiti@2.4.0)) + version: 19.0.0-beta-201e55d-20241215(eslint@9.17.0(jiti@2.4.2)) eslint-plugin-react-hooks: - specifier: ^5.0.0 - version: 5.0.0(eslint@9.15.0(jiti@2.4.0)) + specifier: ^5.1.0 + version: 5.1.0(eslint@9.17.0(jiti@2.4.2)) eslint-plugin-react-refresh: - specifier: ^0.4.14 - version: 0.4.14(eslint@9.15.0(jiti@2.4.0)) + specifier: ^0.4.16 + version: 0.4.16(eslint@9.17.0(jiti@2.4.2)) prettier: - specifier: ^3.4.1 - version: 3.4.1 + specifier: ^3.4.2 + version: 3.4.2 prettier-plugin-tailwindcss: specifier: ^0.6.9 - version: 0.6.9(prettier@3.4.1) + version: 0.6.9(prettier@3.4.2) tailwindcss: specifier: next - version: 4.0.0-beta.3 + version: 4.0.0-beta.8 typescript: specifier: next - version: 5.8.0-dev.20241128 + version: 5.8.0-dev.20241220 vite: specifier: ^5.4.11 version: 5.4.11(@types/node@22.7.5)(lightningcss@1.28.2) @@ -113,16 +116,16 @@ packages: resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.2': - resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} + '@babel/compat-data@7.26.3': + resolution: {integrity: sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==} engines: {node: '>=6.9.0'} '@babel/core@7.26.0': resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.2': - resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} + '@babel/generator@7.26.3': + resolution: {integrity: sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.25.9': @@ -187,19 +190,20 @@ packages: resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.26.2': - resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} + '@babel/parser@7.26.3': + resolution: {integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-syntax-jsx@7.25.9': - resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} + '@babel/plugin-proposal-private-methods@7.18.6': + resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.25.9': - resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==} + '@babel/plugin-syntax-jsx@7.25.9': + resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -240,8 +244,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-react@7.25.9': - resolution: {integrity: sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==} + '@babel/preset-react@7.26.3': + resolution: {integrity: sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -250,43 +254,43 @@ packages: resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.9': - resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} + '@babel/traverse@7.26.4': + resolution: {integrity: sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.0': - resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} + '@babel/types@7.26.3': + resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} engines: {node: '>=6.9.0'} - '@ckb-ccc/ccc@0.0.16-alpha.7': - resolution: {integrity: sha512-7U/r4hCL8u81u8416l+eFfpsMtcQmSvmD+zISJQOuZwuzi2aNvaZpqHy9b45Tqz1Xp9NOz0qH6zALSqBrcGdDg==} + '@ckb-ccc/ccc@0.0.18': + resolution: {integrity: sha512-14NiVPaMIqXmOMT6CjjWLz26r72h/ORAzSQ6+cKoDwyQv679YcQyBIU1HE+6hJz+za9beiA5Kkig+wDNZsNvEg==} - '@ckb-ccc/core@0.1.0-alpha.5': - resolution: {integrity: sha512-SaRo31E7cCmT+YZYsebK+2qWF/xyHiyCjOB6hylTpiGQIyx5L3Y1a5ILYR7ew6qjzxLYXxmBIG/baiE56ifY8A==} + '@ckb-ccc/core@0.1.2': + resolution: {integrity: sha512-QAvEm33KySNAQEsm4HKCF7P4WWvk8w/fuMzYPcp/2Zww+xI+FUdQdzXK9UvgqjuFihX1bRF1r5PDg3TxTL/ajA==} - '@ckb-ccc/eip6963@0.0.16-alpha.5': - resolution: {integrity: sha512-QgargAINBw9vLuEDU0sM2CDe+uSGijKPyaiMgf8I4hiDbJhYvuAWKbifrJMdD8YVrDMrgM7iHZeoCPUv6WlDdQ==} + '@ckb-ccc/eip6963@0.0.18': + resolution: {integrity: sha512-pcnc9vGiQjjKFmvvoYGUOCVM/DIGD/TRkcgwTKF2he1xXcn9tsJn1dWFUp/xy+YY2ZGN15IkvXRyxrcTWyPrJw==} - '@ckb-ccc/joy-id@0.0.16-alpha.5': - resolution: {integrity: sha512-qnUGTXH42vZ+oItXhSjub36nEio7AJ5v4Q2aZ+zM5DbbZ06cw20kdLZVxra6SSnDO/jco1M2LdBVE75U5rE6Ww==} + '@ckb-ccc/joy-id@0.0.18': + resolution: {integrity: sha512-mlW31SLAmw9gAfTFDDOnVG1zsJyULADPLrmIB3dEbYDtp3EQylBa0OFT9A9IQ2sManIAneAjp6dtgyZJYfyAAg==} - '@ckb-ccc/nip07@0.0.16-alpha.5': - resolution: {integrity: sha512-WWMLFvxSfXQFfuLRf7WaFYSk18Ppu4DRN4IT/oC5Vry/J7p/g0JJYGt04evBYPDytpZ0VuAoxPSSn8km3qGYSw==} + '@ckb-ccc/nip07@0.0.18': + resolution: {integrity: sha512-VTf2rgFGEstQVnkqtT5//ym1J+kAmEPKH0Hsynk84Z6qYoAqT2msaZpnuAWuLLhHowTjs2V3I7My12Pt640S/w==} - '@ckb-ccc/okx@0.0.16-alpha.5': - resolution: {integrity: sha512-E5leOp2QV9gyemIqD0U15xCnWE1bEw82ZwusfgBzFPEBvBy5Zrn4WMNslNPxhAe8nswQ06uCGybDxH/rhBPAFQ==} + '@ckb-ccc/okx@0.0.18': + resolution: {integrity: sha512-FUIdnNPRQG4//n31Nt5a4+T8sX0zGrM135vjR3rFaEGF/LcYUAkg/T6ecU7e2/c11oChkUqbMzw8LSC580Uxvg==} - '@ckb-ccc/rei@0.0.16-alpha.5': - resolution: {integrity: sha512-t13ubNBSVvp9zjHJ4XDRGlor1jmzHbCQoSmh21RgSmenAsFwFn1Pht7FVWtSkiLgYwlRPG8Mr+tg65xPiM3xzA==} + '@ckb-ccc/rei@0.0.18': + resolution: {integrity: sha512-0HMmnZQ7CQtSfJC4k4r1AsmbW7kyIu5Ernf7xRK20bQ6m0Y7XWVikTj+kJHdJBHHjFxVPIXhwHdYm3yFA8ZnGQ==} - '@ckb-ccc/uni-sat@0.0.16-alpha.5': - resolution: {integrity: sha512-B6JRmIfKlSqPqPMV5L/kX6qVCcxforBkEKNuMJeRiIvPDHrIFCXEGwgLISHuEC/6NMT8C6VODTJ7e8ZK3h3V3A==} + '@ckb-ccc/uni-sat@0.0.18': + resolution: {integrity: sha512-hA+aZh4sVVrtHKvQUroq9S5mc4eUBAp1ybq4SYlUwUpzyPhONKDhKPvRWdljOeSY57cO14GkB2oPC3N9W2LYrw==} - '@ckb-ccc/utxo-global@0.0.16-alpha.5': - resolution: {integrity: sha512-fHxeNCVF4yjp30tCmDyMqnMn5h+VKTwt0BKVScRUlNZSCYzVllPi1Oe93AVir0s1Z0TdbtMWz0aV1VtPfiG81g==} + '@ckb-ccc/utxo-global@0.0.18': + resolution: {integrity: sha512-uLuLljdravdQ3C3XrYclZJiLOgww2/csb10adWyNvoqhDMMKignmQbxGFgB5TPT2on07K5Ynn+kGM4vkErKp8g==} - '@ckb-ccc/xverse@0.0.15-alpha.7': - resolution: {integrity: sha512-/WC8QgrRG5I8J5qSuM00Y/cAFdDznruRSl4SAbf+pLIw0huc4syOes+SB1Fp0pFy9AuZexiOIOtVP/SQImHKnw==} + '@ckb-ccc/xverse@0.0.17': + resolution: {integrity: sha512-2cPMoXYCY5heYpJOm/ENZDGFnF0mWogZeiPQGsbxsYYCRXgFVa9N5UY9qaqc1R3CronQeiGfokuv0CF9pZuv7w==} '@ckb-lumos/base@0.23.0': resolution: {integrity: sha512-8aLFsUyWIK0rT7GQlYFuXyiG5lQ2bLRK2GvUsxv5G7I3nJ1UyxjwvVOdtlsR/cwhzOam3ujwqASqBIayBL6GLA==} @@ -476,28 +480,28 @@ packages: resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/config-array@0.19.0': - resolution: {integrity: sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==} + '@eslint/config-array@0.19.1': + resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.9.0': - resolution: {integrity: sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==} + '@eslint/core@0.9.1': + resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/eslintrc@3.2.0': resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.15.0': - resolution: {integrity: sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==} + '@eslint/js@9.17.0': + resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/object-schema@2.1.4': - resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} + '@eslint/object-schema@2.1.5': + resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.2.3': - resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==} + '@eslint/plugin-kit@0.2.4': + resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@humanfs/core@0.19.1': @@ -526,14 +530,14 @@ packages: '@ickb/v1-core@1.4.2': resolution: {integrity: sha512-39UKHX2DnCO9fWvM2nqLnDHLzHFSNuaWmTnNfc8Tg4/XD/1iNhafKsqcQXtExcHXji5iUPtAbGWqA4H8beIlhw==} - '@joyid/ckb@1.0.1': - resolution: {integrity: sha512-pKAJouigChqcwKgtLw4RNOwi+nBh3NVjpU+qZd+uu3wmoTpivnSRLbJH8/SlkgQcWn2aJ+mDJchR8GpQYh5H6Q==} + '@joyid/ckb@1.1.0': + resolution: {integrity: sha512-idexvr4sY28ij1RfVkIZ46EVbeOqnmrxsWj1YV6H/AAv+tM/fT2ODh3ETaN4EE0FRvJMulZppMXPDiPVuiVBUg==} '@joyid/common@0.2.0': resolution: {integrity: sha512-WBZtgdEccWxjiGHIoDgRFIbnC42ZvmfvFRCTxmx9D4BLvtiFdhAa+g70lUmiHwO28GjgHIHgzHRGNRdLuk81xw==} - '@jridgewell/gen-mapping@0.3.5': - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + '@jridgewell/gen-mapping@0.3.8': + resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} engines: {node: '>=6.0.0'} '@jridgewell/resolve-uri@3.1.2': @@ -590,179 +594,184 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@rollup/rollup-android-arm-eabi@4.27.4': - resolution: {integrity: sha512-2Y3JT6f5MrQkICUyRVCw4oa0sutfAsgaSsb0Lmmy1Wi2y7X5vT9Euqw4gOsCyy0YfKURBg35nhUKZS4mDcfULw==} + '@rollup/rollup-android-arm-eabi@4.28.1': + resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.27.4': - resolution: {integrity: sha512-wzKRQXISyi9UdCVRqEd0H4cMpzvHYt1f/C3CoIjES6cG++RHKhrBj2+29nPF0IB5kpy9MS71vs07fvrNGAl/iA==} + '@rollup/rollup-android-arm64@4.28.1': + resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.27.4': - resolution: {integrity: sha512-PlNiRQapift4LNS8DPUHuDX/IdXiLjf8mc5vdEmUR0fF/pyy2qWwzdLjB+iZquGr8LuN4LnUoSEvKRwjSVYz3Q==} + '@rollup/rollup-darwin-arm64@4.28.1': + resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.27.4': - resolution: {integrity: sha512-o9bH2dbdgBDJaXWJCDTNDYa171ACUdzpxSZt+u/AAeQ20Nk5x+IhA+zsGmrQtpkLiumRJEYef68gcpn2ooXhSQ==} + '@rollup/rollup-darwin-x64@4.28.1': + resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.27.4': - resolution: {integrity: sha512-NBI2/i2hT9Q+HySSHTBh52da7isru4aAAo6qC3I7QFVsuhxi2gM8t/EI9EVcILiHLj1vfi+VGGPaLOUENn7pmw==} + '@rollup/rollup-freebsd-arm64@4.28.1': + resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.27.4': - resolution: {integrity: sha512-wYcC5ycW2zvqtDYrE7deary2P2UFmSh85PUpAx+dwTCO9uw3sgzD6Gv9n5X4vLaQKsrfTSZZ7Z7uynQozPVvWA==} + '@rollup/rollup-freebsd-x64@4.28.1': + resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.27.4': - resolution: {integrity: sha512-9OwUnK/xKw6DyRlgx8UizeqRFOfi9mf5TYCw1uolDaJSbUmBxP85DE6T4ouCMoN6pXw8ZoTeZCSEfSaYo+/s1w==} + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': + resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.27.4': - resolution: {integrity: sha512-Vgdo4fpuphS9V24WOV+KwkCVJ72u7idTgQaBoLRD0UxBAWTF9GWurJO9YD9yh00BzbkhpeXtm6na+MvJU7Z73A==} + '@rollup/rollup-linux-arm-musleabihf@4.28.1': + resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.27.4': - resolution: {integrity: sha512-pleyNgyd1kkBkw2kOqlBx+0atfIIkkExOTiifoODo6qKDSpnc6WzUY5RhHdmTdIJXBdSnh6JknnYTtmQyobrVg==} + '@rollup/rollup-linux-arm64-gnu@4.28.1': + resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.27.4': - resolution: {integrity: sha512-caluiUXvUuVyCHr5DxL8ohaaFFzPGmgmMvwmqAITMpV/Q+tPoaHZ/PWa3t8B2WyoRcIIuu1hkaW5KkeTDNSnMA==} + '@rollup/rollup-linux-arm64-musl@4.28.1': + resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.27.4': - resolution: {integrity: sha512-FScrpHrO60hARyHh7s1zHE97u0KlT/RECzCKAdmI+LEoC1eDh/RDji9JgFqyO+wPDb86Oa/sXkily1+oi4FzJQ==} + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': + resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==} + cpu: [loong64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': + resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.27.4': - resolution: {integrity: sha512-qyyprhyGb7+RBfMPeww9FlHwKkCXdKHeGgSqmIXw9VSUtvyFZ6WZRtnxgbuz76FK7LyoN8t/eINRbPUcvXB5fw==} + '@rollup/rollup-linux-riscv64-gnu@4.28.1': + resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.27.4': - resolution: {integrity: sha512-PFz+y2kb6tbh7m3A7nA9++eInGcDVZUACulf/KzDtovvdTizHpZaJty7Gp0lFwSQcrnebHOqxF1MaKZd7psVRg==} + '@rollup/rollup-linux-s390x-gnu@4.28.1': + resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.27.4': - resolution: {integrity: sha512-Ni8mMtfo+o/G7DVtweXXV/Ol2TFf63KYjTtoZ5f078AUgJTmaIJnj4JFU7TK/9SVWTaSJGxPi5zMDgK4w+Ez7Q==} + '@rollup/rollup-linux-x64-gnu@4.28.1': + resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.27.4': - resolution: {integrity: sha512-5AeeAF1PB9TUzD+3cROzFTnAJAcVUGLuR8ng0E0WXGkYhp6RD6L+6szYVX+64Rs0r72019KHZS1ka1q+zU/wUw==} + '@rollup/rollup-linux-x64-musl@4.28.1': + resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.27.4': - resolution: {integrity: sha512-yOpVsA4K5qVwu2CaS3hHxluWIK5HQTjNV4tWjQXluMiiiu4pJj4BN98CvxohNCpcjMeTXk/ZMJBRbgRg8HBB6A==} + '@rollup/rollup-win32-arm64-msvc@4.28.1': + resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.27.4': - resolution: {integrity: sha512-KtwEJOaHAVJlxV92rNYiG9JQwQAdhBlrjNRp7P9L8Cb4Rer3in+0A+IPhJC9y68WAi9H0sX4AiG2NTsVlmqJeQ==} + '@rollup/rollup-win32-ia32-msvc@4.28.1': + resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.27.4': - resolution: {integrity: sha512-3j4jx1TppORdTAoBJRd+/wJRGCPC0ETWkXOecJ6PPZLj6SptXkrXcNqdj0oclbKML6FkQltdz7bBA3rUSirZug==} + '@rollup/rollup-win32-x64-msvc@4.28.1': + resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==} cpu: [x64] os: [win32] - '@tailwindcss/node@4.0.0-beta.3': - resolution: {integrity: sha512-TPS/a/fsLwPU/p3VeSSKXfuhzKjvmMTJDIp8zVrcBmSk+GNbIrcjkc2p/KcvTSh7Zfw6xF/Z8cjA/JnTgMVjQA==} + '@tailwindcss/node@4.0.0-beta.8': + resolution: {integrity: sha512-ZbicJgFxo83IIH5eBm7CU3K1olsfud7/zg3+yG7P6+fZiufhh8FllM5QOJVxUEJ5zeB1V94Y+hTq5UOfu8ZloA==} - '@tailwindcss/oxide-android-arm64@4.0.0-beta.3': - resolution: {integrity: sha512-YXXoYFvzELo3YRzFIgJrcJCdw1p31xY2ONO1akZwajNjP+Ac8QdvjZejFJc4sLtnL5EXmYSOFv5w3Pa2gRzcAA==} + '@tailwindcss/oxide-android-arm64@4.0.0-beta.8': + resolution: {integrity: sha512-YY4g6INIl8VfDMig12pleAVRf1JPvYCNgIXfcvm9g9lxIGq2zkGPsp81BpMSTS+pGJmTGhOZq8ab/TOprtNkAQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.0.0-beta.3': - resolution: {integrity: sha512-ERDVLTEbjFOEnWEYQx8FWgAVl0gPhtoUJ8jXXhTcY4lIGQ/UNWg7amRwFF8jV2qOXUhMh1XppfsxemFMNl/XtQ==} + '@tailwindcss/oxide-darwin-arm64@4.0.0-beta.8': + resolution: {integrity: sha512-XUCjDaecPOt+mL7EngO6Yhj/ybNgxg9wi2oFuBECz3fj/VV9WQ8MwMDIdjEwrIm43BtwTvEugLIRO9I4KBbuuA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.0.0-beta.3': - resolution: {integrity: sha512-FE5rWGNDNS6q0eSZiuD6M9VmBZgyEep+h4Oq7K6Ei+62sRTD0CRyLNhuot/w/C/IrkZqi2t/spHJa4mM3YKNiQ==} + '@tailwindcss/oxide-darwin-x64@4.0.0-beta.8': + resolution: {integrity: sha512-iMBDpcRBJPt30iohlqJ+slpV+YoR7vL609Zsvzl432lEt6UWEwtKpvPXNuMUEVi7jjLLyyQ/tgM62alVzG1Hug==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tailwindcss/oxide-freebsd-x64@4.0.0-beta.3': - resolution: {integrity: sha512-CLmGpKpmtZpD/+9kvGmtDeY55OiwuePGsOpCrAZQ3PD40uNK2ghwWt+T/BmQJTI5RzsOPbMjzfzKmQthdtWZrg==} + '@tailwindcss/oxide-freebsd-x64@4.0.0-beta.8': + resolution: {integrity: sha512-iZY+svFyJHllFSaBOfASzOaSU6TLEx8sX+pZwpDExsDHG61o1xh69QJRAL4TJVW288y9kfNsrvcv4yRyn5fwfw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.0-beta.3': - resolution: {integrity: sha512-szLw3+50bgAubvoFrynnt6ELbiLd9A/rYpchfA5AnWUakz29IxP7ZYruCkOnYnW9+KRTNv4kFSsRlPJAEJY5sw==} + '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.0-beta.8': + resolution: {integrity: sha512-IqEJggh5x+WgJYz2pG5r5+sOTU1D7Tb/92bQdQGYU618b9hgLhigLIBlbLEuZIC89aTK+aDYvgeqTbKX8X2iuA==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm64-gnu@4.0.0-beta.3': - resolution: {integrity: sha512-BpsBhwgW1V152GQ7FepJR1zqq17oyl3pVe2UyTCIPv92xCwJQ+eDm2vTvaNF9L6dznBVpppMPPfDfxk4KGvgTg==} + '@tailwindcss/oxide-linux-arm64-gnu@4.0.0-beta.8': + resolution: {integrity: sha512-WieWtmho/wdI3gowTyJWtvqn921BtVDwzaKKFjPACZmX4a7UM0T4t4xDINc8M84lSzCzFBpk2wVykSIyqCXJZA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.0.0-beta.3': - resolution: {integrity: sha512-S4+PO+C10cG58sNb9qcjPN0A7q9UUxUFdGjetrNVN/t1JseFNOy1OhPp7oQCiXwCYye7vZzKNAUJK9nIGLAMEg==} + '@tailwindcss/oxide-linux-arm64-musl@4.0.0-beta.8': + resolution: {integrity: sha512-P+apWSDGGgCGbTHfyNxUe4+n3lIH6kV+7Y4QGCkBUx5o3L2RzZ2I2/kQNA5z60Moac0tUqX9mKF8AyCmGpBFCg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.0.0-beta.3': - resolution: {integrity: sha512-iAGIPAE26xNAbHSaTpu8N2+eG0csOpJ+ukOoKvoQWKArjIfquRw/7XNX1A6pTMvVteFvKPt4e305U7kdf3KtfA==} + '@tailwindcss/oxide-linux-x64-gnu@4.0.0-beta.8': + resolution: {integrity: sha512-6Xj+lHcW0WrsrtRtiHbBFFoJYfHDhscNKumYFyv6THFP9AMwrB/9jp3xPfx9q7Pp3OJf3l0VP8KhdI5MPEMBpw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.0.0-beta.3': - resolution: {integrity: sha512-dKeqjuK94YG+INIYpcfrynq9B5YkrBXEBsX26p1g0K6ai42nzO3Eg/fEadePSqGUBjL1CjtR4pChqaEUPNq1Xw==} + '@tailwindcss/oxide-linux-x64-musl@4.0.0-beta.8': + resolution: {integrity: sha512-RWeMlHrcS0Rj3tFhbwxkhnsLmsw8E6g0nHjDawNY0lTYi6PP5RZF7ghgzUbzMkjw6QcBJthycpXYXUCKPIZlpA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-win32-arm64-msvc@4.0.0-beta.3': - resolution: {integrity: sha512-AEHX9depJFa3GCxmV9s+abklPPo0OmL2uNpPBCumk6N4GLUpmXNpkDlEYeSgggHPRwoSyfvbs957Ahvf5E4v4w==} + '@tailwindcss/oxide-win32-arm64-msvc@4.0.0-beta.8': + resolution: {integrity: sha512-+FQFS2XjsHGlh+U/paIcUULLfkSmcBp9QzXkTu8UsEH6Ygp7L8RmMZshAr5dQDjXFKBvKHKJX4oIg/SP+VThgA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-x64-msvc@4.0.0-beta.3': - resolution: {integrity: sha512-hb24QffsW/9dM+6DgLv5VbTJKGLgfXMjIF47KLCqkhuZRvkQoSPHT6kXJSerEkO3rY3ptCxkPIhyfudACeHMSQ==} + '@tailwindcss/oxide-win32-x64-msvc@4.0.0-beta.8': + resolution: {integrity: sha512-5cuAwlDMlnUgzGdZjr+U3ILGbRh9JGmlALgSKo/92qm02NAjNjSSQ4vvh/hMv+mRk5RQDE5lXwDK5/+fGejOBg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.0.0-beta.3': - resolution: {integrity: sha512-uN9ZlT8w4LlktqzS3aH2SztfxixzTYGZqEaRQgVuBPkFfTahInX1+GEGNZwmZ/hadR2jkCuCqxg8z1IuhWsSbw==} + '@tailwindcss/oxide@4.0.0-beta.8': + resolution: {integrity: sha512-fpZkAwKDFuRNbxQZrXViij2D38R6qqgAnctBR9NPyHxZqYDjn3uyk75alrDnSGj4wUCTAhOCEX4HCI9xCgKGdA==} engines: {node: '>= 10'} - '@tailwindcss/vite@4.0.0-beta.3': - resolution: {integrity: sha512-OEnRluaa3hvjnCQhY11YN8GiPoUbXQL5Qb/727q+3FBiGA1vIqrVbIJ01Z256bkaZLCl+AUyqCGasRd2jsSVLA==} + '@tailwindcss/vite@4.0.0-beta.8': + resolution: {integrity: sha512-ZNlj0fdeH4/uWXafrXklZY+TgmN7wOHWHHBL4i3xzD4BflcCDZJkgJER/8baJCpagMzwWDnA6CyXDX+2q7lMRQ==} peerDependencies: - vite: ^5.2.0 + vite: ^5.2.0 || ^6 - '@tanstack/query-core@5.61.5': - resolution: {integrity: sha512-iG5vqurEOEbv+paP6kW3zPENa99kSIrd1THISJMaTwVlJ+N5yjVDNOUwp9McK2DWqWCXM3v13ubBbAyhxT78UQ==} + '@tanstack/query-core@5.62.8': + resolution: {integrity: sha512-4fV31vDsUyvNGrKIOUNPrZztoyL187bThnoQOvAXEVlZbSiuPONpfx53634MKKdvsDir5NyOGm80ShFaoHS/mw==} - '@tanstack/react-query@5.61.5': - resolution: {integrity: sha512-rjy8aqPgBBEz/rjJnpnuhi8TVkVTorMUsJlM3lMvrRb5wK6yzfk34Er0fnJ7w/4qyF01SnXsLB/QsTBsLF5PaQ==} + '@tanstack/react-query@5.62.8': + resolution: {integrity: sha512-8TUstKxF/fysHonZsWg/hnlDVgasTdHx6Q+f1/s/oPKJBJbKUWPZEHwLTMOZgrZuroLMiqYKJ9w69Abm8mWP0Q==} peerDependencies: react: ^18 || ^19 @@ -799,74 +808,67 @@ packages: '@types/node@22.7.5': resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==} - '@types/prop-types@15.7.13': - resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==} + '@types/react-dom@19.0.2': + resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} + peerDependencies: + '@types/react': ^19.0.0 - '@types/react@18.3.12': - resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==} + '@types/react@19.0.2': + resolution: {integrity: sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg==} - '@typescript-eslint/eslint-plugin@8.16.1-alpha.3': - resolution: {integrity: sha512-KTPsv8nvOv/O9yddNc564ZNcPtl6ETuZUmukNdOE1kCt6DnA+HBGBTBgNijAuKpvPxoTU+XpmyZI/szjZxPCEQ==} + '@typescript-eslint/eslint-plugin@8.18.2-alpha.1': + resolution: {integrity: sha512-zLwP4yYCkSAfBZgeNPfdrcJ4gKvM4yY5DtEmfZvRcqtU9oeawi8lOnMtOzW46nfSCGWU1jUCi8Rdo9tFQW+8Dg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.16.1-alpha.3': - resolution: {integrity: sha512-O38B68JTrIizKVEkS7ysKMYhMzy0XJeQd5IZ3Gp5c86OOKBXdYG3ZkMx/arvPEfk7EGIv0EoA38Mu9Ki3riHbA==} + '@typescript-eslint/parser@8.18.2-alpha.1': + resolution: {integrity: sha512-sM6sK6BZdDsqLnPqnZT5njhgVFd2tnROpna/lL+ZMqiJM1VglMli4WWChBeKUIVeQBJIB7xG7vK8IilQ3i6Wjg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.16.1-alpha.3': - resolution: {integrity: sha512-FtwlgiPMkjG/r+TJbR/q1T0cDB+x1kAzjDMoAcL3H1f+gI4x/TRga4j1w4BMn4i9awCzLqB2mG6cFXMcKRZ7wA==} + '@typescript-eslint/scope-manager@8.18.2-alpha.1': + resolution: {integrity: sha512-NrbLT8YEdtg0pwq69e1l0gFUVSefDCV/m1D2RVV5DFDibJGcHykJgZ0umsCnsbhe3F5rtgyMT6NZ5ZbCxq/X9A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.16.1-alpha.3': - resolution: {integrity: sha512-wvoFgxXjbCUX0On6Cr2VUG23eID/FlxbSThhNenN6frDNgBWLM1mHJggcvYJ8Bd4m5pi7M3RrqlGwm8XMxqeMQ==} + '@typescript-eslint/type-utils@8.18.2-alpha.1': + resolution: {integrity: sha512-KHvCdjAUGpLZv/lF939M2aK2SD4W8JscXDIoAlvIqwioYAtsdbLeDb9ItTsibsoTS8ht2hulCZMr+kijikMgnA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.16.1-alpha.3': - resolution: {integrity: sha512-PEVIM62aY0P0lmi7OZ2d6rdn2BCGamwAqsmGv2uQWbalcj0TStIiaNYBR26MDyeG0tj8yaYxM1JVpqqFplcJTg==} + '@typescript-eslint/types@8.18.2-alpha.1': + resolution: {integrity: sha512-Utu0EbCLaD954gWLEAF8hGS0ORqqrKALFfWYIuRPqWTwdaXo7SogUn2tnTKg52JpBRogyn5v68qgQZJaeH9DtQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.16.1-alpha.3': - resolution: {integrity: sha512-928mcvnsf9fWIAwFRZ8MpVuL8r/QoQv6RUgbf6qLzd81XcRHQBGxLhrFTyBM/BRh17CQcHQxDuym3yzntX2niQ==} + '@typescript-eslint/typescript-estree@8.18.2-alpha.1': + resolution: {integrity: sha512-8AGxIrF2S6Qv9k1FiILUw3c/kgq6Xze/kGdX3UVaeQU7tj/k/EfgtaGCaPB7ijJByvoSEjclaUfpThvmqaY+AA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.16.1-alpha.3': - resolution: {integrity: sha512-WV8d3xhAiGnYCibfMDK8Axf88wuZAReSPXfeNYuK8VqsfayL8EvneNP+sx4xdvG52aC/8wzjdvshPdZT+YWbhg==} + '@typescript-eslint/utils@8.18.2-alpha.1': + resolution: {integrity: sha512-QPQ1aWr8WIoNa4Ls2E+A2avje3C9A9OK9qqSIDVHcQAzB28XFfpF8KhyowRN6rMx2GhcmGnolxys0irXMRFQvA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.16.1-alpha.3': - resolution: {integrity: sha512-bK+oqUjx+oVqZn3SVqFIZH0k+fP2mwSsy/LsB+xZ/qpcs18qE3XbQ4iIhUmZDLjyEjn7JpFkXV1v6wGlSM+PZw==} + '@typescript-eslint/visitor-keys@8.18.2-alpha.1': + resolution: {integrity: sha512-pGkzFfDy1f3epydLjZdP+RW6L502iZuwVHnIk5b/ceW6WO1Xmea4nsJmr4osWM64WcNeBwaohmt83buDnMqTdg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@vitejs/plugin-basic-ssl@1.2.0': + resolution: {integrity: sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q==} + engines: {node: '>=14.21.3'} + peerDependencies: + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 + '@vitejs/plugin-react@4.3.4': resolution: {integrity: sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==} engines: {node: ^14.18.0 || >=16.0.0} @@ -912,8 +914,8 @@ packages: b4a@1.6.7: resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==} - babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124: - resolution: {integrity: sha512-93iSASR20HNsotcOTQ+KPL0zpgfRFVWL86AtXpmHp995HuMVnC9femd8Winr3GxkPEh8lEOyaw3nqY4q2HUm5w==} + babel-plugin-react-compiler@19.0.0-beta-201e55d-20241215: + resolution: {integrity: sha512-c7YAJNlA8kSoIFx2Buq/CeGmC3MbZYznD3H7Q3cdaRyKtwDSSxbM3VJxEhv7lEo64g48aWSBSiCI3XcRw0y/Jw==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -924,6 +926,9 @@ packages: base-x@4.0.0: resolution: {integrity: sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==} + base-x@5.0.0: + resolution: {integrity: sha512-sMW3VGSX1QWVFA6l8U62MLKz29rRfpTlYdCqLdpLo1/Yd4zZwSbnUaDfciIAowAqvq7YFnWq9hrhdg1KYgc1lQ==} + base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} @@ -968,8 +973,8 @@ packages: browserify-aes@1.2.0: resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} - browserslist@4.24.2: - resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} + browserslist@4.24.3: + resolution: {integrity: sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -979,9 +984,15 @@ packages: bs58@5.0.0: resolution: {integrity: sha512-r+ihvQJvahgYT50JD05dyJNKlmmSlMoOGwn1lCcEzanPglg7TxYjioQUYehQ9mAR/+hOSd2jRc/Z2y5UxBymvQ==} + bs58@6.0.0: + resolution: {integrity: sha512-PD0wEnEYg6ijszw/u8s+iI3H17cTymlrwkKhDhPZq+Sokl3AU4htyBFTjAeNAlCCmg0f53g6ih3jATyCKftTfw==} + bs58check@2.1.2: resolution: {integrity: sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==} + bs58check@4.0.0: + resolution: {integrity: sha512-FsGDOnFg9aVI9erdriULkd/JjEWONV/lQE5aYziB5PoBsXRind56lh8doIZIc9X4HoxT5x4bLjMWN1/NB8Zp5g==} + buffer-equals@1.0.4: resolution: {integrity: sha512-99MsCq0j5+RhubVEtKQgKaD6EM+UP3xJgIvQqwJ3SOLDUekzxMX1ylXBng+Wa2sh7mGT0W6RUly8ojjr1Tt6nA==} engines: {node: '>=0.10.0'} @@ -996,8 +1007,8 @@ packages: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - caniuse-lite@1.0.30001684: - resolution: {integrity: sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==} + caniuse-lite@1.0.30001690: + resolution: {integrity: sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==} chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} @@ -1039,8 +1050,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - debug@4.3.7: - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -1063,8 +1074,8 @@ packages: resolution: {integrity: sha512-F4wZ06PvqxYLFEZKkFxTDcns9oFNk34hvmJSEwdzsxVQ8YI5YaxtACgQatkYgv2VI2CFkUd2Y+xosPQnHv809g==} engines: {node: '>=0.10'} - electron-to-chromium@1.5.66: - resolution: {integrity: sha512-pI2QF6+i+zjPbqRzJwkMvtvkdI7MjVbSh2g8dlMguDJIXEPw+kwasS1Jl+YGPEBfGVxsVgGUratAKymPdPo2vQ==} + electron-to-chromium@1.5.75: + resolution: {integrity: sha512-Lf3++DumRE/QmweGjU+ZcKqQ+3bKkU/qjaKYhIJKEOhgIO9Xs6IiAQFkfFoj+RhgDk4LUeNsLo6plExHqSyu6Q==} elliptic@6.6.0: resolution: {integrity: sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==} @@ -1072,8 +1083,8 @@ packages: elliptic@6.6.1: resolution: {integrity: sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==} - enhanced-resolve@5.17.1: - resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} + enhanced-resolve@5.18.0: + resolution: {integrity: sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==} engines: {node: '>=10.13.0'} esbuild@0.21.5: @@ -1089,22 +1100,22 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - eslint-plugin-react-compiler@19.0.0-beta-df7b47d-20241124: - resolution: {integrity: sha512-82PfnllC8jP/68KdLAbpWuYTcfmtGLzkqy2IW85WopKMTr+4rdQpp+lfliQ/QE79wWrv/dRoADrk3Pdhq25nTw==} + eslint-plugin-react-compiler@19.0.0-beta-201e55d-20241215: + resolution: {integrity: sha512-KTOMW6Z4Eg2r5BPT/BncbwPswfuVH9KPPDVszOTQFXGNlxhExL8IZoSE3blYxk4e0wFDbCcAwe4UlTauQ8lIww==} engines: {node: ^14.17.0 || ^16.0.0 || >= 18.0.0} peerDependencies: eslint: '>=7' - eslint-plugin-react-hooks@5.0.0: - resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} + eslint-plugin-react-hooks@5.1.0: + resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - eslint-plugin-react-refresh@0.4.14: - resolution: {integrity: sha512-aXvzCTK7ZBv1e7fahFuR3Z/fyQQSIQ711yPgYRj+Oj64tyTgO4iQIDmYXDBqvSWQ/FA4OSCsXOStlF+noU0/NA==} + eslint-plugin-react-refresh@0.4.16: + resolution: {integrity: sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==} peerDependencies: - eslint: '>=7' + eslint: '>=8.40' eslint-scope@8.2.0: resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} @@ -1118,8 +1129,8 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.15.0: - resolution: {integrity: sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==} + eslint@9.17.0: + resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -1293,8 +1304,8 @@ packages: peerDependencies: ws: '*' - jiti@2.4.0: - resolution: {integrity: sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==} + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} hasBin: true js-tokens@4.0.0: @@ -1314,8 +1325,8 @@ packages: jsbi@4.3.0: resolution: {integrity: sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==} - jsesc@3.0.2: - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} engines: {node: '>=6'} hasBin: true @@ -1467,8 +1478,8 @@ packages: encoding: optional: true - node-releases@2.0.18: - resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} + node-releases@2.0.19: + resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} @@ -1564,8 +1575,8 @@ packages: prettier-plugin-svelte: optional: true - prettier@3.4.1: - resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -1576,17 +1587,17 @@ packages: queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - react-dom@19.0.0-rc.1: - resolution: {integrity: sha512-k8MfDX+4G+eaa1cXXI9QF4d+pQtYol3nx8vauqRWUEOPqC7NQn2qmEqUsLoSd28rrZUL+R3T2VC+kZ2Hyx1geQ==} + react-dom@19.0.0: + resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==} peerDependencies: - react: 19.0.0-rc.1 + react: ^19.0.0 react-refresh@0.14.2: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} engines: {node: '>=0.10.0'} - react@19.0.0-rc.1: - resolution: {integrity: sha512-NZKln+uyPuyHchzP07I6GGYFxdAoaKhehgpCa3ltJGzwE31OYumLeshGaitA1R/fS5d9D2qpZVwTFAr6zCLM9w==} + react@19.0.0: + resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} engines: {node: '>=0.10.0'} readable-stream@3.6.2: @@ -1604,8 +1615,8 @@ packages: ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} - rollup@4.27.4: - resolution: {integrity: sha512-RLKxqHEMjh/RGLsDxAEsaLO3mWgyoU6x9w6n1ikAzet4B3gI2/3yP6PWY2p9QzRTh6MfEIXB3MwsOY0Iv3vNrw==} + rollup@4.28.1: + resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -1615,8 +1626,8 @@ packages: safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - scheduler@0.25.0-rc.1: - resolution: {integrity: sha512-fVinv2lXqYpKConAMdergOl5owd0rY1O4P/QTe0aWKCqGtu7VsCt1iqQFxSJtqK4Lci/upVSBpGwVC7eWcuS9Q==} + scheduler@0.25.0: + resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==} secp256k1@3.8.1: resolution: {integrity: sha512-tArjQw2P0RTdY7QmkNehgp6TVvQXq6ulIhxv8gaH6YubKG/wxxAoNKcbuXjDhybbc+b2Ihc7e0xxiGN744UIiQ==} @@ -1658,45 +1669,8 @@ packages: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} - svelte-preprocess@6.0.3: - resolution: {integrity: sha512-PLG2k05qHdhmRG7zR/dyo5qKvakhm8IJ+hD2eFRQmMLHp7X3eJnjeupUtvuRpbNiF31RjVw45W+abDwHEmP5OA==} - engines: {node: '>= 18.0.0'} - peerDependencies: - '@babel/core': ^7.10.2 - coffeescript: ^2.5.1 - less: ^3.11.3 || ^4.0.0 - postcss: ^7 || ^8 - postcss-load-config: '>=3' - pug: ^3.0.0 - sass: ^1.26.8 - stylus: '>=0.55' - sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0 - svelte: ^4.0.0 || ^5.0.0-next.100 || ^5.0.0 - typescript: ^5.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - coffeescript: - optional: true - less: - optional: true - postcss: - optional: true - postcss-load-config: - optional: true - pug: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - typescript: - optional: true - - tailwindcss@4.0.0-beta.3: - resolution: {integrity: sha512-Cem7SF6OYcijYA1ZOGmuZHxk704iOxsRboFCXIpSJSR0XFft/NNz93Yoo0kHZIGNlqZmnQItI7JUSdR++Y9hZQ==} + tailwindcss@4.0.0-beta.8: + resolution: {integrity: sha512-21HmdRq9tHDLJZavb2cRBGJxBvRODpwb0/t3tRbMOl65hJE6zG6K6lD6lLS3IOC35u4SOjKjdZiJJi9AuWCf+Q==} tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} @@ -1709,8 +1683,8 @@ packages: tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - ts-api-utils@1.4.2: - resolution: {integrity: sha512-ZF5gQIQa/UmzfvxbHZI3JXN0/Jt+vnAfAviNRAMc491laiK6YCLpCW9ft8oaCRFOTxCZtUTE6XB0ZQAe3olntw==} + ts-api-utils@1.4.3: + resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' @@ -1729,14 +1703,8 @@ packages: resolution: {integrity: sha512-rLjWJzQFOq4xw7MgJrCZ6T1jIOvvYElXT12r+y0CC6u67hegDHaxcPqb2fZHOGlqxugGQPNB1EnTezjBetkwkw==} engines: {node: '>=16'} - types-react-dom@19.0.0-rc.1: - resolution: {integrity: sha512-VSLZJl8VXCD0fAWp7DUTFUDCcZ8DVXOQmjhJMD03odgeFmu14ZQJHCXeETm3BEAhJqfgJaFkLnGkQv88sRx0fQ==} - - types-react@19.0.0-rc.1: - resolution: {integrity: sha512-RshndUfqTW6K3STLPis8BtAYCGOkMbtvYsi90gmVNDZBXUyUc5juf2PE9LfS/JmOlUIRO8cWTS/1MTnmhjDqyQ==} - - typescript@5.8.0-dev.20241128: - resolution: {integrity: sha512-tBV3lvFeLokgidFDFHvuGjqPpT/Ozl2i+dstK7rh1PCCp3ol5mdsc36NGE5uCakTXh94YHtvdAAs5gAsum6nLQ==} + typescript@5.8.0-dev.20241220: + resolution: {integrity: sha512-+Ub5hKcNqrDJ/MWTrMCjy4HZivAggL6MtkgRqu8YaPg/Ghu6CY57SDD0fcTn/AClb3zxDATm+ilNq3fnPrnx7Q==} engines: {node: '>=14.17'} hasBin: true @@ -1852,8 +1820,8 @@ packages: peerDependencies: zod: ^3.18.0 - zod@3.23.8: - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + zod@3.24.1: + resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} snapshots: @@ -1861,7 +1829,7 @@ snapshots: '@ampproject/remapping@2.3.0': dependencies: - '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 '@babel/code-frame@7.26.2': @@ -1870,45 +1838,45 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.2': {} + '@babel/compat-data@7.26.3': {} '@babel/core@7.26.0': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.2 + '@babel/generator': 7.26.3 '@babel/helper-compilation-targets': 7.25.9 '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) '@babel/helpers': 7.26.0 - '@babel/parser': 7.26.2 + '@babel/parser': 7.26.3 '@babel/template': 7.25.9 - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 convert-source-map: 2.0.0 - debug: 4.3.7 + debug: 4.4.0 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/generator@7.26.2': + '@babel/generator@7.26.3': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 - '@jridgewell/gen-mapping': 0.3.5 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 + '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.0.2 + jsesc: 3.1.0 '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@babel/helper-compilation-targets@7.25.9': dependencies: - '@babel/compat-data': 7.26.2 + '@babel/compat-data': 7.26.3 '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.2 + browserslist: 4.24.3 lru-cache: 5.1.1 semver: 6.3.1 @@ -1920,22 +1888,22 @@ snapshots: '@babel/helper-optimise-call-expression': 7.25.9 '@babel/helper-replace-supers': 7.25.9(@babel/core@7.26.0) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 semver: 6.3.1 transitivePeerDependencies: - supports-color '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -1944,13 +1912,13 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@babel/helper-plugin-utils@7.25.9': {} @@ -1959,14 +1927,14 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.25.9 + '@babel/traverse': 7.26.4 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.25.9 - '@babel/types': 7.26.0 + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -1979,24 +1947,24 @@ snapshots: '@babel/helpers@7.26.0': dependencies: '@babel/template': 7.25.9 - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 - '@babel/parser@7.26.2': + '@babel/parser@7.26.3': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 + '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.0) '@babel/helper-plugin-utils': 7.25.9 - transitivePeerDependencies: - - supports-color '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.26.0)': dependencies: @@ -2027,7 +1995,7 @@ snapshots: '@babel/helper-module-imports': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 transitivePeerDependencies: - supports-color @@ -2037,7 +2005,7 @@ snapshots: '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-plugin-utils': 7.25.9 - '@babel/preset-react@7.25.9(@babel/core@7.26.0)': + '@babel/preset-react@7.26.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 @@ -2052,37 +2020,37 @@ snapshots: '@babel/template@7.25.9': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 - '@babel/traverse@7.25.9': + '@babel/traverse@7.26.4': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.2 - '@babel/parser': 7.26.2 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 '@babel/template': 7.25.9 - '@babel/types': 7.26.0 - debug: 4.3.7 + '@babel/types': 7.26.3 + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.26.0': + '@babel/types@7.26.3': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@ckb-ccc/ccc@0.0.16-alpha.7(typescript@5.8.0-dev.20241128)(zod@3.23.8)': - dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/eip6963': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/joy-id': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/nip07': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/okx': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/rei': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/uni-sat': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/utxo-global': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/xverse': 0.0.15-alpha.7(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/ccc@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': + dependencies: + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/eip6963': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/joy-id': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/nip07': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/okx': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/rei': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/uni-sat': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/utxo-global': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/xverse': 0.0.17(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2090,15 +2058,16 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/core@0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/core@0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@joyid/ckb': 1.0.1(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@joyid/ckb': 1.1.0(typescript@5.8.0-dev.20241220)(zod@3.24.1) '@noble/ciphers': 0.5.3 '@noble/curves': 1.7.0 '@noble/hashes': 1.6.1 abort-controller: 3.0.0 bech32: 2.0.0 bitcoinjs-message: 2.2.0 + bs58check: 4.0.0 buffer: 6.0.3 cross-fetch: 4.0.0 ethers: 6.13.4 @@ -2111,9 +2080,9 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/eip6963@0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/eip6963@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2121,11 +2090,11 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/joy-id@0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/joy-id@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@joyid/ckb': 1.0.1(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@joyid/common': 0.2.0(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@joyid/ckb': 1.1.0(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@joyid/common': 0.2.0(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2133,9 +2102,9 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/nip07@0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/nip07@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2143,11 +2112,11 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/okx@0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/okx@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/nip07': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - '@ckb-ccc/uni-sat': 0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/nip07': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) + '@ckb-ccc/uni-sat': 0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2155,9 +2124,9 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/rei@0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/rei@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2165,9 +2134,9 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/uni-sat@0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/uni-sat@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2175,9 +2144,9 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/utxo-global@0.0.16-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/utxo-global@0.0.18(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) transitivePeerDependencies: - bufferutil - encoding @@ -2185,10 +2154,10 @@ snapshots: - utf-8-validate - zod - '@ckb-ccc/xverse@0.0.15-alpha.7(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@ckb-ccc/xverse@0.0.17(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@ckb-ccc/core': 0.1.0-alpha.5(typescript@5.8.0-dev.20241128)(zod@3.23.8) - valibot: 0.42.1(typescript@5.8.0-dev.20241128) + '@ckb-ccc/core': 0.1.2(typescript@5.8.0-dev.20241220)(zod@3.24.1) + valibot: 0.42.1(typescript@5.8.0-dev.20241220) transitivePeerDependencies: - bufferutil - encoding @@ -2357,27 +2326,29 @@ snapshots: '@esbuild/win32-x64@0.21.5': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.15.0(jiti@2.4.0))': + '@eslint-community/eslint-utils@4.4.1(eslint@9.17.0(jiti@2.4.2))': dependencies: - eslint: 9.15.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.2) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} - '@eslint/config-array@0.19.0': + '@eslint/config-array@0.19.1': dependencies: - '@eslint/object-schema': 2.1.4 - debug: 4.3.7 + '@eslint/object-schema': 2.1.5 + debug: 4.4.0 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - '@eslint/core@0.9.0': {} + '@eslint/core@0.9.1': + dependencies: + '@types/json-schema': 7.0.15 '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.7 + debug: 4.4.0 espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 @@ -2388,11 +2359,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.15.0': {} + '@eslint/js@9.17.0': {} - '@eslint/object-schema@2.1.4': {} + '@eslint/object-schema@2.1.5': {} - '@eslint/plugin-kit@0.2.3': + '@eslint/plugin-kit@0.2.4': dependencies: levn: 0.4.1 @@ -2436,9 +2407,9 @@ snapshots: transitivePeerDependencies: - encoding - '@joyid/ckb@1.0.1(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@joyid/ckb@1.1.0(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - '@joyid/common': 0.2.0(typescript@5.8.0-dev.20241128)(zod@3.23.8) + '@joyid/common': 0.2.0(typescript@5.8.0-dev.20241220)(zod@3.24.1) '@nervosnetwork/ckb-sdk-utils': 0.109.4 cross-fetch: 4.0.0 uncrypto: 0.1.3 @@ -2447,15 +2418,15 @@ snapshots: - typescript - zod - '@joyid/common@0.2.0(typescript@5.8.0-dev.20241128)(zod@3.23.8)': + '@joyid/common@0.2.0(typescript@5.8.0-dev.20241220)(zod@3.24.1)': dependencies: - abitype: 0.8.7(typescript@5.8.0-dev.20241128)(zod@3.23.8) + abitype: 0.8.7(typescript@5.8.0-dev.20241220)(zod@3.24.1) type-fest: 4.6.0 transitivePeerDependencies: - typescript - zod - '@jridgewell/gen-mapping@0.3.5': + '@jridgewell/gen-mapping@0.3.8': dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.5.0 @@ -2510,161 +2481,151 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@rollup/rollup-android-arm-eabi@4.27.4': + '@rollup/rollup-android-arm-eabi@4.28.1': optional: true - '@rollup/rollup-android-arm64@4.27.4': + '@rollup/rollup-android-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-arm64@4.27.4': + '@rollup/rollup-darwin-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-x64@4.27.4': + '@rollup/rollup-darwin-x64@4.28.1': optional: true - '@rollup/rollup-freebsd-arm64@4.27.4': + '@rollup/rollup-freebsd-arm64@4.28.1': optional: true - '@rollup/rollup-freebsd-x64@4.27.4': + '@rollup/rollup-freebsd-x64@4.28.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.27.4': + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.27.4': + '@rollup/rollup-linux-arm-musleabihf@4.28.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.27.4': + '@rollup/rollup-linux-arm64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.27.4': + '@rollup/rollup-linux-arm64-musl@4.28.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.27.4': + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.27.4': + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.27.4': + '@rollup/rollup-linux-riscv64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.27.4': + '@rollup/rollup-linux-s390x-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-musl@4.27.4': + '@rollup/rollup-linux-x64-gnu@4.28.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.27.4': + '@rollup/rollup-linux-x64-musl@4.28.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.27.4': + '@rollup/rollup-win32-arm64-msvc@4.28.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.27.4': + '@rollup/rollup-win32-ia32-msvc@4.28.1': optional: true - '@tailwindcss/node@4.0.0-beta.3': + '@rollup/rollup-win32-x64-msvc@4.28.1': + optional: true + + '@tailwindcss/node@4.0.0-beta.8': dependencies: - enhanced-resolve: 5.17.1 - jiti: 2.4.0 - tailwindcss: 4.0.0-beta.3 + enhanced-resolve: 5.18.0 + jiti: 2.4.2 + tailwindcss: 4.0.0-beta.8 - '@tailwindcss/oxide-android-arm64@4.0.0-beta.3': + '@tailwindcss/oxide-android-arm64@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-darwin-arm64@4.0.0-beta.3': + '@tailwindcss/oxide-darwin-arm64@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-darwin-x64@4.0.0-beta.3': + '@tailwindcss/oxide-darwin-x64@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-freebsd-x64@4.0.0-beta.3': + '@tailwindcss/oxide-freebsd-x64@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.0-beta.3': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.0.0-beta.3': + '@tailwindcss/oxide-linux-arm64-gnu@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.0.0-beta.3': + '@tailwindcss/oxide-linux-arm64-musl@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.0.0-beta.3': + '@tailwindcss/oxide-linux-x64-gnu@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.0.0-beta.3': + '@tailwindcss/oxide-linux-x64-musl@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.0.0-beta.3': + '@tailwindcss/oxide-win32-arm64-msvc@4.0.0-beta.8': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.0.0-beta.3': + '@tailwindcss/oxide-win32-x64-msvc@4.0.0-beta.8': optional: true - '@tailwindcss/oxide@4.0.0-beta.3': + '@tailwindcss/oxide@4.0.0-beta.8': optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.0.0-beta.3 - '@tailwindcss/oxide-darwin-arm64': 4.0.0-beta.3 - '@tailwindcss/oxide-darwin-x64': 4.0.0-beta.3 - '@tailwindcss/oxide-freebsd-x64': 4.0.0-beta.3 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.0-beta.3 - '@tailwindcss/oxide-linux-arm64-gnu': 4.0.0-beta.3 - '@tailwindcss/oxide-linux-arm64-musl': 4.0.0-beta.3 - '@tailwindcss/oxide-linux-x64-gnu': 4.0.0-beta.3 - '@tailwindcss/oxide-linux-x64-musl': 4.0.0-beta.3 - '@tailwindcss/oxide-win32-arm64-msvc': 4.0.0-beta.3 - '@tailwindcss/oxide-win32-x64-msvc': 4.0.0-beta.3 - - '@tailwindcss/vite@4.0.0-beta.3(@babel/core@7.26.0)(postcss@8.4.49)(typescript@5.8.0-dev.20241128)(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2))': - dependencies: - '@tailwindcss/node': 4.0.0-beta.3 - '@tailwindcss/oxide': 4.0.0-beta.3 + '@tailwindcss/oxide-android-arm64': 4.0.0-beta.8 + '@tailwindcss/oxide-darwin-arm64': 4.0.0-beta.8 + '@tailwindcss/oxide-darwin-x64': 4.0.0-beta.8 + '@tailwindcss/oxide-freebsd-x64': 4.0.0-beta.8 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.0-beta.8 + '@tailwindcss/oxide-linux-arm64-gnu': 4.0.0-beta.8 + '@tailwindcss/oxide-linux-arm64-musl': 4.0.0-beta.8 + '@tailwindcss/oxide-linux-x64-gnu': 4.0.0-beta.8 + '@tailwindcss/oxide-linux-x64-musl': 4.0.0-beta.8 + '@tailwindcss/oxide-win32-arm64-msvc': 4.0.0-beta.8 + '@tailwindcss/oxide-win32-x64-msvc': 4.0.0-beta.8 + + '@tailwindcss/vite@4.0.0-beta.8(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2))': + dependencies: + '@tailwindcss/node': 4.0.0-beta.8 + '@tailwindcss/oxide': 4.0.0-beta.8 lightningcss: 1.28.2 - svelte-preprocess: 6.0.3(@babel/core@7.26.0)(postcss@8.4.49)(typescript@5.8.0-dev.20241128) - tailwindcss: 4.0.0-beta.3 + tailwindcss: 4.0.0-beta.8 vite: 5.4.11(@types/node@22.7.5)(lightningcss@1.28.2) - transitivePeerDependencies: - - '@babel/core' - - coffeescript - - less - - postcss - - postcss-load-config - - pug - - sass - - stylus - - sugarss - - svelte - - typescript - '@tanstack/query-core@5.61.5': {} + '@tanstack/query-core@5.62.8': {} - '@tanstack/react-query@5.61.5(react@19.0.0-rc.1)': + '@tanstack/react-query@5.62.8(react@19.0.0)': dependencies: - '@tanstack/query-core': 5.61.5 - react: 19.0.0-rc.1 + '@tanstack/query-core': 5.62.8 + react: 19.0.0 '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 '@types/blake2b@2.1.3': {} @@ -2684,95 +2645,95 @@ snapshots: dependencies: undici-types: 6.19.8 - '@types/prop-types@15.7.13': {} + '@types/react-dom@19.0.2(@types/react@19.0.2)': + dependencies: + '@types/react': 19.0.2 - '@types/react@18.3.12': + '@types/react@19.0.2': dependencies: - '@types/prop-types': 15.7.13 csstype: 3.1.3 - '@typescript-eslint/eslint-plugin@8.16.1-alpha.3(@typescript-eslint/parser@8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128))(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128)': + '@typescript-eslint/eslint-plugin@8.18.2-alpha.1(@typescript-eslint/parser@8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220))(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128) - '@typescript-eslint/scope-manager': 8.16.1-alpha.3 - '@typescript-eslint/type-utils': 8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128) - '@typescript-eslint/utils': 8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128) - '@typescript-eslint/visitor-keys': 8.16.1-alpha.3 - eslint: 9.15.0(jiti@2.4.0) + '@typescript-eslint/parser': 8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220) + '@typescript-eslint/scope-manager': 8.18.2-alpha.1 + '@typescript-eslint/type-utils': 8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220) + '@typescript-eslint/utils': 8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220) + '@typescript-eslint/visitor-keys': 8.18.2-alpha.1 + eslint: 9.17.0(jiti@2.4.2) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.4.2(typescript@5.8.0-dev.20241128) - optionalDependencies: - typescript: 5.8.0-dev.20241128 + ts-api-utils: 1.4.3(typescript@5.8.0-dev.20241220) + typescript: 5.8.0-dev.20241220 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128)': + '@typescript-eslint/parser@8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220)': dependencies: - '@typescript-eslint/scope-manager': 8.16.1-alpha.3 - '@typescript-eslint/types': 8.16.1-alpha.3 - '@typescript-eslint/typescript-estree': 8.16.1-alpha.3(typescript@5.8.0-dev.20241128) - '@typescript-eslint/visitor-keys': 8.16.1-alpha.3 - debug: 4.3.7 - eslint: 9.15.0(jiti@2.4.0) - optionalDependencies: - typescript: 5.8.0-dev.20241128 + '@typescript-eslint/scope-manager': 8.18.2-alpha.1 + '@typescript-eslint/types': 8.18.2-alpha.1 + '@typescript-eslint/typescript-estree': 8.18.2-alpha.1(typescript@5.8.0-dev.20241220) + '@typescript-eslint/visitor-keys': 8.18.2-alpha.1 + debug: 4.4.0 + eslint: 9.17.0(jiti@2.4.2) + typescript: 5.8.0-dev.20241220 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.16.1-alpha.3': + '@typescript-eslint/scope-manager@8.18.2-alpha.1': dependencies: - '@typescript-eslint/types': 8.16.1-alpha.3 - '@typescript-eslint/visitor-keys': 8.16.1-alpha.3 + '@typescript-eslint/types': 8.18.2-alpha.1 + '@typescript-eslint/visitor-keys': 8.18.2-alpha.1 - '@typescript-eslint/type-utils@8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128)': + '@typescript-eslint/type-utils@8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220)': dependencies: - '@typescript-eslint/typescript-estree': 8.16.1-alpha.3(typescript@5.8.0-dev.20241128) - '@typescript-eslint/utils': 8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128) - debug: 4.3.7 - eslint: 9.15.0(jiti@2.4.0) - ts-api-utils: 1.4.2(typescript@5.8.0-dev.20241128) - optionalDependencies: - typescript: 5.8.0-dev.20241128 + '@typescript-eslint/typescript-estree': 8.18.2-alpha.1(typescript@5.8.0-dev.20241220) + '@typescript-eslint/utils': 8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220) + debug: 4.4.0 + eslint: 9.17.0(jiti@2.4.2) + ts-api-utils: 1.4.3(typescript@5.8.0-dev.20241220) + typescript: 5.8.0-dev.20241220 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.16.1-alpha.3': {} + '@typescript-eslint/types@8.18.2-alpha.1': {} - '@typescript-eslint/typescript-estree@8.16.1-alpha.3(typescript@5.8.0-dev.20241128)': + '@typescript-eslint/typescript-estree@8.18.2-alpha.1(typescript@5.8.0-dev.20241220)': dependencies: - '@typescript-eslint/types': 8.16.1-alpha.3 - '@typescript-eslint/visitor-keys': 8.16.1-alpha.3 - debug: 4.3.7 + '@typescript-eslint/types': 8.18.2-alpha.1 + '@typescript-eslint/visitor-keys': 8.18.2-alpha.1 + debug: 4.4.0 fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.4.2(typescript@5.8.0-dev.20241128) - optionalDependencies: - typescript: 5.8.0-dev.20241128 + ts-api-utils: 1.4.3(typescript@5.8.0-dev.20241220) + typescript: 5.8.0-dev.20241220 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.16.1-alpha.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.8.0-dev.20241128)': + '@typescript-eslint/utils@8.18.2-alpha.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.8.0-dev.20241220)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0)) - '@typescript-eslint/scope-manager': 8.16.1-alpha.3 - '@typescript-eslint/types': 8.16.1-alpha.3 - '@typescript-eslint/typescript-estree': 8.16.1-alpha.3(typescript@5.8.0-dev.20241128) - eslint: 9.15.0(jiti@2.4.0) - optionalDependencies: - typescript: 5.8.0-dev.20241128 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2)) + '@typescript-eslint/scope-manager': 8.18.2-alpha.1 + '@typescript-eslint/types': 8.18.2-alpha.1 + '@typescript-eslint/typescript-estree': 8.18.2-alpha.1(typescript@5.8.0-dev.20241220) + eslint: 9.17.0(jiti@2.4.2) + typescript: 5.8.0-dev.20241220 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.16.1-alpha.3': + '@typescript-eslint/visitor-keys@8.18.2-alpha.1': dependencies: - '@typescript-eslint/types': 8.16.1-alpha.3 + '@typescript-eslint/types': 8.18.2-alpha.1 eslint-visitor-keys: 4.2.0 + '@vitejs/plugin-basic-ssl@1.2.0(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2))': + dependencies: + vite: 5.4.11(@types/node@22.7.5)(lightningcss@1.28.2) + '@vitejs/plugin-react@4.3.4(vite@5.4.11(@types/node@22.7.5)(lightningcss@1.28.2))': dependencies: '@babel/core': 7.26.0 @@ -2784,11 +2745,11 @@ snapshots: transitivePeerDependencies: - supports-color - abitype@0.8.7(typescript@5.8.0-dev.20241128)(zod@3.23.8): + abitype@0.8.7(typescript@5.8.0-dev.20241220)(zod@3.24.1): dependencies: - typescript: 5.8.0-dev.20241128 + typescript: 5.8.0-dev.20241220 optionalDependencies: - zod: 3.23.8 + zod: 3.24.1 abort-controller@3.0.0: dependencies: @@ -2817,9 +2778,9 @@ snapshots: b4a@1.6.7: {} - babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124: + babel-plugin-react-compiler@19.0.0-beta-201e55d-20241215: dependencies: - '@babel/types': 7.26.0 + '@babel/types': 7.26.3 balanced-match@1.0.2: {} @@ -2829,6 +2790,8 @@ snapshots: base-x@4.0.0: {} + base-x@5.0.0: {} + base64-js@1.5.1: {} bech32@1.1.4: {} @@ -2888,12 +2851,12 @@ snapshots: inherits: 2.0.4 safe-buffer: 5.2.1 - browserslist@4.24.2: + browserslist@4.24.3: dependencies: - caniuse-lite: 1.0.30001684 - electron-to-chromium: 1.5.66 - node-releases: 2.0.18 - update-browserslist-db: 1.1.1(browserslist@4.24.2) + caniuse-lite: 1.0.30001690 + electron-to-chromium: 1.5.75 + node-releases: 2.0.19 + update-browserslist-db: 1.1.1(browserslist@4.24.3) bs58@4.0.1: dependencies: @@ -2903,12 +2866,21 @@ snapshots: dependencies: base-x: 4.0.0 + bs58@6.0.0: + dependencies: + base-x: 5.0.0 + bs58check@2.1.2: dependencies: bs58: 4.0.1 create-hash: 1.2.0 safe-buffer: 5.2.1 + bs58check@4.0.0: + dependencies: + '@noble/hashes': 1.6.1 + bs58: 6.0.0 + buffer-equals@1.0.4: {} buffer-xor@1.0.3: {} @@ -2920,7 +2892,7 @@ snapshots: callsites@3.1.0: {} - caniuse-lite@1.0.30001684: {} + caniuse-lite@1.0.30001690: {} chalk@4.1.2: dependencies: @@ -2979,7 +2951,7 @@ snapshots: csstype@3.1.3: {} - debug@4.3.7: + debug@4.4.0: dependencies: ms: 2.1.3 @@ -2995,7 +2967,7 @@ snapshots: create-hash: 1.2.0 create-hmac: 1.1.7 - electron-to-chromium@1.5.66: {} + electron-to-chromium@1.5.75: {} elliptic@6.6.0: dependencies: @@ -3017,7 +2989,7 @@ snapshots: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - enhanced-resolve@5.17.1: + enhanced-resolve@5.18.0: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 @@ -3052,25 +3024,25 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-plugin-react-compiler@19.0.0-beta-df7b47d-20241124(eslint@9.15.0(jiti@2.4.0)): + eslint-plugin-react-compiler@19.0.0-beta-201e55d-20241215(eslint@9.17.0(jiti@2.4.2)): dependencies: '@babel/core': 7.26.0 - '@babel/parser': 7.26.2 - '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.26.0) - eslint: 9.15.0(jiti@2.4.0) + '@babel/parser': 7.26.3 + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.26.0) + eslint: 9.17.0(jiti@2.4.2) hermes-parser: 0.25.1 - zod: 3.23.8 - zod-validation-error: 3.4.0(zod@3.23.8) + zod: 3.24.1 + zod-validation-error: 3.4.0(zod@3.24.1) transitivePeerDependencies: - supports-color - eslint-plugin-react-hooks@5.0.0(eslint@9.15.0(jiti@2.4.0)): + eslint-plugin-react-hooks@5.1.0(eslint@9.17.0(jiti@2.4.2)): dependencies: - eslint: 9.15.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.2) - eslint-plugin-react-refresh@0.4.14(eslint@9.15.0(jiti@2.4.0)): + eslint-plugin-react-refresh@0.4.16(eslint@9.17.0(jiti@2.4.2)): dependencies: - eslint: 9.15.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.2) eslint-scope@8.2.0: dependencies: @@ -3081,15 +3053,15 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.15.0(jiti@2.4.0): + eslint@9.17.0(jiti@2.4.2): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.15.0(jiti@2.4.0)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.2)) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.19.0 - '@eslint/core': 0.9.0 + '@eslint/config-array': 0.19.1 + '@eslint/core': 0.9.1 '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.15.0 - '@eslint/plugin-kit': 0.2.3 + '@eslint/js': 9.17.0 + '@eslint/plugin-kit': 0.2.4 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.1 @@ -3098,7 +3070,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7 + debug: 4.4.0 escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 @@ -3118,7 +3090,7 @@ snapshots: natural-compare: 1.4.0 optionator: 0.9.4 optionalDependencies: - jiti: 2.4.0 + jiti: 2.4.2 transitivePeerDependencies: - supports-color @@ -3277,7 +3249,7 @@ snapshots: dependencies: ws: 8.18.0 - jiti@2.4.0: {} + jiti@2.4.2: {} js-tokens@4.0.0: {} @@ -3291,7 +3263,7 @@ snapshots: jsbi@4.3.0: {} - jsesc@3.0.2: {} + jsesc@3.1.0: {} json-buffer@3.0.1: {} @@ -3406,7 +3378,7 @@ snapshots: dependencies: whatwg-url: 5.0.0 - node-releases@2.0.18: {} + node-releases@2.0.19: {} optionator@0.9.4: dependencies: @@ -3445,24 +3417,24 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-tailwindcss@0.6.9(prettier@3.4.1): + prettier-plugin-tailwindcss@0.6.9(prettier@3.4.2): dependencies: - prettier: 3.4.1 + prettier: 3.4.2 - prettier@3.4.1: {} + prettier@3.4.2: {} punycode@2.3.1: {} queue-microtask@1.2.3: {} - react-dom@19.0.0-rc.1(react@19.0.0-rc.1): + react-dom@19.0.0(react@19.0.0): dependencies: - react: 19.0.0-rc.1 - scheduler: 0.25.0-rc.1 + react: 19.0.0 + scheduler: 0.25.0 react-refresh@0.14.2: {} - react@19.0.0-rc.1: {} + react@19.0.0: {} readable-stream@3.6.2: dependencies: @@ -3479,28 +3451,29 @@ snapshots: hash-base: 3.1.0 inherits: 2.0.4 - rollup@4.27.4: + rollup@4.28.1: dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.27.4 - '@rollup/rollup-android-arm64': 4.27.4 - '@rollup/rollup-darwin-arm64': 4.27.4 - '@rollup/rollup-darwin-x64': 4.27.4 - '@rollup/rollup-freebsd-arm64': 4.27.4 - '@rollup/rollup-freebsd-x64': 4.27.4 - '@rollup/rollup-linux-arm-gnueabihf': 4.27.4 - '@rollup/rollup-linux-arm-musleabihf': 4.27.4 - '@rollup/rollup-linux-arm64-gnu': 4.27.4 - '@rollup/rollup-linux-arm64-musl': 4.27.4 - '@rollup/rollup-linux-powerpc64le-gnu': 4.27.4 - '@rollup/rollup-linux-riscv64-gnu': 4.27.4 - '@rollup/rollup-linux-s390x-gnu': 4.27.4 - '@rollup/rollup-linux-x64-gnu': 4.27.4 - '@rollup/rollup-linux-x64-musl': 4.27.4 - '@rollup/rollup-win32-arm64-msvc': 4.27.4 - '@rollup/rollup-win32-ia32-msvc': 4.27.4 - '@rollup/rollup-win32-x64-msvc': 4.27.4 + '@rollup/rollup-android-arm-eabi': 4.28.1 + '@rollup/rollup-android-arm64': 4.28.1 + '@rollup/rollup-darwin-arm64': 4.28.1 + '@rollup/rollup-darwin-x64': 4.28.1 + '@rollup/rollup-freebsd-arm64': 4.28.1 + '@rollup/rollup-freebsd-x64': 4.28.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.28.1 + '@rollup/rollup-linux-arm-musleabihf': 4.28.1 + '@rollup/rollup-linux-arm64-gnu': 4.28.1 + '@rollup/rollup-linux-arm64-musl': 4.28.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.28.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.28.1 + '@rollup/rollup-linux-riscv64-gnu': 4.28.1 + '@rollup/rollup-linux-s390x-gnu': 4.28.1 + '@rollup/rollup-linux-x64-gnu': 4.28.1 + '@rollup/rollup-linux-x64-musl': 4.28.1 + '@rollup/rollup-win32-arm64-msvc': 4.28.1 + '@rollup/rollup-win32-ia32-msvc': 4.28.1 + '@rollup/rollup-win32-x64-msvc': 4.28.1 fsevents: 2.3.3 run-parallel@1.2.0: @@ -3509,7 +3482,7 @@ snapshots: safe-buffer@5.2.1: {} - scheduler@0.25.0-rc.1: {} + scheduler@0.25.0: {} secp256k1@3.8.1: dependencies: @@ -3549,13 +3522,7 @@ snapshots: dependencies: has-flag: 4.0.0 - svelte-preprocess@6.0.3(@babel/core@7.26.0)(postcss@8.4.49)(typescript@5.8.0-dev.20241128): - optionalDependencies: - '@babel/core': 7.26.0 - postcss: 8.4.49 - typescript: 5.8.0-dev.20241128 - - tailwindcss@4.0.0-beta.3: {} + tailwindcss@4.0.0-beta.8: {} tapable@2.2.1: {} @@ -3565,9 +3532,9 @@ snapshots: tr46@0.0.3: {} - ts-api-utils@1.4.2(typescript@5.8.0-dev.20241128): + ts-api-utils@1.4.3(typescript@5.8.0-dev.20241220): dependencies: - typescript: 5.8.0-dev.20241128 + typescript: 5.8.0-dev.20241220 tslib@2.3.1: {} @@ -3579,23 +3546,15 @@ snapshots: type-fest@4.6.0: {} - types-react-dom@19.0.0-rc.1: - dependencies: - '@types/react': 18.3.12 - - types-react@19.0.0-rc.1: - dependencies: - csstype: 3.1.3 - - typescript@5.8.0-dev.20241128: {} + typescript@5.8.0-dev.20241220: {} uncrypto@0.1.3: {} undici-types@6.19.8: {} - update-browserslist-db@1.1.1(browserslist@4.24.2): + update-browserslist-db@1.1.1(browserslist@4.24.3): dependencies: - browserslist: 4.24.2 + browserslist: 4.24.3 escalade: 3.2.0 picocolors: 1.1.1 @@ -3605,9 +3564,9 @@ snapshots: util-deprecate@1.0.2: {} - valibot@0.42.1(typescript@5.8.0-dev.20241128): + valibot@0.42.1(typescript@5.8.0-dev.20241220): optionalDependencies: - typescript: 5.8.0-dev.20241128 + typescript: 5.8.0-dev.20241220 varuint-bitcoin@1.1.2: dependencies: @@ -3617,7 +3576,7 @@ snapshots: dependencies: esbuild: 0.21.5 postcss: 8.4.49 - rollup: 4.27.4 + rollup: 4.28.1 optionalDependencies: '@types/node': 22.7.5 fsevents: 2.3.3 @@ -3644,8 +3603,8 @@ snapshots: yocto-queue@0.1.0: {} - zod-validation-error@3.4.0(zod@3.23.8): + zod-validation-error@3.4.0(zod@3.24.1): dependencies: - zod: 3.23.8 + zod: 3.24.1 - zod@3.23.8: {} + zod@3.24.1: {} diff --git a/vite.config.ts b/vite.config.ts index 116eb61..0bbe1c1 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,9 +1,13 @@ import { defineConfig } from "vite"; import tailwindcss from "@tailwindcss/vite"; import react from "@vitejs/plugin-react"; +import basicSsl from '@vitejs/plugin-basic-ssl' // https://vitejs.dev/config/ export default defineConfig({ + server: { + host: true + }, plugins: [ tailwindcss(), react({ @@ -11,5 +15,6 @@ export default defineConfig({ plugins: [["babel-plugin-react-compiler"]], }, }), + basicSsl() ], });