diff --git a/package.json b/package.json index 37397b9..3d80c6c 100644 --- a/package.json +++ b/package.json @@ -23,30 +23,31 @@ "@astrojs/react": "^4.4.2", "@astrojs/sitemap": "^3.6.0", "@astrojs/vue": "^5.1.3", - "@kevisual/query": "^0.0.29", + "@kevisual/context": "^0.0.4", + "@kevisual/query": "^0.0.31", "@kevisual/query-login": "^0.0.7", "@kevisual/registry": "^0.0.1", "@radix-ui/react-slot": "^1.2.4", "@tailwindcss/vite": "^4.1.17", - "@uiw/react-md-editor": "^4.0.8", - "antd": "^6.0.0", - "astro": "^5.16.0", + "@uiw/react-md-editor": "^4.0.11", + "antd": "^6.0.1", + "astro": "^5.16.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dayjs": "^1.11.19", "es-toolkit": "^1.42.0", "github-markdown-css": "^5.8.1", "highlight.js": "^11.11.1", - "lucide-react": "^0.554.0", + "lucide-react": "^0.556.0", "marked": "^17.0.1", "marked-highlight": "^2.2.3", "nanoid": "^5.1.6", - "react": "^19.2.0", - "react-dom": "^19.2.0", + "react": "^19.2.1", + "react-dom": "^19.2.1", "react-toastify": "^11.0.5", "tailwind-merge": "^3.4.0", "vue": "^3.5.25", - "zustand": "^5.0.8" + "zustand": "^5.0.9" }, "publishConfig": { "access": "public" @@ -59,7 +60,7 @@ "tailwindcss": "^4.1.17", "tw-animate-css": "^1.4.0" }, - "packageManager": "pnpm@10.23.0", + "packageManager": "pnpm@10.24.0", "onlyBuiltDependencies": [ "@tailwindcss/oxide", "esbuild", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aaa638c..57b0b5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,40 +10,43 @@ importers: dependencies: '@astrojs/mdx': specifier: ^4.3.12 - version: 4.3.12(astro@5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3)) + version: 4.3.12(astro@5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3)) '@astrojs/react': specifier: ^4.4.2 - version: 4.4.2(@types/node@24.7.2)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 4.4.2(@types/node@24.7.2)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@astrojs/sitemap': specifier: ^3.6.0 version: 3.6.0 '@astrojs/vue': specifier: ^5.1.3 - version: 5.1.3(@types/node@24.7.2)(astro@5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(vue@3.5.25(typescript@5.9.3)) + version: 5.1.3(@types/node@24.7.2)(astro@5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(vue@3.5.25(typescript@5.9.3)) + '@kevisual/context': + specifier: ^0.0.4 + version: 0.0.4 '@kevisual/query': - specifier: ^0.0.29 - version: 0.0.29(zod@3.25.76) + specifier: ^0.0.31 + version: 0.0.31 '@kevisual/query-login': specifier: ^0.0.7 - version: 0.0.7(@kevisual/query@0.0.29(zod@3.25.76)) + version: 0.0.7(@kevisual/query@0.0.31) '@kevisual/registry': specifier: ^0.0.1 version: 0.0.1(typescript@5.9.3) '@radix-ui/react-slot': specifier: ^1.2.4 - version: 1.2.4(@types/react@19.2.7)(react@19.2.0) + version: 1.2.4(@types/react@19.2.7)(react@19.2.1) '@tailwindcss/vite': specifier: ^4.1.17 version: 4.1.17(vite@6.4.1(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)) '@uiw/react-md-editor': - specifier: ^4.0.8 - version: 4.0.8(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + specifier: ^4.0.11 + version: 4.0.11(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) antd: - specifier: ^6.0.0 - version: 6.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + specifier: ^6.0.1 + version: 6.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) astro: - specifier: ^5.16.0 - version: 5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3) + specifier: ^5.16.4 + version: 5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3) class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -63,8 +66,8 @@ importers: specifier: ^11.11.1 version: 11.11.1 lucide-react: - specifier: ^0.554.0 - version: 0.554.0(react@19.2.0) + specifier: ^0.556.0 + version: 0.556.0(react@19.2.1) marked: specifier: ^17.0.1 version: 17.0.1 @@ -75,14 +78,14 @@ importers: specifier: ^5.1.6 version: 5.1.6 react: - specifier: ^19.2.0 - version: 19.2.0 + specifier: ^19.2.1 + version: 19.2.1 react-dom: - specifier: ^19.2.0 - version: 19.2.0(react@19.2.0) + specifier: ^19.2.1 + version: 19.2.1(react@19.2.1) react-toastify: specifier: ^11.0.5 - version: 11.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + version: 11.0.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) tailwind-merge: specifier: ^3.4.0 version: 3.4.0 @@ -90,8 +93,8 @@ importers: specifier: ^3.5.25 version: 3.5.25(typescript@5.9.3) zustand: - specifier: ^5.0.8 - version: 5.0.8(@types/react@19.2.7)(react@19.2.0) + specifier: ^5.0.9 + version: 5.0.9(@types/react@19.2.7)(react@19.2.1) devDependencies: '@kevisual/types': specifier: ^0.0.10 @@ -117,14 +120,14 @@ packages: '@ant-design/colors@8.0.0': resolution: {integrity: sha512-6YzkKCw30EI/E9kHOIXsQDHmMvTllT8STzjMb4K2qzit33RW2pqCJP0sk+hidBntXxE+Vz4n1+RvCTfBw6OErw==} - '@ant-design/cssinjs-utils@2.0.1': - resolution: {integrity: sha512-1KvINa1ih5jb34hxuHPnHXvV7+hNIM1ZQLNfsDyO9xFFucuOV1g4cYjAG3RnV8mwKkhLKhcraS8RJPXUpUBQsw==} + '@ant-design/cssinjs-utils@2.0.2': + resolution: {integrity: sha512-Mq3Hm6fJuQeFNKSp3+yT4bjuhVbdrsyXE2RyfpJFL0xiYNZdaJ6oFaE3zFrzmHbmvTd2Wp3HCbRtkD4fU+v2ZA==} peerDependencies: - react: '>=16.9.0' - react-dom: '>=16.9.0' + react: '>=18' + react-dom: '>=18' - '@ant-design/cssinjs@2.0.0': - resolution: {integrity: sha512-T7B8nXJWSQA1M5Q9Wg2lrUUSaQSGwNpmI8DOZS/32WFP3/2Y3CbSn+tuGz8iZXFe9bv6OaCH2zNk5HiSRVulLg==} + '@ant-design/cssinjs@2.0.1': + resolution: {integrity: sha512-Lw1Z4cUQxdMmTNir67gU0HCpTl5TtkKCJPZ6UBvCqzcOTl/QmMFB6qAEoj8qFl0CuZDX9qQYa3m9+rEKfaBSbA==} peerDependencies: react: '>=16.0.0' react-dom: '>=16.0.0' @@ -556,92 +559,78 @@ packages: resolution: {integrity: sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-arm@1.2.3': resolution: {integrity: sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-ppc64@1.2.3': resolution: {integrity: sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==} cpu: [ppc64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-s390x@1.2.3': resolution: {integrity: sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-libvips-linux-x64@1.2.3': resolution: {integrity: sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.2.3': resolution: {integrity: sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.2.3': resolution: {integrity: sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-linux-arm64@0.34.4': resolution: {integrity: sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [glibc] '@img/sharp-linux-arm@0.34.4': resolution: {integrity: sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] - libc: [glibc] '@img/sharp-linux-ppc64@0.34.4': resolution: {integrity: sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [ppc64] os: [linux] - libc: [glibc] '@img/sharp-linux-s390x@0.34.4': resolution: {integrity: sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] - libc: [glibc] '@img/sharp-linux-x64@0.34.4': resolution: {integrity: sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [glibc] '@img/sharp-linuxmusl-arm64@0.34.4': resolution: {integrity: sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] - libc: [musl] '@img/sharp-linuxmusl-x64@0.34.4': resolution: {integrity: sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] - libc: [musl] '@img/sharp-wasm32@0.34.4': resolution: {integrity: sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==} @@ -685,13 +674,16 @@ packages: '@kevisual/cache@0.0.3': resolution: {integrity: sha512-BWEck69KYL96/ywjYVkML974RHjDJTj2ITQND1zFPR+hlBV1H1p55QZgSYRJCObg3EAV1S9Zic/fR2T4pfe8yg==} + '@kevisual/context@0.0.4': + resolution: {integrity: sha512-HJeLeZQLU+7tCluSfOyvkgKLs0HjCZrdJlZgEgKRSa8XTwZfMAUt6J7qZTbrZAHBlPtX68EPu/PI8JMCeu3WAQ==} + '@kevisual/query-login@0.0.7': resolution: {integrity: sha512-oOyPIz337cdTt7WncFj7Wr7nxUHh0pBB6KSAJlas+lQiWBPwQEZhpEd7YciydCRlMc9IJMcZRV1Bw3qgy8FFqQ==} peerDependencies: '@kevisual/query': ^0 - '@kevisual/query@0.0.29': - resolution: {integrity: sha512-rQZk0J073UuC1QGzuyq+pb4Y0hu8/Qx/xYHs9NbsmslM+RuMnd1zpXmvhXNj7Kn1MdYTH90ng2MlFLBkkQFaIg==} + '@kevisual/query@0.0.31': + resolution: {integrity: sha512-bBdepjmMICLpcj/a9fnn82/0CGGYUZiCV+usWsJZKAwVlZcnj+WtKmbgKT09KpP6g3jjYzYOaXHiNFB8N0bQAQ==} '@kevisual/registry@0.0.1': resolution: {integrity: sha512-//OHu9m4JDrMjgP8o8dcjZd3D3IAUkRVlkTSviouZEH7r5m7mccA3Hvzw0XJ/lelx6exC6LWsyv6c4uV0Dp+gw==} @@ -730,26 +722,26 @@ packages: resolution: {integrity: sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==} engines: {node: '>=14.x'} - '@rc-component/cascader@1.7.0': - resolution: {integrity: sha512-Cg8AlH+9N7vht7n+bKMkJCP5ERn9HJXMYLuaLC2wVq+Fapzr+3Ei7lNr7F4OjLkXdtMhkgiX4AZBEqja8+goxw==} + '@rc-component/cascader@1.8.0': + resolution: {integrity: sha512-AYcJ6zHWua/CPp2DK2Xebu6nhcbav5PcPVVwTRb7yJTuKuwnjlB81wgtPIEgMKRv42aH3hyMYZvFgKhuxuvKmg==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/checkbox@1.0.0': - resolution: {integrity: sha512-OvOsRsbCQvCQGafq429AuI6HGKtNdBRorR7EK0VF3X2ASMHQ6XzfgKGi/kf/FZ3VjPkvvzME7tMXayAD4J6wYg==} + '@rc-component/checkbox@1.0.1': + resolution: {integrity: sha512-08yTH8m+bSm8TOqbybbJ9KiAuIATti6bDs2mVeSfu4QfEnyeF6X0enHVvD1NEAyuBWEAo56QtLe++MYs2D9XiQ==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/collapse@1.1.1': - resolution: {integrity: sha512-m/E99iY8ItON58UIjfUXtV/p4TESy8DoUu4cIARyN+pAtNYqwk+9FpsjJtN/7sXlcdmFoTIcOh0z09eoS1dKhw==} + '@rc-component/collapse@1.1.2': + resolution: {integrity: sha512-ilBYk1dLLJHu5Q74dF28vwtKUYQ42ZXIIDmqTuVy4rD8JQVvkXOs+KixVNbweyuIEtJYJ7+t+9GVD9dPc6N02w==} peerDependencies: react: '>=18.0.0' react-dom: '>=18.0.0' - '@rc-component/color-picker@3.0.2': - resolution: {integrity: sha512-mCoBKA4j7BZpQaUqKDAHUf3xlMY8hYiy0v8WxIqrFOS3Oly376Qv6k+3QJC5OH21zv7bHw8IrI5T2HIrFCl8Bw==} + '@rc-component/color-picker@3.0.3': + resolution: {integrity: sha512-V7gFF9O7o5XwIWafdbOtqI4BUUkEUkgdBwp6favy3xajMX/2dDqytFaiXlcwrpq6aRyPLp5dKLAG5RFKLXMeGA==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -760,8 +752,8 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/dialog@1.5.0': - resolution: {integrity: sha512-P93IM/JK57Xj/gMqfdwFcnJA8lAnrRy1svCtFKmzvbzG5Bfe6se/HMt5bnqyYGALZ4xRFCmG9cUrS5MthD8+wQ==} + '@rc-component/dialog@1.5.1': + resolution: {integrity: sha512-by4Sf/a3azcb89WayWuwG19/Y312xtu8N81HoVQQtnsBDylfs+dog98fTAvLinnpeoWG52m/M7QLRW6fXR3l1g==} peerDependencies: react: '>=18.0.0' react-dom: '>=18.0.0' @@ -772,8 +764,8 @@ packages: react: '>=18.0.0' react-dom: '>=18.0.0' - '@rc-component/dropdown@1.0.0': - resolution: {integrity: sha512-pIf/JyX46HWjScz6q9XlZwpdYBo4a30pPcuD0GbIaJgowJpxdR8Er0/Tt53x+p3JmAXnQvluV9YJ7Rns6ZibgQ==} + '@rc-component/dropdown@1.0.2': + resolution: {integrity: sha512-6PY2ecUSYhDPhkNHHb4wfeAya04WhpmUSKzdR60G+kMNVUCX2vjT/AgTS0Lz0I/K6xrPMJ3enQbwVpeN3sHCgg==} peerDependencies: react: '>=16.11.0' react-dom: '>=16.11.0' @@ -785,8 +777,8 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/image@1.5.1': - resolution: {integrity: sha512-1fG+ph22p3+gCQKrRNqWsVs500EyAoqDNZV6cZaPcLXLljtqJ08IvlAXkFMy2pkg3uDt5KY9zVD/MRLJVyOF/A==} + '@rc-component/image@1.5.2': + resolution: {integrity: sha512-SIbYLy0IrXqyhccpKktQEvpbBti/KwgG8V/E8GJa8ycwOQmuZaCP7b/C+eQlivn4KDWpfKfoOrLKHXmVlljDgg==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -809,8 +801,8 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/menu@1.1.4': - resolution: {integrity: sha512-JP4ZWrUUqvT0t8EGTMf+BcLPFjlzOF0Y5zQN/4hQlpNzqxUWbGPrGBVfHr4Li5rWoR3u9X3nOFzrH7+NqiS8Qw==} + '@rc-component/menu@1.1.5': + resolution: {integrity: sha512-+TlOCjrvm0JFk3OtSbOLX4klXK1bBdwTSJeEg1lM8P0BfdJOYxLFmKyAoUILioP4dO2A9u+lZENZOleAmA4g+A==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -819,14 +811,14 @@ packages: resolution: {integrity: sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==} engines: {node: '>=8.x'} - '@rc-component/motion@1.1.4': - resolution: {integrity: sha512-rz3+kqQ05xEgIAB9/UKQZKCg5CO/ivGNU78QWYKVfptmbjJKynZO4KXJ7pJD3oMxE9aW94LD/N3eppXWeysTjw==} + '@rc-component/motion@1.1.6': + resolution: {integrity: sha512-aEQobs/YA0kqRvHIPjQvOytdtdRVyhf/uXAal4chBjxDu6odHckExJzjn2D+Ju1aKK6hx3pAs6BXdV9+86xkgQ==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/mutate-observer@2.0.0': - resolution: {integrity: sha512-hcHRFgtKAJfqFW+p4qgea4oLuwDxR2oyDY+3VFcZCRuf723Y0ZO2JFzqfDeL0CY+FO+Fs9G+CRg7WFOZjIymtA==} + '@rc-component/mutate-observer@2.0.1': + resolution: {integrity: sha512-AyarjoLU5YlxuValRi+w8JRH2Z84TBbFO2RoGWz9d8bSu0FqT8DtugH3xC3BV7mUwlmROFauyWuXFuq4IFbH+w==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' @@ -845,9 +837,9 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/picker@1.6.0': - resolution: {integrity: sha512-5gmNlnsK18Xu8W9xqluz8JzfRBHwPKfdUnkTwMmhGg7P8vjVUveYRHGQbyPZAE2Q11maE42x457l36FlXi4Hyw==} - engines: {node: '>=8.x'} + '@rc-component/picker@1.7.1': + resolution: {integrity: sha512-u75rwgbYbH3M2+k22dWOCXv1YUtdb5bgrD7YXCV19H6qS6mUHxQOcqRVTU2JmUPKkq+TOaHC4kDgU83mN2G01w==} + engines: {node: '>=12.x'} peerDependencies: date-fns: '>= 2.x' dayjs: '>= 1.x' @@ -872,47 +864,47 @@ packages: react: '>=18.0.0' react-dom: '>=18.0.0' - '@rc-component/progress@1.0.1': - resolution: {integrity: sha512-CM4E8NJbHBb4XHurTrKWqWiU5UwSEZ96rmpyIYiU5xET8coaDaVcHPdjtfdzQbamgKrik6a+SL/z35hP3zRBnw==} + '@rc-component/progress@1.0.2': + resolution: {integrity: sha512-WZUnH9eGxH1+xodZKqdrHke59uyGZSWgj5HBM5Kwk5BrTMuAORO7VJ2IP5Qbm9aH3n9x3IcesqHHR0NWPBC7fQ==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/qrcode@1.1.0': - resolution: {integrity: sha512-ABA80Yer0c6I2+moqNY0kF3Y1NxIT6wDP/EINIqbiRbfZKP1HtHpKMh8WuTXLgVGYsoWG2g9/n0PgM8KdnJb4Q==} + '@rc-component/qrcode@1.1.1': + resolution: {integrity: sha512-LfLGNymzKdUPjXUbRP+xOhIWY4jQ+YMj5MmWAcgcAq1Ij8XP7tRmAXqyuv96XvLUBE/5cA8hLFl9eO1JQMujrA==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/rate@1.0.0': - resolution: {integrity: sha512-X6LPdN67Sjsya/MxnM7bTYJ3wmua9FYt1wgw9L08oM9FfmsiTYSIHJy8D8aMWyDl99LBVq3vTIu135ghCwWkEA==} + '@rc-component/rate@1.0.1': + resolution: {integrity: sha512-bkXxeBqDpl5IOC7yL7GcSYjQx9G8H+6kLYQnNZWeBYq2OYIv1MONd6mqKTjnnJYpV0cQIU2z3atdW0j1kttpTw==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/resize-observer@1.0.0': - resolution: {integrity: sha512-inR8Ka87OOwtrDJzdVp2VuEVlc5nK20lHolvkwFUnXwV50p+nLhKny1NvNTCKvBmS/pi/rTn/1Hvsw10sRRnXA==} + '@rc-component/resize-observer@1.0.1': + resolution: {integrity: sha512-r+w+Mz1EiueGk1IgjB3ptNXLYSLZ5vnEfKHH+gfgj7JMupftyzvUUl3fRcMZe5uMM04x0n8+G2o/c6nlO2+Wag==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/segmented@1.2.2': - resolution: {integrity: sha512-VgGRpsYEZ0nOmC/uOFLM0DuoglYFBtcR9T4htCU/3tsmiG3zM9D1I6pU7gaqebPI2eecibxL1W1aGuARsgMWHQ==} + '@rc-component/segmented@1.2.3': + resolution: {integrity: sha512-L7G4S6zUpqHclOXK0wKKN2/VyqHa9tfDNxkoFjWOTPtQ0ROFaBwZhbf1+9sdZfIFkxJkpcShAmDOMEIBaFFqkw==} peerDependencies: react: '>=16.0.0' react-dom: '>=16.0.0' - '@rc-component/select@1.2.1': - resolution: {integrity: sha512-Ljsv/oDFxAACQprXXvSdSbi0Ckkr/2cVHEMo3uWS5P5m/QF/E+PLMLahN+E2U30P3O0gI3YcqdVKIt5wLauViQ==} + '@rc-component/select@1.2.7': + resolution: {integrity: sha512-qfhcB7oVUwuLtf67q4m2l2nOt7dp4axn9+fFmSHHcHy7FOFVFPIwWVMs6XFKAtxEEhZaHadQxLJFQLMRIp+Afw==} engines: {node: '>=8.x'} peerDependencies: react: '*' react-dom: '*' - '@rc-component/slider@1.0.0': - resolution: {integrity: sha512-ZC/ARv2o+VzyLMgEUWyOLV0JTRlJqbFSNegtERoAfPVxCPNt92s5baIp22OW487Wgtk1xCK9GZex8sD/zo91ig==} + '@rc-component/slider@1.0.1': + resolution: {integrity: sha512-uDhEPU1z3WDfCJhaL9jfd2ha/Eqpdfxsn0Zb0Xcq1NGQAman0TWaR37OWp2vVXEOdV2y0njSILTMpTfPV1454g==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' @@ -925,8 +917,8 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/switch@1.0.2': - resolution: {integrity: sha512-m0vjpdmrSYw55dXwxWxCwwM798lr1Jt30R7rVUOzRfPrnxIa/dJtN/BckR4gpPaDosjoRu/UPal3pLxQUIB/Rw==} + '@rc-component/switch@1.0.3': + resolution: {integrity: sha512-Jgi+EbOBquje/XNdofr7xbJQZPYJP+BlPfR0h+WN4zFkdtB2EWqEfvkXJWeipflwjWip0/17rNbxEAqs8hVHfw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -951,34 +943,34 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/tooltip@1.3.3': - resolution: {integrity: sha512-6wNDh60lh+RZFGJYm5vwNqB/S7YxkioZYF4Vj57tWIlKScxJWW5I2qXOc7gv99CXTDGclutVwcefZFbq9JANFQ==} + '@rc-component/tooltip@1.3.4': + resolution: {integrity: sha512-wbxvH/UBVgGnpivBPDiGirNr2B9BhUBF4QJTWHK8hOMh6qWg/yf0g4UspH9+GlnSwSLoYOhcChmdLLFxSULBDQ==} peerDependencies: react: '>=18.0.0' react-dom: '>=18.0.0' - '@rc-component/tour@2.2.0': - resolution: {integrity: sha512-9WF944DcDJaUZMB0gxbDgrVYkPyrxib2WketvUBHy2nqiAQDXZ0tSMTEDlis+rVYJmxF56JjT1SvkQsYcJTaOg==} + '@rc-component/tour@2.2.1': + resolution: {integrity: sha512-BUCrVikGJsXli38qlJ+h2WyDD6dYxzDA9dV3o0ij6gYhAq6ooT08SUMWOikva9v4KZ2BEuluGl5bPcsjrSoBgQ==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/tree-select@1.3.0': - resolution: {integrity: sha512-ClBy4J5X5FQQcQwQPyZmrrhpCBSobccASQaBWDm0wYWjE7WZ10B4lG6b2tJAFw9jBjmFD+lfGS9QogNoccUCWA==} + '@rc-component/tree-select@1.3.1': + resolution: {integrity: sha512-aWbsJ0c7Saqu4Fpn0RPx0EeprttyBbAeH1HQ8cG8vPHOrkG+kg4Wg3TWB+e5uVo36dneH8NJHfOICLzdblQEhA==} peerDependencies: react: '*' react-dom: '*' - '@rc-component/tree@1.0.1': - resolution: {integrity: sha512-pUhcYUXv2Xqt093JcIAikj4QFGIhTsGntFgLEv8Vwmw1fyG0x6rIFqopUxYqr0oWulxVob9ECu0O86SC42fuOw==} + '@rc-component/tree@1.0.2': + resolution: {integrity: sha512-h4P2P3N004VmUonkBzhisjrwME2njSxmUzZPhkFHGllAzbcRUSUGSx0dvRr0FCxYYittpMpGUHE6OMvbVX2c8Q==} engines: {node: '>=10.x'} peerDependencies: react: '*' react-dom: '*' - '@rc-component/trigger@3.6.15': - resolution: {integrity: sha512-agmLUpfYbgWhVBrXyQGiupc+YoQ9NaUyt1cf+LcyRi3waq1PDj6Q+D/bA3UlvcTr53Xg9592u3zmZ3yodRvBbA==} + '@rc-component/trigger@3.7.1': + resolution: {integrity: sha512-+YNP8FywxKJpdqzlAp6TN8UbSK6YsQtIs3kI13mHfm87qi3qUd5Q9AGW8Unfv76kXFUSu7U7D0FygRsGH+6MiA==} engines: {node: '>=8.x'} peerDependencies: react: '>=18.0.0' @@ -1042,67 +1034,56 @@ packages: resolution: {integrity: sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==} cpu: [arm] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.52.4': resolution: {integrity: sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==} cpu: [arm] os: [linux] - libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.52.4': resolution: {integrity: sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==} cpu: [arm64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.52.4': resolution: {integrity: sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==} cpu: [arm64] os: [linux] - libc: [musl] '@rollup/rollup-linux-loong64-gnu@4.52.4': resolution: {integrity: sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==} cpu: [loong64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-ppc64-gnu@4.52.4': resolution: {integrity: sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==} cpu: [ppc64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.52.4': resolution: {integrity: sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==} cpu: [riscv64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-riscv64-musl@4.52.4': resolution: {integrity: sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==} cpu: [riscv64] os: [linux] - libc: [musl] '@rollup/rollup-linux-s390x-gnu@4.52.4': resolution: {integrity: sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==} cpu: [s390x] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.52.4': resolution: {integrity: sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==} cpu: [x64] os: [linux] - libc: [glibc] '@rollup/rollup-linux-x64-musl@4.52.4': resolution: {integrity: sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==} cpu: [x64] os: [linux] - libc: [musl] '@rollup/rollup-openharmony-arm64@4.52.4': resolution: {integrity: sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==} @@ -1198,28 +1179,24 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [glibc] '@tailwindcss/oxide-linux-arm64-musl@4.1.17': resolution: {integrity: sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - libc: [musl] '@tailwindcss/oxide-linux-x64-gnu@4.1.17': resolution: {integrity: sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [glibc] '@tailwindcss/oxide-linux-x64-musl@4.1.17': resolution: {integrity: sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - libc: [musl] '@tailwindcss/oxide-wasm32-wasi@4.1.17': resolution: {integrity: sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==} @@ -1331,8 +1308,8 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@uiw/react-md-editor@4.0.8': - resolution: {integrity: sha512-S3mOzZeGmJNhzdXJxRTCwsFMDp8nBWeQUf59cK3L6QHzDUHnRoHpcmWpfVRyKGKSg8zaI2+meU5cYWf8kYn3mQ==} + '@uiw/react-md-editor@4.0.11': + resolution: {integrity: sha512-F0OR5O1v54EkZYvJj3ew0I7UqLiPeU34hMAY4MdXS3hI86rruYi5DHVkG/VuvLkUZW7wIETM2QFtZ459gKIjQA==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -1441,8 +1418,8 @@ packages: resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==} engines: {node: '>=12'} - antd@6.0.0: - resolution: {integrity: sha512-OoalcsmgsLFI8UWLkfDJftABP2KmNDiU9REaTApb0s7cd3vZfIok7OnHKuNGQ3tCNY1NKPDvoRtWKXlpaq7zWQ==} + antd@6.0.1: + resolution: {integrity: sha512-/kCH3057suoqe1D/JJ4lxvkESZWJr1+ISTbRnbxk99gXJWaxYp7pCX+4CZSdvVDKFpU1YBkzHn9/ZVNNyHImqQ==} peerDependencies: react: '>=18.0.0' react-dom: '>=18.0.0' @@ -1468,8 +1445,8 @@ packages: resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} hasBin: true - astro@5.16.0: - resolution: {integrity: sha512-GaDRs2Mngpw3dr2vc085GnORh98NiXxwIjg/EoQQQl/icZt3Z7s0BRsYHDZ8swkZbOA6wZsqWJdrNirl+iKcDg==} + astro@5.16.4: + resolution: {integrity: sha512-rgXI/8/tnO3Y9tfAaUyg/8beKhlIMltbiC8Q6jCoAfEidOyaue4KYKzbe0gJIb6qEdEaG3Kf3BY3EOSLkbWOLg==} engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true @@ -2093,28 +2070,24 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [glibc] lightningcss-linux-arm64-musl@1.30.2: resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - libc: [musl] lightningcss-linux-x64-gnu@1.30.2: resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [glibc] lightningcss-linux-x64-musl@1.30.2: resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - libc: [musl] lightningcss-win32-arm64-msvc@1.30.2: resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==} @@ -2146,8 +2119,8 @@ packages: peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - lucide-react@0.554.0: - resolution: {integrity: sha512-St+z29uthEJVx0Is7ellNkgTEhaeSoA42I7JjOCBCrc5X6LYMGSv0P/2uS5HDLTExP5tpiqRD2PyUEOS6s9UXA==} + lucide-react@0.556.0: + resolution: {integrity: sha512-iOb8dRk7kLaYBZhR2VlV1CeJGxChBgUthpSP8wom9jfj79qovgG6qcSdiy6vkoREKPnbUYzJsCn4o4PtG3Iy+A==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -2408,18 +2381,6 @@ packages: resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} - openai@5.23.2: - resolution: {integrity: sha512-MQBzmTulj+MM5O8SKEk/gL8a7s5mktS9zUtAkU257WjvobGc9nKcBuVwjyEEcb9SI8a8Y2G/mzn3vm9n1Jlleg==} - hasBin: true - peerDependencies: - ws: ^8.18.0 - zod: ^3.23.8 - peerDependenciesMeta: - ws: - optional: true - zod: - optional: true - p-limit@6.2.0: resolution: {integrity: sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==} engines: {node: '>=18'} @@ -2507,12 +2468,6 @@ packages: radix3@1.1.2: resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} - rc-motion@2.9.5: - resolution: {integrity: sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==} - peerDependencies: - react: '>=16.9.0' - react-dom: '>=16.9.0' - rc-overflow@1.5.0: resolution: {integrity: sha512-Lm/v9h0LymeUYJf0x39OveU52InkdRXqnn2aYXfWmo8WdOonIKB2kfau+GF0fWq6jPgtdO9yMqveGcK6aIhJmg==} peerDependencies: @@ -2538,10 +2493,10 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - react-dom@19.2.0: - resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==} + react-dom@19.2.1: + resolution: {integrity: sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==} peerDependencies: - react: ^19.2.0 + react: ^19.2.1 react-i18next@15.7.4: resolution: {integrity: sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==} @@ -2578,8 +2533,8 @@ packages: react: ^18 || ^19 react-dom: ^18 || ^19 - react@19.2.0: - resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==} + react@19.2.1: + resolution: {integrity: sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==} engines: {node: '>=0.10.0'} readdirp@4.1.2: @@ -3162,10 +3117,10 @@ packages: resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==} engines: {node: '>=18'} - zod-to-json-schema@3.24.6: - resolution: {integrity: sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==} + zod-to-json-schema@3.25.0: + resolution: {integrity: sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==} peerDependencies: - zod: ^3.24.1 + zod: ^3.25 || ^4 zod-to-ts@1.2.0: resolution: {integrity: sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==} @@ -3176,8 +3131,8 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} - zustand@5.0.8: - resolution: {integrity: sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==} + zustand@5.0.9: + resolution: {integrity: sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==} engines: {node: '>=12.20.0'} peerDependencies: '@types/react': '>=18.0.0' @@ -3203,45 +3158,45 @@ snapshots: dependencies: '@ant-design/fast-color': 3.0.0 - '@ant-design/cssinjs-utils@2.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@ant-design/cssinjs-utils@2.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@ant-design/cssinjs': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@ant-design/cssinjs': 2.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@babel/runtime': 7.28.4 - rc-util: 5.44.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@ant-design/cssinjs@2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@ant-design/cssinjs@2.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.28.4 '@emotion/hash': 0.8.0 '@emotion/unitless': 0.7.5 - classnames: 2.5.1 + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 csstype: 3.2.3 - rc-util: 5.44.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) stylis: 4.3.6 '@ant-design/fast-color@3.0.0': {} '@ant-design/icons-svg@4.4.2': {} - '@ant-design/icons@6.1.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@ant-design/icons@6.1.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@ant-design/colors': 8.0.0 '@ant-design/icons-svg': 4.4.2 - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@ant-design/react-slick@1.1.2(react@19.2.0)': + '@ant-design/react-slick@1.1.2(react@19.2.1)': dependencies: '@babel/runtime': 7.28.4 classnames: 2.5.1 json2mq: 0.2.0 - react: 19.2.0 + react: 19.2.1 resize-observer-polyfill: 1.5.1 throttle-debounce: 5.0.2 @@ -3277,12 +3232,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/mdx@4.3.12(astro@5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3))': + '@astrojs/mdx@4.3.12(astro@5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3))': dependencies: '@astrojs/markdown-remark': 6.3.9 '@mdx-js/mdx': 3.1.1 acorn: 8.15.0 - astro: 5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3) + astro: 5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3) es-module-lexer: 1.7.0 estree-util-visit: 2.0.0 hast-util-to-html: 9.0.5 @@ -3300,13 +3255,13 @@ snapshots: dependencies: prismjs: 1.30.0 - '@astrojs/react@4.4.2(@types/node@24.7.2)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@astrojs/react@4.4.2(@types/node@24.7.2)(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(jiti@2.6.1)(lightningcss@1.30.2)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@types/react': 19.2.7 '@types/react-dom': 19.2.3(@types/react@19.2.7) '@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2)) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) ultrahtml: 1.6.0 vite: 6.4.1(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2) transitivePeerDependencies: @@ -3341,12 +3296,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/vue@5.1.3(@types/node@24.7.2)(astro@5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(vue@3.5.25(typescript@5.9.3))': + '@astrojs/vue@5.1.3(@types/node@24.7.2)(astro@5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3))(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(vue@3.5.25(typescript@5.9.3))': dependencies: '@vitejs/plugin-vue': 5.2.1(vite@6.4.1(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2))(vue@3.5.25(typescript@5.9.3)) '@vitejs/plugin-vue-jsx': 4.2.0(vite@6.4.1(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2))(vue@3.5.25(typescript@5.9.3)) '@vue/compiler-sfc': 3.5.25 - astro: 5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3) + astro: 5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3) vite: 6.4.1(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2) vite-plugin-vue-devtools: 7.7.9(rollup@4.52.4)(vite@6.4.1(@types/node@24.7.2)(jiti@2.6.1)(lightningcss@1.30.2))(vue@3.5.25(typescript@5.9.3)) vue: 3.5.25(typescript@5.9.3) @@ -3792,18 +3747,15 @@ snapshots: dependencies: idb-keyval: 6.2.2 - '@kevisual/query-login@0.0.7(@kevisual/query@0.0.29(zod@3.25.76))': + '@kevisual/context@0.0.4': {} + + '@kevisual/query-login@0.0.7(@kevisual/query@0.0.31)': dependencies: '@kevisual/cache': 0.0.3 - '@kevisual/query': 0.0.29(zod@3.25.76) + '@kevisual/query': 0.0.31 dotenv: 17.2.3 - '@kevisual/query@0.0.29(zod@3.25.76)': - dependencies: - openai: 5.23.2(zod@3.25.76) - transitivePeerDependencies: - - ws - - zod + '@kevisual/query@0.0.31': {} '@kevisual/registry@0.0.1(typescript@5.9.3)': dependencies: @@ -3812,11 +3764,11 @@ snapshots: i18next: 25.6.0(typescript@5.9.3) i18next-browser-languagedetector: 8.2.0 i18next-http-backend: 3.0.2 - lucide-react: 0.509.0(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-i18next: 15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3) - react-toastify: 11.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + lucide-react: 0.509.0(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-i18next: 15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3) + react-toastify: 11.0.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) tailwind-merge: 3.4.0 transitivePeerDependencies: - encoding @@ -3859,16 +3811,16 @@ snapshots: '@polka/url@1.0.0-next.29': {} - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.7)(react@19.2.1)': dependencies: - react: 19.2.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 - '@radix-ui/react-slot@1.2.4(@types/react@19.2.7)(react@19.2.0)': + '@radix-ui/react-slot@1.2.4(@types/react@19.2.7)(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.0) - react: 19.2.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.2.7 @@ -3876,332 +3828,328 @@ snapshots: dependencies: '@babel/runtime': 7.28.4 - '@rc-component/cascader@1.7.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/cascader@1.8.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/select': 1.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/tree': 1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/select': 1.2.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/tree': 1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/checkbox@1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/checkbox@1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/collapse@1.1.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/collapse@1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.28.4 - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/color-picker@3.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/color-picker@3.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@ant-design/fast-color': 3.0.0 - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/context@2.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/context@2.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/dialog@1.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/dialog@1.5.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/portal': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/portal': 2.0.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/drawer@1.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/drawer@1.2.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/portal': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/portal': 2.0.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/dropdown@1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/dropdown@1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/form@1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/form@1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@rc-component/async-validator': 5.0.4 - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/image@1.5.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/image@1.5.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/portal': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/portal': 2.0.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/input-number@1.6.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/input-number@1.6.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@rc-component/mini-decimal': 1.1.0 - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/input@1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/input@1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/mentions@1.5.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/mentions@1.5.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/input': 1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/menu': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/textarea': 1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/input': 1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/menu': 1.1.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/textarea': 1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/menu@1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/menu@1.1.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - rc-overflow: 1.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + rc-overflow: 1.5.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) '@rc-component/mini-decimal@1.1.0': dependencies: '@babel/runtime': 7.28.4 - '@rc-component/motion@1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/motion@1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/mutate-observer@2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/notification@1.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/pagination@1.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/mutate-observer@2.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/picker@1.6.0(dayjs@1.11.19)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/notification@1.2.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/resize-observer': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - rc-overflow: 1.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/pagination@1.2.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/picker@1.7.1(dayjs@1.11.19)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/resize-observer': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + rc-overflow: 1.5.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: dayjs: 1.11.19 - '@rc-component/portal@2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/portal@2.0.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/progress@1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/progress@1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/qrcode@1.1.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/qrcode@1.1.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.28.4 - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/rate@1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/rate@1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/resize-observer@1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/resize-observer@1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/segmented@1.2.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/segmented@1.2.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.28.4 - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/select@1.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - rc-overflow: 1.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - rc-virtual-list: 3.19.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/slider@1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/select@1.2.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/steps@1.2.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + rc-overflow: 1.5.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + rc-virtual-list: 3.19.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/switch@1.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/slider@1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/table@1.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/context': 2.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/resize-observer': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - rc-virtual-list: 3.19.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/tabs@1.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/steps@1.2.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/dropdown': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/menu': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/resize-observer': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/textarea@1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/switch@1.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/input': 1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/resize-observer': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/tooltip@1.3.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/table@1.8.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/tour@2.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/portal': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/tree-select@1.3.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/select': 1.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/tree': 1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/context': 2.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/resize-observer': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + rc-virtual-list: 3.19.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/tree@1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/tabs@1.6.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - rc-virtual-list: 3.19.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/trigger@3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/portal': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/resize-observer': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - classnames: 2.5.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - '@rc-component/upload@1.1.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@rc-component/dropdown': 1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/menu': 1.1.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/resize-observer': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@rc-component/util@1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@rc-component/textarea@1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/input': 1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/resize-observer': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/tooltip@1.3.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/tour@2.2.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/portal': 2.0.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/tree-select@1.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/select': 1.2.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/tree': 1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/tree@1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + rc-virtual-list: 3.19.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/trigger@3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/portal': 2.0.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/resize-observer': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/upload@1.1.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + clsx: 2.1.1 + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + + '@rc-component/util@1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: is-mobile: 5.0.0 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-is: 18.3.1 '@rolldown/pluginutils@1.0.0-beta.27': {} @@ -4470,13 +4418,13 @@ snapshots: '@uiw/copy-to-clipboard@1.0.17': {} - '@uiw/react-markdown-preview@5.1.5(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@uiw/react-markdown-preview@5.1.5(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.28.4 '@uiw/copy-to-clipboard': 1.0.17 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - react-markdown: 9.0.3(@types/react@19.2.7)(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-markdown: 9.0.3(@types/react@19.2.7)(react@19.2.1) rehype-attr: 3.0.3 rehype-autolink-headings: 7.1.0 rehype-ignore: 2.0.2 @@ -4491,12 +4439,12 @@ snapshots: - '@types/react' - supports-color - '@uiw/react-md-editor@4.0.8(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': + '@uiw/react-md-editor@4.0.11(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.28.4 - '@uiw/react-markdown-preview': 5.1.5(@types/react@19.2.7)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + '@uiw/react-markdown-preview': 5.1.5(@types/react@19.2.7)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) rehype: 13.0.2 rehype-prism-plus: 2.0.1 transitivePeerDependencies: @@ -4658,55 +4606,56 @@ snapshots: ansi-styles@6.2.3: {} - antd@6.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + antd@6.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@ant-design/colors': 8.0.0 - '@ant-design/cssinjs': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@ant-design/cssinjs-utils': 2.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@ant-design/cssinjs': 2.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@ant-design/cssinjs-utils': 2.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@ant-design/fast-color': 3.0.0 - '@ant-design/icons': 6.1.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@ant-design/react-slick': 1.1.2(react@19.2.0) - '@rc-component/cascader': 1.7.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/checkbox': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/collapse': 1.1.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/color-picker': 3.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/dialog': 1.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/drawer': 1.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/dropdown': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/form': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/image': 1.5.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/input': 1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/input-number': 1.6.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/mentions': 1.5.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/menu': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/motion': 1.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/mutate-observer': 2.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/notification': 1.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/pagination': 1.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/picker': 1.6.0(dayjs@1.11.19)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/progress': 1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/qrcode': 1.1.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/rate': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/resize-observer': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/segmented': 1.2.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/select': 1.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/slider': 1.0.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/steps': 1.2.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/switch': 1.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/table': 1.8.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/tabs': 1.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/textarea': 1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/tooltip': 1.3.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/tour': 2.2.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/tree': 1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/tree-select': 1.3.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/trigger': 3.6.15(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/upload': 1.1.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@rc-component/util': 1.4.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + '@ant-design/icons': 6.1.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@ant-design/react-slick': 1.1.2(react@19.2.1) + '@babel/runtime': 7.28.4 + '@rc-component/cascader': 1.8.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/checkbox': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/collapse': 1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/color-picker': 3.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/dialog': 1.5.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/drawer': 1.2.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/dropdown': 1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/form': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/image': 1.5.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/input': 1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/input-number': 1.6.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/mentions': 1.5.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/menu': 1.1.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/motion': 1.1.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/mutate-observer': 2.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/notification': 1.2.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/pagination': 1.2.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/picker': 1.7.1(dayjs@1.11.19)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/progress': 1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/qrcode': 1.1.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/rate': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/resize-observer': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/segmented': 1.2.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/select': 1.2.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/slider': 1.0.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/steps': 1.2.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/switch': 1.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/table': 1.8.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/tabs': 1.6.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/textarea': 1.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/tooltip': 1.3.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/tour': 2.2.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/tree': 1.0.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/tree-select': 1.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/trigger': 3.7.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/upload': 1.1.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@rc-component/util': 1.4.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) clsx: 2.1.1 dayjs: 1.11.19 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) scroll-into-view-if-needed: 3.1.0 throttle-debounce: 5.0.2 transitivePeerDependencies: @@ -4729,7 +4678,7 @@ snapshots: astring@1.9.0: {} - astro@5.16.0(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3): + astro@5.16.4(@types/node@24.7.2)(idb-keyval@6.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.52.4)(typescript@5.9.3): dependencies: '@astrojs/compiler': 2.13.0 '@astrojs/internal-helpers': 0.7.5 @@ -4792,7 +4741,7 @@ snapshots: yargs-parser: 21.1.1 yocto-spinner: 0.2.3 zod: 3.25.76 - zod-to-json-schema: 3.24.6(zod@3.25.76) + zod-to-json-schema: 3.25.0(zod@3.25.76) zod-to-ts: 1.2.0(typescript@5.9.3)(zod@3.25.76) optionalDependencies: sharp: 0.34.4 @@ -5558,13 +5507,13 @@ snapshots: dependencies: yallist: 3.1.1 - lucide-react@0.509.0(react@19.2.0): + lucide-react@0.509.0(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 - lucide-react@0.554.0(react@19.2.0): + lucide-react@0.556.0(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 magic-string@0.30.21: dependencies: @@ -6083,10 +6032,6 @@ snapshots: is-inside-container: 1.0.0 wsl-utils: 0.1.0 - openai@5.23.2(zod@3.25.76): - optionalDependencies: - zod: 3.25.76 - p-limit@6.2.0: dependencies: yocto-queue: 1.2.1 @@ -6168,66 +6113,58 @@ snapshots: radix3@1.1.2: {} - rc-motion@2.9.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + rc-overflow@1.5.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.28.4 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + rc-resize-observer: 1.4.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + rc-util: 5.44.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - rc-overflow@1.5.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + rc-resize-observer@1.4.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.28.4 classnames: 2.5.1 - rc-resize-observer: 1.4.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - rc-util: 5.44.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - - rc-resize-observer@1.4.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0): - dependencies: - '@babel/runtime': 7.28.4 - classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + rc-util: 5.44.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) resize-observer-polyfill: 1.5.1 - rc-util@5.44.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + rc-util@5.44.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.28.4 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-is: 18.3.1 - rc-virtual-list@3.19.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + rc-virtual-list@3.19.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.28.4 classnames: 2.5.1 - rc-resize-observer: 1.4.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - rc-util: 5.44.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + rc-resize-observer: 1.4.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + rc-util: 5.44.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-dom@19.2.0(react@19.2.0): + react-dom@19.2.1(react@19.2.1): dependencies: - react: 19.2.0 + react: 19.2.1 scheduler: 0.27.0 - react-i18next@15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.9.3): + react-i18next@15.7.4(i18next@25.6.0(typescript@5.9.3))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.9.3): dependencies: '@babel/runtime': 7.28.4 html-parse-stringify: 3.0.1 i18next: 25.6.0(typescript@5.9.3) - react: 19.2.0 + react: 19.2.1 optionalDependencies: - react-dom: 19.2.0(react@19.2.0) + react-dom: 19.2.1(react@19.2.1) typescript: 5.9.3 react-is@18.3.1: {} - react-markdown@9.0.3(@types/react@19.2.7)(react@19.2.0): + react-markdown@9.0.3(@types/react@19.2.7)(react@19.2.1): dependencies: '@types/hast': 3.0.4 '@types/react': 19.2.7 @@ -6235,7 +6172,7 @@ snapshots: hast-util-to-jsx-runtime: 2.3.6 html-url-attributes: 3.0.1 mdast-util-to-hast: 13.2.0 - react: 19.2.0 + react: 19.2.1 remark-parse: 11.0.0 remark-rehype: 11.1.2 unified: 11.0.5 @@ -6246,13 +6183,13 @@ snapshots: react-refresh@0.17.0: {} - react-toastify@11.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + react-toastify@11.0.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: clsx: 2.1.1 - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react@19.2.0: {} + react@19.2.1: {} readdirp@4.1.2: {} @@ -6926,7 +6863,7 @@ snapshots: yoctocolors@2.1.2: {} - zod-to-json-schema@3.24.6(zod@3.25.76): + zod-to-json-schema@3.25.0(zod@3.25.76): dependencies: zod: 3.25.76 @@ -6937,9 +6874,9 @@ snapshots: zod@3.25.76: {} - zustand@5.0.8(@types/react@19.2.7)(react@19.2.0): + zustand@5.0.9(@types/react@19.2.7)(react@19.2.1): optionalDependencies: '@types/react': 19.2.7 - react: 19.2.0 + react: 19.2.1 zwitch@2.0.4: {} diff --git a/src/data/docs/simpalte-template.md b/src/data/docs/simpalte-template.md index 11cf32e..6321b1e 100644 --- a/src/data/docs/simpalte-template.md +++ b/src/data/docs/simpalte-template.md @@ -1,10 +1,10 @@ --- -title: 'astro 例子' +title: '想要模板做什么' tags: ['astro', 'simple', 'template'] createdAt: '2025-11-25 20:00:00' hideInMenu: true --- -## astro-simplate-template +## 模板介绍 -astro 是一个非常好的 \ No newline at end of file +合并文档内容和开发项目的模块 \ No newline at end of file diff --git a/src/layouts/MDXPost.astro b/src/layouts/MDXPost.astro index 43590e6..5d2df39 100644 --- a/src/layouts/MDXPost.astro +++ b/src/layouts/MDXPost.astro @@ -4,7 +4,8 @@ export interface Props { title?: string; description?: string; } - +import 'github-markdown-css/github-markdown-light.css'; +import 'highlight.js/styles/github-dark.css'; const { title, description } = Astro.props; --- @@ -12,9 +13,6 @@ const { title, description } = Astro.props;
浏览所有可用的文档资源