diff --git a/bun.lockb b/bun.lockb index 77b01df55..9ce479c82 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 16ef73fa6..6204ffe1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "@microsoft/eslint-formatter-sarif": "^3.1.0", "@playwright/test": "^1.50.1", "@types/react-virtualized": "^9.22.0", + "caniuse-lite": "^1.0.30001741", "cross-env": "^7.0.3", "elliptic": "^6.6.1", "eslint": "^9.20.1", @@ -31773,9 +31774,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001706", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001706.tgz", - "integrity": "sha512-3ZczoTApMAZwPKYWmwVbQMFpXBDds3/0VciVoUwPUbldlYyVLmRVuRs/PcUZtHpbLRpzzDvrvnFuREsGt6lUug==", + "version": "1.0.30001741", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz", + "integrity": "sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==", "funding": [ { "type": "opencollective", @@ -51850,6 +51851,7 @@ "@testing-library/react": "^14.0.0", "@types/react": "^18.2.11", "@types/react-dom": "^18.2.4", + "caniuse-lite": "^1.0.30001741", "concat-with-sourcemaps": "^1.1.0", "i18next": "^24.2.3", "jotai": "^2.12.5", diff --git a/package.json b/package.json index 992c0ebb2..913315a7c 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ "@microsoft/eslint-formatter-sarif": "^3.1.0", "@playwright/test": "^1.50.1", "@types/react-virtualized": "^9.22.0", + "caniuse-lite": "^1.0.30001741", "cross-env": "^7.0.3", "elliptic": "^6.6.1", "eslint": "^9.20.1", diff --git a/packages/client/package.json b/packages/client/package.json index 855f3426d..e06e28407 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -22,16 +22,10 @@ "dev": "rollup -c -w --bundleConfigAsCjs" }, "peerDependencies": { - "@tanstack/react-query": "^4.28.0 || ^5.0.0", - "i18next": "^24.2.2 || ^25.3.2", - "jotai": "^2.12.5", - "react": "^18.2.0 || ^19.1.0", - "react-dom": "^18.2.0 || ^19.1.0", - "react-i18next": "^15.4.0 || ^15.6.0", - "@tanstack/react-table": "^8.11.7", - "@tanstack/react-virtual": "^3.0.0", "@ariakit/react": "^0.4.16", "@ariakit/react-core": "^0.4.17", + "@dicebear/collection": "^9.2.2", + "@dicebear/core": "^9.2.2", "@headlessui/react": "^2.1.2", "@radix-ui/react-accordion": "^1.2.11", "@radix-ui/react-alert-dialog": "^1.0.2", @@ -52,21 +46,27 @@ "@radix-ui/react-tabs": "^1.0.3", "@radix-ui/react-toast": "^1.1.5", "@react-spring/web": "^10.0.1", + "@tanstack/react-query": "^4.28.0 || ^5.0.0", + "@tanstack/react-table": "^8.11.7", + "@tanstack/react-virtual": "^3.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dompurify": "^3.2.6", "framer-motion": "^12.23.6", + "i18next": "^24.2.2 || ^25.3.2", "i18next-browser-languagedetector": "^8.2.0", "input-otp": "^1.4.2", + "jotai": "^2.12.5", "lucide-react": "^0.525.0", "match-sorter": "^8.1.0", "rc-input-number": "^7.4.2", + "react": "^18.2.0 || ^19.1.0", + "react-dom": "^18.2.0 || ^19.1.0", "react-hook-form": "^7.56.4", + "react-i18next": "^15.4.0 || ^15.6.0", "react-resizable-panels": "^3.0.2", "react-textarea-autosize": "^8.4.0", - "tailwind-merge": "^1.9.1", - "@dicebear/core": "^9.2.2", - "@dicebear/collection": "^9.2.2" + "tailwind-merge": "^1.9.1" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.0", @@ -78,6 +78,7 @@ "@testing-library/react": "^14.0.0", "@types/react": "^18.2.11", "@types/react-dom": "^18.2.4", + "caniuse-lite": "^1.0.30001741", "concat-with-sourcemaps": "^1.1.0", "i18next": "^24.2.3", "jotai": "^2.12.5",