diff --git a/CHANGES.md b/CHANGES.md index 952cba3c..09624e77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,14 @@ ## Unreleased +## 2026-06-01 - 0.25.4 + +- Dependabot updates. + +## 2026-05-28 - 0.25.3 + +- Fix issue with Ace editor attempting to load external files already bundled. + ## 2026-05-27 - 0.25.2 - Fix issue with table policy warning firing to eagerly. diff --git a/package.json b/package.json index fecd5bcd..90b63d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cratedb/crate-gc-admin", - "version": "0.25.3", + "version": "0.25.4", "author": "cratedb", "private": false, "type": "module", @@ -36,7 +36,7 @@ "./dist" ], "dependencies": { - "@ant-design/icons": "^6.1.1", + "@ant-design/icons": "^6.2.3", "@cratedb/cratedb-sqlparse": "^0.0.17", "@hookform/resolvers": "^3.10.0", "@radix-ui/react-dropdown-menu": "^2.1.16", @@ -48,14 +48,14 @@ "@radix-ui/react-tabs": "^1.1.13", "@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/react-table": "^8.21.3", - "ace-builds": "^1.43.6", + "ace-builds": "^1.44.0", "antd": "^5.29.3", - "axios": "^1.15.2", + "axios": "^1.16.1", "class-variance-authority": "^0.7.1", "classnames": "^2.5.1", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "compare-versions": "^6.1.1", - "cronstrue": "^2.59.0", + "cronstrue": "^2.61.0", "jwt-decode": "^4.0.0", "less": "^4.6.4", "lodash": "^4.18.1", @@ -64,21 +64,21 @@ "path-parser": "^6.1.0", "pretty-bytes": "^6.1.1", "react-ace": "^14.0.1", - "react-hook-form": "^7.73.1", + "react-hook-form": "^7.76.1", "react-icons": "^5.6.0", "react-intl": "^7.1.14", "react-resizable-panels": "^2.1.9", "react-syntax-highlighter": "^15.6.6", "recharts": "^2.15.4", "rollup-preserve-directives": "^1.1.3", - "sql-formatter": "^15.7.3", + "sql-formatter": "^15.8.0", "swr": "^2.4.1", - "tailwind-merge": "^3.5.0", + "tailwind-merge": "^3.6.0", "tailwindcss-animate": "^1.0.7", "web-vitals": "^4.2.4", "word-wrap": "^1.2.5", "zod": "^3.25.76", - "zustand": "^5.0.12" + "zustand": "^5.0.13" }, "scripts": { "start": "vite", @@ -116,19 +116,19 @@ "@eslint/compat": "^1.4.1", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@testing-library/dom": "^10.0.0", + "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.24", - "@types/node": "^24.0.0", + "@types/node": "^24.12.4", "@types/papaparse": "^5.5.2", "@types/react": "19.0.0", "@types/react-dom": "19.0.0", - "@types/react-syntax-highlighter": "^15.5.11", - "@typescript-eslint/eslint-plugin": "^8.59.0", - "@typescript-eslint/parser": "^8.59.0", + "@types/react-syntax-highlighter": "^15.5.13", + "@typescript-eslint/eslint-plugin": "^8.60.0", + "@typescript-eslint/parser": "^8.60.0", "@vitejs/plugin-react-swc": "^3.11.0", "autoprefixer": "^10.5.0", "chokidar-cli": "^3.0.0", @@ -138,21 +138,21 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.2.0", "globals": "^17.6.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-fixed-jsdom": "^0.0.11", "msw": "^2.12.7", - "postcss": "^8.5.10", - "prettier": "^3.8.1", + "postcss": "^8.5.15", + "prettier": "^3.8.3", "prettier-plugin-sort-imports": "^1.8.11", - "prettier-plugin-tailwindcss": "^0.7.2", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "react-router-dom": "^7.14.1", + "prettier-plugin-tailwindcss": "^0.7.4", + "react": "^19.2.6", + "react-dom": "^19.2.6", + "react-router-dom": "^7.15.1", "tailwindcss": "^3.4.19", - "ts-jest": "^29.4.9", + "ts-jest": "^29.4.11", "typescript": "^5.9.3", "vite": "^6.4.2", "vite-plugin-dts": "^4.5.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ebe61b4d..b0f0a6f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,50 +13,50 @@ importers: .: dependencies: '@ant-design/icons': - specifier: ^6.1.1 - version: 6.1.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: ^6.2.3 + version: 6.2.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@cratedb/cratedb-sqlparse': specifier: ^0.0.17 version: 0.0.17 '@hookform/resolvers': specifier: ^3.10.0 - version: 3.10.0(react-hook-form@7.73.1(react@19.2.4)) + version: 3.10.0(react-hook-form@7.76.1(react@19.2.6)) '@radix-ui/react-dropdown-menu': specifier: ^2.1.16 - version: 2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@radix-ui/react-label': specifier: ^2.1.8 - version: 2.1.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 2.1.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@radix-ui/react-popover': specifier: ^1.1.15 - version: 1.1.15(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 1.1.15(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@radix-ui/react-select': specifier: ^2.2.6 - version: 2.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 2.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@radix-ui/react-slot': specifier: ^1.2.4 - version: 1.2.4(@types/react@19.0.0)(react@19.2.4) + version: 1.2.4(@types/react@19.0.0)(react@19.2.6) '@radix-ui/react-switch': specifier: ^1.2.6 - version: 1.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 1.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@radix-ui/react-tabs': specifier: ^1.1.13 - version: 1.1.13(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 1.1.13(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@tanstack/match-sorter-utils': specifier: ^8.19.4 version: 8.19.4 '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 8.21.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) ace-builds: - specifier: ^1.43.6 - version: 1.43.6 + specifier: ^1.44.0 + version: 1.44.0 antd: specifier: ^5.29.3 - version: 5.29.3(moment@2.30.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 5.29.3(moment@2.30.1)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) axios: - specifier: ^1.15.2 - version: 1.15.2 + specifier: ^1.16.1 + version: 1.16.1 class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -64,13 +64,13 @@ importers: specifier: ^2.5.1 version: 2.5.1 clsx: - specifier: ^2.1.0 + specifier: ^2.1.1 version: 2.1.1 compare-versions: specifier: ^6.1.1 version: 6.1.1 cronstrue: - specifier: ^2.59.0 + specifier: ^2.61.0 version: 2.61.0 jwt-decode: specifier: ^4.0.0 @@ -95,37 +95,37 @@ importers: version: 6.1.1 react-ace: specifier: ^14.0.1 - version: 14.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 14.0.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) react-hook-form: - specifier: ^7.73.1 - version: 7.73.1(react@19.2.4) + specifier: ^7.76.1 + version: 7.76.1(react@19.2.6) react-icons: specifier: ^5.6.0 - version: 5.6.0(react@19.2.4) + version: 5.6.0(react@19.2.6) react-intl: specifier: ^7.1.14 - version: 7.1.14(react@19.2.4)(typescript@5.9.3) + version: 7.1.14(react@19.2.6)(typescript@5.9.3) react-resizable-panels: specifier: ^2.1.9 - version: 2.1.9(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 2.1.9(react-dom@19.2.6(react@19.2.6))(react@19.2.6) react-syntax-highlighter: specifier: ^15.6.6 - version: 15.6.6(react@19.2.4) + version: 15.6.6(react@19.2.6) recharts: specifier: ^2.15.4 - version: 2.15.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 2.15.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) rollup-preserve-directives: specifier: ^1.1.3 version: 1.1.3(rollup@4.60.2) sql-formatter: - specifier: ^15.7.3 - version: 15.7.3 + specifier: ^15.8.0 + version: 15.8.0 swr: specifier: ^2.4.1 - version: 2.4.1(react@19.2.4) + version: 2.4.1(react@19.2.6) tailwind-merge: - specifier: ^3.5.0 - version: 3.5.0 + specifier: ^3.6.0 + version: 3.6.0 tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.19) @@ -139,8 +139,8 @@ importers: specifier: ^3.25.76 version: 3.25.76 zustand: - specifier: ^5.0.12 - version: 5.0.12(@types/react@19.0.0)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)) + specifier: ^5.0.13 + version: 5.0.13(@types/react@19.0.0)(react@19.2.6)(use-sync-external-store@1.6.0(react@19.2.6)) devDependencies: '@eslint/compat': specifier: ^1.4.1 @@ -152,14 +152,14 @@ importers: specifier: ^10.0.1 version: 10.0.1(eslint@9.39.4(jiti@1.21.7)) '@testing-library/dom': - specifier: ^10.0.0 + specifier: ^10.4.1 version: 10.4.1 '@testing-library/jest-dom': specifier: ^6.9.1 version: 6.9.1 '@testing-library/react': - specifier: ^16.0.0 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: ^16.3.2 + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@testing-library/user-event': specifier: ^14.6.1 version: 14.6.1(@testing-library/dom@10.4.1) @@ -170,7 +170,7 @@ importers: specifier: ^4.17.24 version: 4.17.24 '@types/node': - specifier: ^24.0.0 + specifier: ^24.12.4 version: 24.12.4 '@types/papaparse': specifier: ^5.5.2 @@ -182,20 +182,20 @@ importers: specifier: 19.0.0 version: 19.0.0 '@types/react-syntax-highlighter': - specifier: ^15.5.11 + specifier: ^15.5.13 version: 15.5.13 '@typescript-eslint/eslint-plugin': - specifier: ^8.59.0 - version: 8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + specifier: ^8.60.0 + version: 8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) '@typescript-eslint/parser': - specifier: ^8.59.0 - version: 8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + specifier: ^8.60.0 + version: 8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) '@vitejs/plugin-react-swc': specifier: ^3.11.0 version: 3.11.0(vite@6.4.2(@types/node@24.12.4)(jiti@1.21.7)(less@4.6.4)) autoprefixer: specifier: ^10.5.0 - version: 10.5.0(postcss@8.5.10) + version: 10.5.0(postcss@8.5.15) chokidar-cli: specifier: ^3.0.0 version: 3.0.0 @@ -207,18 +207,18 @@ importers: version: 9.39.4(jiti@1.21.7) eslint-config-airbnb: specifier: ^19.0.4 - version: 19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react-hooks@5.2.0(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)) + version: 19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react-hooks@5.2.0(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)) eslint-config-prettier: specifier: ^10.1.8 version: 10.1.8(eslint@9.39.4(jiti@1.21.7)) eslint-plugin-prettier: specifier: ^5.5.5 - version: 5.5.5(@types/eslint@8.56.12)(eslint-config-prettier@10.1.8(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7))(prettier@3.8.1) + version: 5.5.5(@types/eslint@8.56.12)(eslint-config-prettier@10.1.8(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7))(prettier@3.8.3) eslint-plugin-react: specifier: ^7.37.5 version: 7.37.5(eslint@9.39.4(jiti@1.21.7)) eslint-plugin-react-hooks: - specifier: ^5.0.0 + specifier: ^5.2.0 version: 5.2.0(eslint@9.39.4(jiti@1.21.7)) globals: specifier: ^17.6.0 @@ -236,32 +236,32 @@ importers: specifier: ^2.12.7 version: 2.12.7(@types/node@24.12.4)(typescript@5.9.3) postcss: - specifier: ^8.5.10 - version: 8.5.10 + specifier: ^8.5.15 + version: 8.5.15 prettier: - specifier: ^3.8.1 - version: 3.8.1 + specifier: ^3.8.3 + version: 3.8.3 prettier-plugin-sort-imports: specifier: ^1.8.11 version: 1.8.11(typescript@5.9.3) prettier-plugin-tailwindcss: - specifier: ^0.7.2 - version: 0.7.2(prettier-plugin-sort-imports@1.8.11(typescript@5.9.3))(prettier@3.8.1) + specifier: ^0.7.4 + version: 0.7.4(prettier-plugin-sort-imports@1.8.11(typescript@5.9.3))(prettier@3.8.3) react: - specifier: ^19.0.0 - version: 19.2.4 + specifier: ^19.2.6 + version: 19.2.6 react-dom: - specifier: ^19.0.0 - version: 19.2.4(react@19.2.4) + specifier: ^19.2.6 + version: 19.2.6(react@19.2.6) react-router-dom: - specifier: ^7.14.1 - version: 7.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: ^7.15.1 + version: 7.15.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) tailwindcss: specifier: ^3.4.19 version: 3.4.19 ts-jest: - specifier: ^29.4.9 - version: 29.4.9(@babel/core@7.24.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest-util@29.7.0)(jest@29.7.0(@types/node@24.12.4))(typescript@5.9.3) + specifier: ^29.4.11 + version: 29.4.11(@babel/core@7.24.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest-util@29.7.0)(jest@29.7.0(@types/node@24.12.4))(typescript@5.9.3) typescript: specifier: ^5.9.3 version: 5.9.3 @@ -297,8 +297,8 @@ packages: '@ant-design/colors@7.2.1': resolution: {integrity: sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==} - '@ant-design/colors@8.0.0': - resolution: {integrity: sha512-6YzkKCw30EI/E9kHOIXsQDHmMvTllT8STzjMb4K2qzit33RW2pqCJP0sk+hidBntXxE+Vz4n1+RvCTfBw6OErw==} + '@ant-design/colors@8.0.1': + resolution: {integrity: sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==} '@ant-design/cssinjs-utils@1.1.3': resolution: {integrity: sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==} @@ -330,8 +330,8 @@ packages: react: '>=16.0.0' react-dom: '>=16.0.0' - '@ant-design/icons@6.1.1': - resolution: {integrity: sha512-AMT4N2y++TZETNHiM77fs4a0uPVCJGuL5MTonk13Pvv7UN7sID1cNEZOc1qNqx6zLKAOilTEFAdAoAFKa0U//Q==} + '@ant-design/icons@6.2.3': + resolution: {integrity: sha512-Pl3aoAtxQeKryYnt6VvDJtOxMOtA8wrRSACe/pTjOAIG3fdHrWm6Ivb4ku9tsFjYroSXBKirvuxG4QkwBXD9gg==} engines: {node: '>=8'} peerDependencies: react: '>=16.0.0' @@ -1388,8 +1388,8 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' - '@rc-component/util@1.3.0': - resolution: {integrity: sha512-hfXE04CVsxI/slmWKeSh6du7sSKpbvVdVEZCa8A+2QWDlL97EsCYme2c3ZWLn1uC9FR21JoewlrhUPWO4QgO8w==} + '@rc-component/util@1.11.1': + resolution: {integrity: sha512-awVlI3ub2vqfqkYxOBc/uQ0efm3jw0wcrhtO/YWLyZfxiKXczKwNbVuhlnyxytDt7H9pbbVQiqr+O6MLATtRYg==} peerDependencies: react: '>=18.0.0' react-dom: '>=18.0.0' @@ -1829,63 +1829,63 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@8.59.0': - resolution: {integrity: sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==} + '@typescript-eslint/eslint-plugin@8.60.0': + resolution: {integrity: sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.59.0 + '@typescript-eslint/parser': ^8.60.0 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/parser@8.59.0': - resolution: {integrity: sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==} + '@typescript-eslint/parser@8.60.0': + resolution: {integrity: sha512-fcqpj/MyK4sxDPcbe7STNPbpQL4RLZOPWuaTmwZYuc+hJKzRf58yRxfhqGpc6PIq9ZyfSBpfHgmUHmHs0KwHwg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/project-service@8.59.0': - resolution: {integrity: sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==} + '@typescript-eslint/project-service@8.60.0': + resolution: {integrity: sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/scope-manager@8.59.0': - resolution: {integrity: sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==} + '@typescript-eslint/scope-manager@8.60.0': + resolution: {integrity: sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.59.0': - resolution: {integrity: sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==} + '@typescript-eslint/tsconfig-utils@8.60.0': + resolution: {integrity: sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/type-utils@8.59.0': - resolution: {integrity: sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==} + '@typescript-eslint/type-utils@8.60.0': + resolution: {integrity: sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/types@8.59.0': - resolution: {integrity: sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==} + '@typescript-eslint/types@8.60.0': + resolution: {integrity: sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.59.0': - resolution: {integrity: sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==} + '@typescript-eslint/typescript-estree@8.60.0': + resolution: {integrity: sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/utils@8.59.0': - resolution: {integrity: sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==} + '@typescript-eslint/utils@8.60.0': + resolution: {integrity: sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/visitor-keys@8.59.0': - resolution: {integrity: sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==} + '@typescript-eslint/visitor-keys@8.60.0': + resolution: {integrity: sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-react-swc@3.11.0': @@ -1929,6 +1929,9 @@ packages: ace-builds@1.43.6: resolution: {integrity: sha512-L1ddibQ7F3vyXR2k2fg+I8TQTPWVA6CKeDQr/h2+8CeyTp3W6EQL8xNFZRTztuP8xNOAqL3IYPqdzs31GCjDvg==} + ace-builds@1.44.0: + resolution: {integrity: sha512-PFNMSYqFdEUkul2Ntud0HvA09AgY+F1ag0UYdpMH60wNI/qOA8cB8tlTgoALMEwIdUPJK2CjrIQ7OnbiSS/ugQ==} + acorn-globals@7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} @@ -2108,8 +2111,8 @@ packages: resolution: {integrity: sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==} engines: {node: '>=4'} - axios@1.15.2: - resolution: {integrity: sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==} + axios@1.16.1: + resolution: {integrity: sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -3742,6 +3745,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@3.3.12: + resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} @@ -4003,6 +4011,10 @@ packages: resolution: {integrity: sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.15: + resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} + engines: {node: ^10 || ^12 || >=14} + prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -4016,8 +4028,8 @@ packages: peerDependencies: typescript: '>4.0.0' - prettier-plugin-tailwindcss@0.7.2: - resolution: {integrity: sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA==} + prettier-plugin-tailwindcss@0.7.4: + resolution: {integrity: sha512-UKii4RjY05SNt/WQi6/NcOn/LsT0/ILLXsxygjbRg5/YZelsSu5jTqorYHPDGq4nZy5q5hpCu+XdGZ1xaJEQgw==} engines: {node: '>=20.19'} peerDependencies: '@ianvs/prettier-plugin-sort-imports': '*' @@ -4076,6 +4088,11 @@ packages: engines: {node: '>=14'} hasBin: true + prettier@3.8.3: + resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} + engines: {node: '>=14'} + hasBin: true + pretty-bytes@6.1.1: resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} engines: {node: ^14.13.1 || >=16.0.0} @@ -4373,13 +4390,13 @@ packages: react: ^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^0.13.0 || ^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom@19.2.4: - resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==} + react-dom@19.2.6: + resolution: {integrity: sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==} peerDependencies: - react: ^19.2.4 + react: ^19.2.6 - react-hook-form@7.73.1: - resolution: {integrity: sha512-VAfVYOPcx3piiEVQy95vyFmBwbVUsP/AUIN+mpFG8h11yshDd444nn0VyfaGWSRnhOLVgiDu7HIuBtAIzxn9dA==} + react-hook-form@7.76.1: + resolution: {integrity: sha512-rYM7tPiWlu3nZchkR/ex7piyzui2vFPyaLnXnI/RnblB/L4qfMmyses8llJVtF1NpE9WBBsJlGtcSZzPCXW1qQ==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 @@ -4433,15 +4450,15 @@ packages: react: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc - react-router-dom@7.15.0: - resolution: {integrity: sha512-VcrVg64Fo8nwBvDscajG8gRTLIuTC6N50nb22l2HOOV4PTOHgoGp8mUjy9wLiHYoYTSYI36tUnXZgasSRFZorQ==} + react-router-dom@7.15.1: + resolution: {integrity: sha512-AzF62gjY6U9rkMq4RfP/r2EVtQ7DMfNMjyOp/flLTCrtRylLiK4wT4pSq6O8rOXZ2eXdZYJPEYe+ifomiv+Igg==} engines: {node: '>=20.0.0'} peerDependencies: react: '>=18' react-dom: '>=18' - react-router@7.15.0: - resolution: {integrity: sha512-HW9vYwuM8f4yx66Izy8xfrzCM+SBJluoZcCbww9A1TySax11S5Vgw6fi3ZjMONw9J4gQwngL7PzkyIpJJpJ7RQ==} + react-router@7.15.1: + resolution: {integrity: sha512-R8rl9HhgikFYoPJymnUtPXWbnDb3oget6lQnfIoupbt61aT9aOhRkDsY2XRhZRyX1Z/8a5sL74fXmFNm3NRK5A==} engines: {node: '>=20.0.0'} peerDependencies: react: '>=18' @@ -4477,8 +4494,8 @@ packages: react: '>=16.6.0' react-dom: '>=16.6.0' - react@19.2.4: - resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==} + react@19.2.6: + resolution: {integrity: sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -4649,6 +4666,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.8.1: + resolution: {integrity: sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==} + engines: {node: '>=10'} + hasBin: true + set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} @@ -4726,8 +4748,8 @@ packages: sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - sql-formatter@15.7.3: - resolution: {integrity: sha512-5+zl9Nqg5aNjss0tb1G+StpC4dJKbjv3+g8CL/+V+00PfZop+2RKGyi53ScFl0dr+Dkx1LjmUO54Q3N7K3EtMw==} + sql-formatter@15.8.0: + resolution: {integrity: sha512-HnjdRHlSsO4Ap2erB5YXAvWggrnk/S4TezUn8zmpq9J/hEKn9+6gGaqiKPyDtI10Xf4zJmHYPREGjMjZmmP1fg==} hasBin: true stack-utils@2.0.6: @@ -4859,8 +4881,8 @@ packages: resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==} engines: {node: '>=20'} - tailwind-merge@3.5.0: - resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==} + tailwind-merge@3.6.0: + resolution: {integrity: sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==} tailwindcss-animate@1.0.7: resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} @@ -4936,8 +4958,8 @@ packages: ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - ts-jest@29.4.9: - resolution: {integrity: sha512-LTb9496gYPMCqjeDLdPrKuXtncudeV1yRZnF4Wo5l3SFi0RYEnYRNgMrFIdg+FHvfzjCyQk1cLncWVqiSX+EvQ==} + ts-jest@29.4.11: + resolution: {integrity: sha512-IrFl7l9AuB/qrNw5quqvAv/hmKMb8dhWOH4jQOGo0Oq8tCeo1O86/iTFG1FaRimgUkF13l4PcepO8ATFT6Ns4g==} engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5319,8 +5341,8 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} - zustand@5.0.12: - resolution: {integrity: sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==} + zustand@5.0.13: + resolution: {integrity: sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==} engines: {node: '>=12.20.0'} peerDependencies: '@types/react': 19.0.0 @@ -5352,28 +5374,28 @@ snapshots: dependencies: '@ant-design/fast-color': 2.0.6 - '@ant-design/colors@8.0.0': + '@ant-design/colors@8.0.1': dependencies: '@ant-design/fast-color': 3.0.0 - '@ant-design/cssinjs-utils@1.1.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@ant-design/cssinjs-utils@1.1.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@ant-design/cssinjs': 1.24.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@ant-design/cssinjs': 1.24.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@babel/runtime': 7.28.2 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@ant-design/cssinjs@1.24.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@ant-design/cssinjs@1.24.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 '@emotion/hash': 0.8.0 '@emotion/unitless': 0.7.5 classnames: 2.5.1 csstype: 3.2.3 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) stylis: 4.3.4 '@ant-design/fast-color@2.0.6': @@ -5384,31 +5406,31 @@ snapshots: '@ant-design/icons-svg@4.4.2': {} - '@ant-design/icons@5.6.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@ant-design/icons@5.6.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@ant-design/colors': 7.2.1 '@ant-design/icons-svg': 4.4.2 '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@ant-design/icons@6.1.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@ant-design/icons@6.2.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@ant-design/colors': 8.0.0 + '@ant-design/colors': 8.0.1 '@ant-design/icons-svg': 4.4.2 - '@rc-component/util': 1.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/util': 1.11.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) clsx: 2.1.1 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@ant-design/react-slick@1.1.2(react@19.2.4)': + '@ant-design/react-slick@1.1.2(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 json2mq: 0.2.0 - react: 19.2.4 + react: 19.2.6 resize-observer-polyfill: 1.5.1 throttle-debounce: 5.0.2 @@ -5765,11 +5787,11 @@ snapshots: '@floating-ui/core': 1.6.4 '@floating-ui/utils': 0.2.4 - '@floating-ui/react-dom@2.1.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@floating-ui/react-dom@2.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@floating-ui/dom': 1.6.7 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) '@floating-ui/utils@0.2.4': {} @@ -5809,9 +5831,9 @@ snapshots: optionalDependencies: typescript: 5.9.3 - '@hookform/resolvers@3.10.0(react-hook-form@7.73.1(react@19.2.4))': + '@hookform/resolvers@3.10.0(react-hook-form@7.76.1(react@19.2.6))': dependencies: - react-hook-form: 7.73.1(react@19.2.4) + react-hook-form: 7.76.1(react@19.2.6) '@humanfs/core@0.19.1': {} @@ -6124,361 +6146,361 @@ snapshots: '@radix-ui/primitive@1.1.3': {} - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.0.0)(react@19.2.6)': dependencies: - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-context@1.1.2(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-context@1.1.2(@types/react@19.0.0)(react@19.2.6)': dependencies: - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-direction@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-direction@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-focus-guards@1.1.3(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-focus-guards@1.1.3(@types/react@19.0.0)(react@19.2.6)': dependencies: - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-id@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-id@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-label@2.1.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-label@2.1.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-menu@2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-menu@2.1.16(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.4) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.6) aria-hidden: 1.2.6 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) - react-remove-scroll: 2.7.1(@types/react@19.0.0)(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) + react-remove-scroll: 2.7.1(@types/react@19.0.0)(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-popover@1.1.15(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-popover@1.1.15(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.4) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.6) aria-hidden: 1.2.6 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) - react-remove-scroll: 2.7.1(@types/react@19.0.0)(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) + react-remove-scroll: 2.7.1(@types/react@19.0.0)(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-popper@1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': - dependencies: - '@floating-ui/react-dom': 2.1.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.0.0)(react@19.2.4) + '@radix-ui/react-popper@1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': + dependencies: + '@floating-ui/react-dom': 2.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.0.0)(react@19.2.6) '@radix-ui/rect': 1.1.1 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-presence@1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-presence@1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-slot': 1.2.4(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-slot': 1.2.4(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-select@2.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-select@2.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-slot': 1.2.3(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) aria-hidden: 1.2.6 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) - react-remove-scroll: 2.7.1(@types/react@19.0.0)(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) + react-remove-scroll: 2.7.1(@types/react@19.0.0)(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-slot@1.2.3(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-slot@1.2.3(@types/react@19.0.0)(react@19.2.6)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-slot@1.2.4(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-slot@1.2.4(@types/react@19.0.0)(react@19.2.6)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-switch@1.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-switch@1.2.6(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-context': 1.1.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-direction': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-id': 1.1.1(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.0.0)(react@19.2.6)': dependencies: - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.0.0)(react@19.2.4) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.0.0)(react@19.2.6) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.0.0)(react@19.2.6)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-use-previous@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-previous@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-rect@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: '@radix-ui/rect': 1.1.1 - react: 19.2.4 + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-use-size@1.1.1(@types/react@19.0.0)(react@19.2.4)': + '@radix-ui/react-use-size@1.1.1(@types/react@19.0.0)(react@19.2.6)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.4) - react: 19.2.4 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.0)(react@19.2.6) + react: 19.2.6 optionalDependencies: '@types/react': 19.0.0 - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 @@ -6489,74 +6511,74 @@ snapshots: dependencies: '@babel/runtime': 7.28.2 - '@rc-component/color-picker@2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/color-picker@2.0.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@ant-design/fast-color': 2.0.6 '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@rc-component/context@1.4.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/context@1.4.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) '@rc-component/mini-decimal@1.1.0': dependencies: '@babel/runtime': 7.28.2 - '@rc-component/mutate-observer@1.1.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/mutate-observer@1.1.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@rc-component/portal@1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/portal@1.1.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@rc-component/qrcode@1.1.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/qrcode@1.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@rc-component/tour@1.15.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/tour@1.15.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 - '@rc-component/portal': 1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/portal': 1.1.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@rc-component/trigger@2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/trigger@2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 - '@rc-component/portal': 1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/portal': 1.1.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - '@rc-component/util@1.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@rc-component/util@1.11.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: is-mobile: 5.0.0 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) react-is: 18.3.1 '@rolldown/pluginutils@1.0.0-beta.27': {} @@ -6751,11 +6773,11 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/react-table@8.21.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@tanstack/react-table@8.21.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@tanstack/table-core': 8.21.3 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) '@tanstack/table-core@8.21.3': {} @@ -6779,12 +6801,12 @@ snapshots: picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.0.0)(@types/react@19.0.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)': dependencies: '@babel/runtime': 7.28.2 '@testing-library/dom': 10.4.1 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 '@types/react-dom': 19.0.0 @@ -6929,14 +6951,14 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.59.0 - '@typescript-eslint/type-utils': 8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) - '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.59.0 + '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.60.0 + '@typescript-eslint/type-utils': 8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + '@typescript-eslint/utils': 8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.60.0 eslint: 9.39.4(jiti@1.21.7) ignore: 7.0.5 natural-compare: 1.4.0 @@ -6945,41 +6967,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': + '@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.59.0 - '@typescript-eslint/types': 8.59.0 - '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.59.0 + '@typescript-eslint/scope-manager': 8.60.0 + '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/typescript-estree': 8.60.0(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.60.0 debug: 4.4.3 eslint: 9.39.4(jiti@1.21.7) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.59.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.60.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@5.9.3) - '@typescript-eslint/types': 8.59.0 + '@typescript-eslint/tsconfig-utils': 8.60.0(typescript@5.9.3) + '@typescript-eslint/types': 8.60.0 debug: 4.4.3 typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.59.0': + '@typescript-eslint/scope-manager@8.60.0': dependencies: - '@typescript-eslint/types': 8.59.0 - '@typescript-eslint/visitor-keys': 8.59.0 + '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/visitor-keys': 8.60.0 - '@typescript-eslint/tsconfig-utils@8.59.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.60.0(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.59.0 - '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/typescript-estree': 8.60.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.4(jiti@1.21.7) ts-api-utils: 2.5.0(typescript@5.9.3) @@ -6987,14 +7009,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.59.0': {} + '@typescript-eslint/types@8.60.0': {} - '@typescript-eslint/typescript-estree@8.59.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.60.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.59.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@5.9.3) - '@typescript-eslint/types': 8.59.0 - '@typescript-eslint/visitor-keys': 8.59.0 + '@typescript-eslint/project-service': 8.60.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.60.0(typescript@5.9.3) + '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/visitor-keys': 8.60.0 debug: 4.4.3 minimatch: 10.2.5 semver: 7.7.4 @@ -7004,20 +7026,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': + '@typescript-eslint/utils@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@1.21.7)) - '@typescript-eslint/scope-manager': 8.59.0 - '@typescript-eslint/types': 8.59.0 - '@typescript-eslint/typescript-estree': 8.59.0(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.60.0 + '@typescript-eslint/types': 8.60.0 + '@typescript-eslint/typescript-estree': 8.60.0(typescript@5.9.3) eslint: 9.39.4(jiti@1.21.7) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.59.0': + '@typescript-eslint/visitor-keys@8.60.0': dependencies: - '@typescript-eslint/types': 8.59.0 + '@typescript-eslint/types': 8.60.0 eslint-visitor-keys: 5.0.1 '@vitejs/plugin-react-swc@3.11.0(vite@6.4.2(@types/node@24.12.4)(jiti@1.21.7)(less@4.6.4))': @@ -7077,6 +7099,8 @@ snapshots: ace-builds@1.43.6: {} + ace-builds@1.44.0: {} + acorn-globals@7.0.1: dependencies: acorn: 8.15.0 @@ -7151,57 +7175,57 @@ snapshots: ansi-styles@6.2.1: {} - antd@5.29.3(moment@2.30.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + antd@5.29.3(moment@2.30.1)(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@ant-design/colors': 7.2.1 - '@ant-design/cssinjs': 1.24.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@ant-design/cssinjs-utils': 1.1.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@ant-design/cssinjs': 1.24.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@ant-design/cssinjs-utils': 1.1.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@ant-design/fast-color': 2.0.6 - '@ant-design/icons': 5.6.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@ant-design/react-slick': 1.1.2(react@19.2.4) + '@ant-design/icons': 5.6.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@ant-design/react-slick': 1.1.2(react@19.2.6) '@babel/runtime': 7.28.2 - '@rc-component/color-picker': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@rc-component/mutate-observer': 1.1.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@rc-component/qrcode': 1.1.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@rc-component/tour': 1.15.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/color-picker': 2.0.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@rc-component/mutate-observer': 1.1.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@rc-component/qrcode': 1.1.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@rc-component/tour': 1.15.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 copy-to-clipboard: 3.3.3 dayjs: 1.11.13 - rc-cascader: 3.34.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-checkbox: 3.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-collapse: 3.9.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-dialog: 9.6.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-drawer: 7.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-dropdown: 4.2.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-field-form: 2.7.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-image: 7.12.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-input: 1.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-input-number: 9.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-mentions: 2.20.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-menu: 9.16.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-notification: 5.6.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-pagination: 5.1.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-picker: 4.11.3(dayjs@1.11.13)(moment@2.30.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-progress: 4.0.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-rate: 2.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-segmented: 2.7.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-select: 14.16.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-slider: 11.1.9(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-steps: 6.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-switch: 4.1.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-table: 7.54.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-tabs: 15.7.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-textarea: 1.10.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-tooltip: 6.4.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-tree: 5.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-tree-select: 5.27.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-upload: 4.11.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-cascader: 3.34.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-checkbox: 3.5.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-collapse: 3.9.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-dialog: 9.6.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-drawer: 7.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-dropdown: 4.2.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-field-form: 2.7.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-image: 7.12.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-input: 1.8.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-input-number: 9.5.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-mentions: 2.20.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-menu: 9.16.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-notification: 5.6.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-pagination: 5.1.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-picker: 4.11.3(dayjs@1.11.13)(moment@2.30.1)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-progress: 4.0.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-rate: 2.13.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-segmented: 2.7.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-select: 14.16.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-slider: 11.1.9(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-steps: 6.0.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-switch: 4.1.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-table: 7.54.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-tabs: 15.7.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-textarea: 1.10.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-tooltip: 6.4.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-tree: 5.13.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-tree-select: 5.27.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-upload: 4.11.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) scroll-into-view-if-needed: 3.1.0 throttle-debounce: 5.0.2 transitivePeerDependencies: @@ -7323,13 +7347,13 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.5.0(postcss@8.5.10): + autoprefixer@10.5.0(postcss@8.5.15): dependencies: browserslist: 4.28.2 caniuse-lite: 1.0.30001788 fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.5.10 + postcss: 8.5.15 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -7338,13 +7362,15 @@ snapshots: axe-core@4.11.4: {} - axios@1.15.2: + axios@1.16.1: dependencies: follow-redirects: 1.16.0 form-data: 4.0.5 + https-proxy-agent: 5.0.1 proxy-from-env: 2.1.0 transitivePeerDependencies: - debug + - supports-color axobject-query@4.1.0: {} @@ -7988,20 +8014,20 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)): + eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)): dependencies: confusing-browser-globals: 1.0.11 eslint: 9.39.4(jiti@1.21.7) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)) object.assign: 4.1.7 object.entries: 1.1.9 semver: 6.3.1 - eslint-config-airbnb@19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react-hooks@5.2.0(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)): + eslint-config-airbnb@19.0.4(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-jsx-a11y@6.10.2(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react-hooks@5.2.0(eslint@9.39.4(jiti@1.21.7)))(eslint-plugin-react@7.37.5(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)): dependencies: eslint: 9.39.4(jiti@1.21.7) - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)) + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.4(jiti@1.21.7)) eslint-plugin-react: 7.37.5(eslint@9.39.4(jiti@1.21.7)) eslint-plugin-react-hooks: 5.2.0(eslint@9.39.4(jiti@1.21.7)) @@ -8020,17 +8046,17 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@1.21.7)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@1.21.7)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) eslint: 9.39.4(jiti@1.21.7) eslint-import-resolver-node: 0.3.10 transitivePeerDependencies: - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint@9.39.4(jiti@1.21.7)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -8041,7 +8067,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.39.4(jiti@1.21.7) eslint-import-resolver-node: 0.3.10 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@1.21.7)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3))(eslint-import-resolver-node@0.3.10)(eslint@9.39.4(jiti@1.21.7)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -8053,7 +8079,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) + '@typescript-eslint/parser': 8.60.0(eslint@9.39.4(jiti@1.21.7))(typescript@5.9.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -8078,10 +8104,10 @@ snapshots: safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 - eslint-plugin-prettier@5.5.5(@types/eslint@8.56.12)(eslint-config-prettier@10.1.8(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7))(prettier@3.8.1): + eslint-plugin-prettier@5.5.5(@types/eslint@8.56.12)(eslint-config-prettier@10.1.8(eslint@9.39.4(jiti@1.21.7)))(eslint@9.39.4(jiti@1.21.7))(prettier@3.8.3): dependencies: eslint: 9.39.4(jiti@1.21.7) - prettier: 3.8.1 + prettier: 3.8.3 prettier-linter-helpers: 1.0.1 synckit: 0.11.12 optionalDependencies: @@ -9379,6 +9405,8 @@ snapshots: nanoid@3.3.11: {} + nanoid@3.3.12: {} + natural-compare@1.4.0: {} nearley@2.20.1: @@ -9632,6 +9660,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.15: + dependencies: + nanoid: 3.3.12 + picocolors: 1.1.1 + source-map-js: 1.2.1 + prelude-ls@1.2.1: {} prettier-linter-helpers@1.0.1: @@ -9643,14 +9677,16 @@ snapshots: prettier: 3.8.1 typescript: 5.9.3 - prettier-plugin-tailwindcss@0.7.2(prettier-plugin-sort-imports@1.8.11(typescript@5.9.3))(prettier@3.8.1): + prettier-plugin-tailwindcss@0.7.4(prettier-plugin-sort-imports@1.8.11(typescript@5.9.3))(prettier@3.8.3): dependencies: - prettier: 3.8.1 + prettier: 3.8.3 optionalDependencies: prettier-plugin-sort-imports: 1.8.11(typescript@5.9.3) prettier@3.8.1: {} + prettier@3.8.3: {} + pretty-bytes@6.1.1: {} pretty-format@27.5.1: @@ -9708,350 +9744,350 @@ snapshots: discontinuous-range: 1.0.0 ret: 0.1.15 - rc-cascader@3.34.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-cascader@3.34.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-select: 14.16.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-tree: 5.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-select: 14.16.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-tree: 5.13.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-checkbox@3.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-checkbox@3.5.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-collapse@3.9.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-collapse@3.9.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-dialog@9.6.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-dialog@9.6.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/portal': 1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/portal': 1.1.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-drawer@7.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-drawer@7.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/portal': 1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/portal': 1.1.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-dropdown@4.2.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-dropdown@4.2.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-field-form@2.7.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-field-form@2.7.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 '@rc-component/async-validator': 5.0.4 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-image@7.12.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-image@7.12.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/portal': 1.1.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/portal': 1.1.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-dialog: 9.6.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-dialog: 9.6.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-input-number@9.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-input-number@9.5.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 '@rc-component/mini-decimal': 1.1.0 classnames: 2.5.1 - rc-input: 1.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-input: 1.8.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-input@1.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-input@1.8.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-mentions@2.20.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-mentions@2.20.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-input: 1.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-menu: 9.16.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-textarea: 1.10.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-input: 1.8.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-menu: 9.16.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-textarea: 1.10.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-menu@9.16.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-menu@9.16.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-overflow: 1.3.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-overflow: 1.3.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-motion@2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-motion@2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-notification@5.6.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-notification@5.6.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-overflow@1.3.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-overflow@1.3.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-pagination@5.1.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-pagination@5.1.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-picker@4.11.3(dayjs@1.11.13)(moment@2.30.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-picker@4.11.3(dayjs@1.11.13)(moment@2.30.1)(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-overflow: 1.3.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-overflow: 1.3.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) optionalDependencies: dayjs: 1.11.13 moment: 2.30.1 - rc-progress@4.0.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-progress@4.0.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-rate@2.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-rate@2.13.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-resize-observer@1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-resize-observer@1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) resize-observer-polyfill: 1.5.1 - rc-segmented@2.7.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-segmented@2.7.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-select@14.16.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-select@14.16.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-overflow: 1.3.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-virtual-list: 3.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-overflow: 1.3.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-virtual-list: 3.15.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-slider@11.1.9(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-slider@11.1.9(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-steps@6.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-steps@6.0.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-switch@4.1.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-switch@4.1.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-table@7.54.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-table@7.54.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/context': 1.4.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/context': 1.4.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-virtual-list: 3.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-virtual-list: 3.15.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-tabs@15.7.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-tabs@15.7.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-dropdown: 4.2.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-menu: 9.16.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-dropdown: 4.2.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-menu: 9.16.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-textarea@1.10.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-textarea@1.10.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-input: 1.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-input: 1.8.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-tooltip@6.4.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-tooltip@6.4.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - '@rc-component/trigger': 2.3.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@rc-component/trigger': 2.3.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-tree-select@5.27.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-tree-select@5.27.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-select: 14.16.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-tree: 5.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-select: 14.16.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-tree: 5.13.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-tree@5.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-tree@5.13.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-motion: 2.9.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-virtual-list: 3.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-motion: 2.9.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-virtual-list: 3.15.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-upload@4.11.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-upload@4.11.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - rc-util@5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-util@5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) react-is: 18.3.1 - rc-virtual-list@3.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + rc-virtual-list@3.15.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 classnames: 2.5.1 - rc-resize-observer: 1.4.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - rc-util: 5.44.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + rc-resize-observer: 1.4.3(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + rc-util: 5.44.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - react-ace@14.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-ace@14.0.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: ace-builds: 1.43.6 diff-match-patch: 1.0.5 lodash.get: 4.4.2 lodash.isequal: 4.5.0 prop-types: 15.8.1 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - react-dom@19.2.4(react@19.2.4): + react-dom@19.2.6(react@19.2.6): dependencies: - react: 19.2.4 + react: 19.2.6 scheduler: 0.27.0 - react-hook-form@7.73.1(react@19.2.4): + react-hook-form@7.76.1(react@19.2.6): dependencies: - react: 19.2.4 + react: 19.2.6 - react-icons@5.6.0(react@19.2.4): + react-icons@5.6.0(react@19.2.6): dependencies: - react: 19.2.4 + react: 19.2.6 - react-intl@7.1.14(react@19.2.4)(typescript@5.9.3): + react-intl@7.1.14(react@19.2.6)(typescript@5.9.3): dependencies: '@formatjs/ecma402-abstract': 2.3.6 '@formatjs/icu-messageformat-parser': 2.11.4 @@ -10060,7 +10096,7 @@ snapshots: '@types/react': 19.0.0 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.7.18 - react: 19.2.4 + react: 19.2.6 tslib: 2.8.1 optionalDependencies: typescript: 5.9.3 @@ -10071,80 +10107,80 @@ snapshots: react-is@18.3.1: {} - react-remove-scroll-bar@2.3.8(@types/react@19.0.0)(react@19.2.4): + react-remove-scroll-bar@2.3.8(@types/react@19.0.0)(react@19.2.6): dependencies: - react: 19.2.4 - react-style-singleton: 2.2.3(@types/react@19.0.0)(react@19.2.4) + react: 19.2.6 + react-style-singleton: 2.2.3(@types/react@19.0.0)(react@19.2.6) tslib: 2.8.1 optionalDependencies: '@types/react': 19.0.0 - react-remove-scroll@2.7.1(@types/react@19.0.0)(react@19.2.4): + react-remove-scroll@2.7.1(@types/react@19.0.0)(react@19.2.6): dependencies: - react: 19.2.4 - react-remove-scroll-bar: 2.3.8(@types/react@19.0.0)(react@19.2.4) - react-style-singleton: 2.2.3(@types/react@19.0.0)(react@19.2.4) + react: 19.2.6 + react-remove-scroll-bar: 2.3.8(@types/react@19.0.0)(react@19.2.6) + react-style-singleton: 2.2.3(@types/react@19.0.0)(react@19.2.6) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.0.0)(react@19.2.4) - use-sidecar: 1.1.3(@types/react@19.0.0)(react@19.2.4) + use-callback-ref: 1.3.3(@types/react@19.0.0)(react@19.2.6) + use-sidecar: 1.1.3(@types/react@19.0.0)(react@19.2.6) optionalDependencies: '@types/react': 19.0.0 - react-resizable-panels@2.1.9(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-resizable-panels@2.1.9(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - react-router-dom@7.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-router-dom@7.15.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) - react-router: 7.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) + react-router: 7.15.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6) - react-router@7.15.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-router@7.15.1(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: cookie: 1.0.2 - react: 19.2.4 + react: 19.2.6 set-cookie-parser: 2.7.2 optionalDependencies: - react-dom: 19.2.4(react@19.2.4) + react-dom: 19.2.6(react@19.2.6) - react-smooth@4.0.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-smooth@4.0.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: fast-equals: 5.0.1 prop-types: 15.8.1 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) - react-transition-group: 4.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) + react-transition-group: 4.4.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6) - react-style-singleton@2.2.3(@types/react@19.0.0)(react@19.2.4): + react-style-singleton@2.2.3(@types/react@19.0.0)(react@19.2.6): dependencies: get-nonce: 1.0.1 - react: 19.2.4 + react: 19.2.6 tslib: 2.8.1 optionalDependencies: '@types/react': 19.0.0 - react-syntax-highlighter@15.6.6(react@19.2.4): + react-syntax-highlighter@15.6.6(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 highlight.js: 10.7.3 highlightjs-vue: 1.0.0 lowlight: 1.20.0 prismjs: 1.30.0 - react: 19.2.4 + react: 19.2.6 refractor: 3.6.0 - react-transition-group@4.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-transition-group@4.4.5(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: '@babel/runtime': 7.28.2 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) - react@19.2.4: {} + react@19.2.6: {} read-cache@1.0.0: dependencies: @@ -10158,15 +10194,15 @@ snapshots: dependencies: decimal.js-light: 2.5.1 - recharts@2.15.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + recharts@2.15.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6): dependencies: clsx: 2.1.1 eventemitter3: 4.0.7 lodash: 4.18.1 - react: 19.2.4 - react-dom: 19.2.4(react@19.2.4) + react: 19.2.6 + react-dom: 19.2.6(react@19.2.6) react-is: 18.3.1 - react-smooth: 4.0.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + react-smooth: 4.0.4(react-dom@19.2.6(react@19.2.6))(react@19.2.6) recharts-scale: 0.4.5 tiny-invariant: 1.3.3 victory-vendor: 36.9.2 @@ -10353,6 +10389,8 @@ snapshots: semver@7.7.4: {} + semver@7.8.1: {} + set-blocking@2.0.0: {} set-cookie-parser@2.7.2: {} @@ -10436,7 +10474,7 @@ snapshots: sprintf-js@1.0.3: {} - sql-formatter@15.7.3: + sql-formatter@15.8.0: dependencies: argparse: 2.0.1 nearley: 2.20.1 @@ -10577,11 +10615,11 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - swr@2.4.1(react@19.2.4): + swr@2.4.1(react@19.2.6): dependencies: dequal: 2.0.3 - react: 19.2.4 - use-sync-external-store: 1.6.0(react@19.2.4) + react: 19.2.6 + use-sync-external-store: 1.6.0(react@19.2.6) symbol-tree@3.2.4: {} @@ -10591,7 +10629,7 @@ snapshots: tagged-tag@1.0.0: {} - tailwind-merge@3.5.0: {} + tailwind-merge@3.6.0: {} tailwindcss-animate@1.0.7(tailwindcss@3.4.19): dependencies: @@ -10685,7 +10723,7 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-jest@29.4.9(@babel/core@7.24.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest-util@29.7.0)(jest@29.7.0(@types/node@24.12.4))(typescript@5.9.3): + ts-jest@29.4.11(@babel/core@7.24.7)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.24.7))(jest-util@29.7.0)(jest@29.7.0(@types/node@24.12.4))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -10694,7 +10732,7 @@ snapshots: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.7.4 + semver: 7.8.1 type-fest: 4.41.0 typescript: 5.9.3 yargs-parser: 21.1.1 @@ -10808,24 +10846,24 @@ snapshots: querystringify: 2.2.0 requires-port: 1.0.0 - use-callback-ref@1.3.3(@types/react@19.0.0)(react@19.2.4): + use-callback-ref@1.3.3(@types/react@19.0.0)(react@19.2.6): dependencies: - react: 19.2.4 + react: 19.2.6 tslib: 2.8.1 optionalDependencies: '@types/react': 19.0.0 - use-sidecar@1.1.3(@types/react@19.0.0)(react@19.2.4): + use-sidecar@1.1.3(@types/react@19.0.0)(react@19.2.6): dependencies: detect-node-es: 1.1.0 - react: 19.2.4 + react: 19.2.6 tslib: 2.8.1 optionalDependencies: '@types/react': 19.0.0 - use-sync-external-store@1.6.0(react@19.2.4): + use-sync-external-store@1.6.0(react@19.2.6): dependencies: - react: 19.2.4 + react: 19.2.6 util-deprecate@1.0.2: {} @@ -11074,8 +11112,8 @@ snapshots: zod@3.25.76: {} - zustand@5.0.12(@types/react@19.0.0)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)): + zustand@5.0.13(@types/react@19.0.0)(react@19.2.6)(use-sync-external-store@1.6.0(react@19.2.6)): optionalDependencies: '@types/react': 19.0.0 - react: 19.2.4 - use-sync-external-store: 1.6.0(react@19.2.4) + react: 19.2.6 + use-sync-external-store: 1.6.0(react@19.2.6)