From d7b0988eecbb28d9df0fed668540f87eae8ad924 Mon Sep 17 00:00:00 2001 From: Daniel Fu Date: Wed, 11 Mar 2026 16:42:49 -0400 Subject: [PATCH] chore(dependencies): update package versions and improve configuration - Upgraded @biomejs/biome to version 2.1.3 and typescript to 5.9.3 in package.json files. - Updated dependencies in cambio package to use @base-ui/react version 1.2.0. - Adjusted package.json in website to include @types/mdx and removed outdated dependencies. - Fixed import paths in cambio motion component. - Updated documentation hash in website source file. --- package.json | 7 +- packages/cambio/package.json | 63 ++++--- packages/cambio/src/motion/index.tsx | 2 +- pnpm-lock.yaml | 255 ++++++++++++--------------- website/.source/index.ts | 4 +- website/package.json | 10 +- 6 files changed, 158 insertions(+), 183 deletions(-) diff --git a/package.json b/package.json index 31c6062..b84e08b 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,16 @@ "publish": "pnpm build && npm publish --workspace=packages/cambio" }, "devDependencies": { - "@biomejs/biome": "2.1.2", + "@biomejs/biome": "2.1.3", "husky": "^9.1.7", "prettier": "^3.6.2", "tsx": "^4.20.3", "turbo": "^2.5.4", - "typescript": "5.8.3" + "typescript": "5.9.3" }, "engines": { "node": ">=18" }, - "packageManager": "pnpm@9.5.0" + "packageManager": "pnpm@9.5.0", + "private": true } diff --git a/packages/cambio/package.json b/packages/cambio/package.json index ced0986..35131aa 100644 --- a/packages/cambio/package.json +++ b/packages/cambio/package.json @@ -1,49 +1,29 @@ { "name": "cambio", - "description": "A simple shared animation component for React", "version": "1.1.5", - "main": "./dist/cjs/index.js", - "scripts": { - "dev": "bunchee -w", - "build": "bunchee prepare && bunchee", - "lint": "biome check --fix --unsafe . --verbose" - }, - "dependencies": { - "@base-ui-components/react": "1.0.0-beta.2", - "@types/react": "^19.1.9", - "motion": "^12.23.12", - "react": "^19.1.1" - }, - "devDependencies": { - "bunchee": "^6.6.0", - "typescript": "5.8.3" - }, - "engines": { - "node": ">=18" - }, - "packageManager": "pnpm@9.5.0", + "description": "A simple shared animation component for React", "keywords": [ - "react", + "a11y", + "accessibility", "animation", - "motion", + "base-ui", + "components", "dialog", + "framer-motion", + "layout-animation", "modal", + "motion", "popup", - "ui", - "components", - "base-ui", + "react", "shared-layout", - "layout-animation", - "framer-motion", - "motion", "spring", "transition", - "accessibility", - "a11y" + "ui" ], "files": [ "dist" ], + "main": "./dist/cjs/index.js", "module": "./dist/es/index.mjs", "types": "./dist/cjs/index.d.ts", "exports": { @@ -70,5 +50,24 @@ "./components/title": {}, "./components/trigger": {}, "./utils": {} - } + }, + "scripts": { + "dev": "bunchee -w", + "build": "bunchee prepare && bunchee", + "lint": "biome check --fix --unsafe . --verbose" + }, + "dependencies": { + "@base-ui/react": "^1.2.0", + "@types/react": "^19.1.9", + "motion": "^12.23.12", + "react": "^19.1.1" + }, + "devDependencies": { + "bunchee": "^6.6.0", + "typescript": "5.9.3" + }, + "engines": { + "node": ">=18" + }, + "packageManager": "pnpm@9.5.0" } diff --git a/packages/cambio/src/motion/index.tsx b/packages/cambio/src/motion/index.tsx index f61485b..516b3c3 100644 --- a/packages/cambio/src/motion/index.tsx +++ b/packages/cambio/src/motion/index.tsx @@ -1,4 +1,4 @@ -import { Dialog } from "@base-ui-components/react/dialog"; +import { Dialog } from "@base-ui/react/dialog"; import { motion } from "motion/react"; const Root = motion.create(Dialog.Root); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47f0480..403dfd3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: 2.1.2 - version: 2.1.2 + specifier: 2.1.3 + version: 2.1.3 husky: specifier: ^9.1.7 version: 9.1.7 @@ -24,14 +24,14 @@ importers: specifier: ^2.5.4 version: 2.5.5 typescript: - specifier: 5.8.3 - version: 5.8.3 + specifier: 5.9.3 + version: 5.9.3 packages/cambio: dependencies: - '@base-ui-components/react': - specifier: 1.0.0-beta.2 - version: 1.0.0-beta.2(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@base-ui/react': + specifier: ^1.2.0 + version: 1.2.0(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@types/react': specifier: ^19.1.9 version: 19.1.9 @@ -44,19 +44,16 @@ importers: devDependencies: bunchee: specifier: ^6.6.0 - version: 6.6.0(typescript@5.8.3) + version: 6.6.0(typescript@5.9.3) typescript: - specifier: 5.8.3 - version: 5.8.3 + specifier: 5.9.3 + version: 5.9.3 website: dependencies: '@base-ui-components/react': specifier: 1.0.0-beta.2 version: 1.0.0-beta.2(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@types/mdx': - specifier: ^2.0.13 - version: 2.0.13 cambio: specifier: workspace:* version: link:../packages/cambio @@ -71,7 +68,7 @@ importers: version: 11.7.3(acorn@8.15.0)(fumadocs-core@15.6.9(@types/react@19.1.9)(next@15.4.10(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(sass@1.89.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(next@15.4.10(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(sass@1.89.2))(react@19.1.1) fumadocs-typescript: specifier: ^4.0.6 - version: 4.0.6(@types/react@19.1.9)(typescript@5.9.2) + version: 4.0.6(@types/react@19.1.9)(typescript@5.9.3) fumadocs-ui: specifier: ^15.6.9 version: 15.6.9(@types/react-dom@19.1.7(@types/react@19.1.9))(@types/react@19.1.9)(next@15.4.10(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(sass@1.89.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) @@ -82,7 +79,7 @@ importers: specifier: 15.4.10 version: 15.4.10(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(sass@1.89.2) react: - specifier: 19.1.1 + specifier: ^19.1.1 version: 19.1.1 react-dom: specifier: 19.1.1 @@ -94,6 +91,9 @@ importers: '@biomejs/biome': specifier: 2.1.3 version: 2.1.3 + '@types/mdx': + specifier: ^2.0.13 + version: 2.0.13 '@types/node': specifier: ^24.2.0 version: 24.2.0 @@ -104,8 +104,8 @@ importers: specifier: ^19.1.7 version: 19.1.7(@types/react@19.1.9) typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: 5.9.3 + version: 5.9.3 packages: @@ -121,6 +121,10 @@ packages: resolution: {integrity: sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.6': + resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} + engines: {node: '>=6.9.0'} + '@base-ui-components/react@1.0.0-beta.2': resolution: {integrity: sha512-jfAUfSgXvsfr8mQi7r/6gLG8U1Ybr77NN8WK5IXXM0c/hBvFDBtvUfwDJACV0gXiYbSKpA+dRzZz01V1tULobA==} engines: {node: '>=14.0.0'} @@ -144,106 +148,74 @@ packages: '@types/react': optional: true - '@biomejs/biome@2.1.2': - resolution: {integrity: sha512-yq8ZZuKuBVDgAS76LWCfFKHSYIAgqkxVB3mGVVpOe2vSkUTs7xG46zXZeNPRNVjiJuw0SZ3+J2rXiYx0RUpfGg==} - engines: {node: '>=14.21.3'} - hasBin: true + '@base-ui/react@1.2.0': + resolution: {integrity: sha512-O6aEQHcm+QyGTFY28xuwRD3SEJGZOBDpyjN2WvpfWYFVhg+3zfXPysAILqtM0C1kWC82MccOE/v1j+GHXE4qIw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17 || ^18 || ^19 + react: ^17 || ^18 || ^19 + react-dom: ^17 || ^18 || ^19 + peerDependenciesMeta: + '@types/react': + optional: true + + '@base-ui/utils@0.2.5': + resolution: {integrity: sha512-oYC7w0gp76RI5MxprlGLV0wze0SErZaRl3AAkeP3OnNB/UBMb6RqNf6ZSIlxOc9Qp68Ab3C2VOcJQyRs7Xc7Vw==} + peerDependencies: + '@types/react': ^17 || ^18 || ^19 + react: ^17 || ^18 || ^19 + react-dom: ^17 || ^18 || ^19 + peerDependenciesMeta: + '@types/react': + optional: true '@biomejs/biome@2.1.3': resolution: {integrity: sha512-KE/tegvJIxTkl7gJbGWSgun7G6X/n2M6C35COT6ctYrAy7SiPyNvi6JtoQERVK/VRbttZfgGq96j2bFmhmnH4w==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.1.2': - resolution: {integrity: sha512-leFAks64PEIjc7MY/cLjE8u5OcfBKkcDB0szxsWUB4aDfemBep1WVKt0qrEyqZBOW8LPHzrFMyDl3FhuuA0E7g==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [darwin] - '@biomejs/cli-darwin-arm64@2.1.3': resolution: {integrity: sha512-LFLkSWRoSGS1wVUD/BE6Nlt2dSn0ulH3XImzg2O/36BoToJHKXjSxzPEMAqT9QvwVtk7/9AQhZpTneERU9qaXA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.1.2': - resolution: {integrity: sha512-Nmmv7wRX5Nj7lGmz0FjnWdflJg4zii8Ivruas6PBKzw5SJX/q+Zh2RfnO+bBnuKLXpj8kiI2x2X12otpH6a32A==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [darwin] - '@biomejs/cli-darwin-x64@2.1.3': resolution: {integrity: sha512-Q/4OTw8P9No9QeowyxswcWdm0n2MsdCwWcc5NcKQQvzwPjwuPdf8dpPPf4r+x0RWKBtl1FLiAUtJvBlri6DnYw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.1.2': - resolution: {integrity: sha512-qgHvafhjH7Oca114FdOScmIKf1DlXT1LqbOrrbR30kQDLFPEOpBG0uzx6MhmsrmhGiCFCr2obDamu+czk+X0HQ==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [linux] - '@biomejs/cli-linux-arm64-musl@2.1.3': resolution: {integrity: sha512-KXouFSBnoxAWZYDQrnNRzZBbt5s9UJkIm40hdvSL9mBxSSoxRFQJbtg1hP3aa8A2SnXyQHxQfpiVeJlczZt76w==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@2.1.2': - resolution: {integrity: sha512-NWNy2Diocav61HZiv2enTQykbPP/KrA/baS7JsLSojC7Xxh2nl9IczuvE5UID7+ksRy2e7yH7klm/WkA72G1dw==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [linux] - '@biomejs/cli-linux-arm64@2.1.3': resolution: {integrity: sha512-2hS6LgylRqMFmAZCOFwYrf77QMdUwJp49oe8PX/O8+P2yKZMSpyQTf3Eo5ewnsMFUEmYbPOskafdV1ds1MZMJA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-x64-musl@2.1.2': - resolution: {integrity: sha512-xlB3mU14ZUa3wzLtXfmk2IMOGL+S0aHFhSix/nssWS/2XlD27q+S6f0dlQ8WOCbYoXcuz8BCM7rCn2lxdTrlQA==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [linux] - '@biomejs/cli-linux-x64-musl@2.1.3': resolution: {integrity: sha512-KaLAxnROouzIWtl6a0Y88r/4hW5oDUJTIqQorOTVQITaKQsKjZX4XCUmHIhdEk8zMnaiLZzRTAwk1yIAl+mIew==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@2.1.2': - resolution: {integrity: sha512-Km/UYeVowygTjpX6sGBzlizjakLoMQkxWbruVZSNE6osuSI63i4uCeIL+6q2AJlD3dxoiBJX70dn1enjQnQqwA==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [linux] - '@biomejs/cli-linux-x64@2.1.3': resolution: {integrity: sha512-NxlSCBhLvQtWGagEztfAZ4WcE1AkMTntZV65ZvR+J9jp06+EtOYEBPQndA70ZGhHbEDG57bR6uNvqkd1WrEYVA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-win32-arm64@2.1.2': - resolution: {integrity: sha512-G8KWZli5ASOXA3yUQgx+M4pZRv3ND16h77UsdunUL17uYpcL/UC7RkWTdkfvMQvogVsAuz5JUcBDjgZHXxlKoA==} - engines: {node: '>=14.21.3'} - cpu: [arm64] - os: [win32] - '@biomejs/cli-win32-arm64@2.1.3': resolution: {integrity: sha512-V9CUZCtWH4u0YwyCYbQ3W5F4ZGPWp2C2TYcsiWFNNyRfmOW1j/TY/jAurl33SaRjgZPO5UUhGyr9m6BN9t84NQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.1.2': - resolution: {integrity: sha512-9zajnk59PMpjBkty3bK2IrjUsUHvqe9HWwyAWQBjGLE7MIBjbX2vwv1XPEhmO2RRuGoTkVx3WCanHrjAytICLA==} - engines: {node: '>=14.21.3'} - cpu: [x64] - os: [win32] - '@biomejs/cli-win32-x64@2.1.3': resolution: {integrity: sha512-dxy599q6lgp8ANPpR8sDMscwdp9oOumEsVXuVCVT9N2vAho8uYXlCz53JhxX6LtJOXaE73qzgkGQ7QqvFlMC0g==} engines: {node: '>=14.21.3'} @@ -424,26 +396,26 @@ packages: '@fastify/deepmerge@1.3.0': resolution: {integrity: sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==} - '@floating-ui/core@1.7.2': - resolution: {integrity: sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==} - '@floating-ui/core@1.7.3': resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==} - '@floating-ui/dom@1.7.2': - resolution: {integrity: sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==} + '@floating-ui/core@1.7.5': + resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==} '@floating-ui/dom@1.7.3': resolution: {integrity: sha512-uZA413QEpNuhtb3/iIKoYMSK07keHPYeXF02Zhd6e213j+d1NamLix/mCLxBUDW/Gx52sPH2m+chlUsyaBs/Ag==} - '@floating-ui/react-dom@2.1.4': - resolution: {integrity: sha512-JbbpPhp38UmXDDAu60RJmbeme37Jbgsm7NrHGgzYYFKmblzRUh6Pa641dII6LsjwF4XlScDrde2UAzDo/b9KPw==} + '@floating-ui/dom@1.7.6': + resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==} + + '@floating-ui/react-dom@2.1.5': + resolution: {integrity: sha512-HDO/1/1oH9fjj4eLgegrlH3dklZpHtUYYFiVwMUwfGvk9jWDRWqkklA2/NFScknrcNSspbV868WjXORvreDX+Q==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/react-dom@2.1.5': - resolution: {integrity: sha512-HDO/1/1oH9fjj4eLgegrlH3dklZpHtUYYFiVwMUwfGvk9jWDRWqkklA2/NFScknrcNSspbV868WjXORvreDX+Q==} + '@floating-ui/react-dom@2.1.8': + resolution: {integrity: sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -451,6 +423,9 @@ packages: '@floating-ui/utils@0.2.10': resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} + '@floating-ui/utils@0.2.11': + resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==} + '@formatjs/intl-localematcher@0.6.1': resolution: {integrity: sha512-ePEgLgVCqi2BBFnTMWPfIghu6FkbZnnBVhO2sSxvLfrdFw7wCHAHiDoM2h4NRgjbaY7+B7HgOLZGkK187pZTZg==} @@ -2531,6 +2506,9 @@ packages: tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} + tabbable@6.4.0: + resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==} + tailwind-merge@3.3.1: resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==} @@ -2596,13 +2574,8 @@ packages: resolution: {integrity: sha512-eZ7wI6KjtT1eBqCnh2JPXWNUAxtoxxfi6VdBdZFvil0ychCOTxbm7YLRBi1JSt7U3c+u3CLxpoPxLdvr/Npr3A==} hasBin: true - typescript@5.8.3: - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} - engines: {node: '>=14.17'} - hasBin: true - - typescript@5.9.2: - resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} hasBin: true @@ -2655,6 +2628,11 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + use-sync-external-store@1.6.0: + resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -2703,6 +2681,8 @@ snapshots: '@babel/runtime@7.28.2': {} + '@babel/runtime@7.28.6': {} + '@base-ui-components/react@1.0.0-beta.2(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@babel/runtime': 7.28.2 @@ -2728,16 +2708,29 @@ snapshots: optionalDependencies: '@types/react': 19.1.9 - '@biomejs/biome@2.1.2': + '@base-ui/react@1.2.0(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@babel/runtime': 7.28.6 + '@base-ui/utils': 0.2.5(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@floating-ui/react-dom': 2.1.8(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@floating-ui/utils': 0.2.10 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + tabbable: 6.4.0 + use-sync-external-store: 1.6.0(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.9 + + '@base-ui/utils@0.2.5(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@babel/runtime': 7.28.6 + '@floating-ui/utils': 0.2.10 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + reselect: 5.1.1 + use-sync-external-store: 1.6.0(react@19.1.1) optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.1.2 - '@biomejs/cli-darwin-x64': 2.1.2 - '@biomejs/cli-linux-arm64': 2.1.2 - '@biomejs/cli-linux-arm64-musl': 2.1.2 - '@biomejs/cli-linux-x64': 2.1.2 - '@biomejs/cli-linux-x64-musl': 2.1.2 - '@biomejs/cli-win32-arm64': 2.1.2 - '@biomejs/cli-win32-x64': 2.1.2 + '@types/react': 19.1.9 '@biomejs/biome@2.1.3': optionalDependencies: @@ -2750,51 +2743,27 @@ snapshots: '@biomejs/cli-win32-arm64': 2.1.3 '@biomejs/cli-win32-x64': 2.1.3 - '@biomejs/cli-darwin-arm64@2.1.2': - optional: true - '@biomejs/cli-darwin-arm64@2.1.3': optional: true - '@biomejs/cli-darwin-x64@2.1.2': - optional: true - '@biomejs/cli-darwin-x64@2.1.3': optional: true - '@biomejs/cli-linux-arm64-musl@2.1.2': - optional: true - '@biomejs/cli-linux-arm64-musl@2.1.3': optional: true - '@biomejs/cli-linux-arm64@2.1.2': - optional: true - '@biomejs/cli-linux-arm64@2.1.3': optional: true - '@biomejs/cli-linux-x64-musl@2.1.2': - optional: true - '@biomejs/cli-linux-x64-musl@2.1.3': optional: true - '@biomejs/cli-linux-x64@2.1.2': - optional: true - '@biomejs/cli-linux-x64@2.1.3': optional: true - '@biomejs/cli-win32-arm64@2.1.2': - optional: true - '@biomejs/cli-win32-arm64@2.1.3': optional: true - '@biomejs/cli-win32-x64@2.1.2': - optional: true - '@biomejs/cli-win32-x64@2.1.3': optional: true @@ -2902,29 +2871,23 @@ snapshots: '@fastify/deepmerge@1.3.0': {} - '@floating-ui/core@1.7.2': - dependencies: - '@floating-ui/utils': 0.2.10 - '@floating-ui/core@1.7.3': dependencies: '@floating-ui/utils': 0.2.10 - '@floating-ui/dom@1.7.2': + '@floating-ui/core@1.7.5': dependencies: - '@floating-ui/core': 1.7.2 - '@floating-ui/utils': 0.2.10 + '@floating-ui/utils': 0.2.11 '@floating-ui/dom@1.7.3': dependencies: '@floating-ui/core': 1.7.3 '@floating-ui/utils': 0.2.10 - '@floating-ui/react-dom@2.1.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@floating-ui/dom@1.7.6': dependencies: - '@floating-ui/dom': 1.7.2 - react: 19.1.1 - react-dom: 19.1.1(react@19.1.1) + '@floating-ui/core': 1.7.5 + '@floating-ui/utils': 0.2.11 '@floating-ui/react-dom@2.1.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: @@ -2932,8 +2895,16 @@ snapshots: react: 19.1.1 react-dom: 19.1.1(react@19.1.1) + '@floating-ui/react-dom@2.1.8(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/dom': 1.7.6 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + '@floating-ui/utils@0.2.10': {} + '@floating-ui/utils@0.2.11': {} + '@formatjs/intl-localematcher@0.6.1': dependencies: tslib: 2.8.1 @@ -3402,7 +3373,7 @@ snapshots: '@radix-ui/react-popper@1.2.7(@types/react-dom@19.1.7(@types/react@19.1.9))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@floating-ui/react-dom': 2.1.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@floating-ui/react-dom': 2.1.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.9))(@types/react@19.1.9)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.9)(react@19.1.1) '@radix-ui/react-context': 1.1.2(@types/react@19.1.9)(react@19.1.1) @@ -3869,7 +3840,7 @@ snapshots: dependencies: fill-range: 7.1.1 - bunchee@6.6.0(typescript@5.8.3): + bunchee@6.6.0(typescript@5.9.3): dependencies: '@rollup/plugin-commonjs': 28.0.6(rollup@4.46.2) '@rollup/plugin-json': 6.1.0(rollup@4.46.2) @@ -3886,13 +3857,13 @@ snapshots: picomatch: 4.0.3 pretty-bytes: 5.6.0 rollup: 4.46.2 - rollup-plugin-dts: 6.2.1(rollup@4.46.2)(typescript@5.8.3) + rollup-plugin-dts: 6.2.1(rollup@4.46.2)(typescript@5.9.3) rollup-plugin-swc3: 0.11.2(@swc/core@1.13.3(@swc/helpers@0.5.17))(rollup@4.46.2) rollup-preserve-directives: 1.1.3(rollup@4.46.2) tslib: 2.8.1 yargs: 17.7.2 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.3 caniuse-lite@1.0.30001727: {} @@ -4175,7 +4146,7 @@ snapshots: - acorn - supports-color - fumadocs-typescript@4.0.6(@types/react@19.1.9)(typescript@5.9.2): + fumadocs-typescript@4.0.6(@types/react@19.1.9)(typescript@5.9.3): dependencies: estree-util-value-to-estree: 3.4.0 hast-util-to-estree: 3.1.3 @@ -4185,7 +4156,7 @@ snapshots: shiki: 3.9.2 tinyglobby: 0.2.14 ts-morph: 26.0.0 - typescript: 5.9.2 + typescript: 5.9.3 unist-util-visit: 5.0.0 optionalDependencies: '@types/react': 19.1.9 @@ -5124,11 +5095,11 @@ snapshots: reusify@1.1.0: {} - rollup-plugin-dts@6.2.1(rollup@4.46.2)(typescript@5.8.3): + rollup-plugin-dts@6.2.1(rollup@4.46.2)(typescript@5.9.3): dependencies: magic-string: 0.30.17 rollup: 4.46.2 - typescript: 5.8.3 + typescript: 5.9.3 optionalDependencies: '@babel/code-frame': 7.27.1 @@ -5294,6 +5265,8 @@ snapshots: tabbable@6.2.0: {} + tabbable@6.4.0: {} + tailwind-merge@3.3.1: {} tinyexec@1.0.1: {} @@ -5352,9 +5325,7 @@ snapshots: turbo-windows-64: 2.5.5 turbo-windows-arm64: 2.5.5 - typescript@5.8.3: {} - - typescript@5.9.2: {} + typescript@5.9.3: {} undici-types@7.10.0: {} @@ -5414,6 +5385,10 @@ snapshots: dependencies: react: 19.1.1 + use-sync-external-store@1.6.0(react@19.1.1): + dependencies: + react: 19.1.1 + util-deprecate@1.0.2: {} vfile-message@4.0.3: diff --git a/website/.source/index.ts b/website/.source/index.ts index 9e47735..ff2af9a 100644 --- a/website/.source/index.ts +++ b/website/.source/index.ts @@ -1,5 +1,5 @@ // @ts-nocheck -- skip type checking -import * as docs_0 from "../content/documentation.mdx?collection=docs&hash=1754687316352" +import * as docs_0 from "../content/documentation.mdx?collection=docs&hash=1773261572732" import { _runtime } from "fumadocs-mdx" import * as _source from "../source.config" -export const docs = _runtime.docs([{ info: {"path":"documentation.mdx","absolutePath":"/Users/raphaelsalaja/Developer/cambio/website/content/documentation.mdx"}, data: docs_0 }], []) \ No newline at end of file +export const docs = _runtime.docs([{ info: {"path":"documentation.mdx","absolutePath":"/Users/workgyver/Developer/cambio/website/content/documentation.mdx"}, data: docs_0 }], []) \ No newline at end of file diff --git a/website/package.json b/website/package.json index 86ef3ad..dfc952d 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@base-ui-components/react": "1.0.0-beta.2", - "@types/mdx": "^2.0.13", + "zod": "^4.0.14", "cambio": "workspace:*", "fumadocs-core": "^15.6.9", "fumadocs-docgen": "^2.1.0", @@ -20,15 +20,15 @@ "fumadocs-ui": "^15.6.9", "motion": "^12.23.12", "next": "15.4.10", - "react": "19.1.1", - "react-dom": "19.1.1", - "zod": "^4.0.14" + "react": "^19.1.1", + "react-dom": "19.1.1" }, "devDependencies": { "@biomejs/biome": "2.1.3", "@types/node": "^24.2.0", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", - "typescript": "^5.9.2" + "typescript": "5.9.3", + "@types/mdx": "^2.0.13" } }