Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"preview": "next start"
},
"dependencies": {
"cnfast": "^0.1.0",
"fumadocs-core": "16.14.5",
"fumadocs-mdx": "15.3.0",
"cnfast": "^0.2.0",
"fumadocs-core": "16.15.9",
"fumadocs-mdx": "15.4.0",
"fumadocs-ui": "npm:@fumadocs/base-ui@16.14.5",
"lucide-react": "^1.31.0",
"next": "16.3.2",
"react": "^19.2.8",
"react-dom": "^19.2.8"
"next": "16.3.4",
"react": "^19.3.0",
"react-dom": "^19.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"oxlint": "1.80.0",
"postcss": "^8.5.26",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"oxlint": "1.82.0",
"postcss": "^8.5.28",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"
}
Expand Down
6 changes: 3 additions & 3 deletions cloudflare/composio-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"zod": "4.4.3"
},
"devDependencies": {
"@cloudflare/workers-types": "5.20260825.1",
"@types/node": "^26.2.0",
"@cloudflare/workers-types": "5.20260911.1",
"@types/node": "^26.5.1",
"typescript": "^5.8.3",
"vitest": "^4.1.10",
"wrangler": "4.125.0"
"wrangler": "4.131.0"
},
"scripts": {
"check": "pnpm types && tsc -p tsconfig.json && node --check scripts/deploy-preflight.mjs",
Expand Down
10 changes: 5 additions & 5 deletions cloudflare/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"version": "0.0.0",
"type": "module",
"dependencies": {
"better-auth": "1.7.1",
"better-auth": "1.7.4",
"zod": "4.4.3"
},
"devDependencies": {
"@cloudflare/workers-types": "5.20260825.1",
"@cloudflare/vitest-plugin": "1.0.0",
"@types/node": "^26.2.0",
"@cloudflare/workers-types": "5.20260911.1",
"@cloudflare/vitest-plugin": "1.1.7",
"@types/node": "^26.5.1",
"typescript": "^5.8.3",
"vitest": "^4.1.10",
"wrangler": "4.125.0"
"wrangler": "4.131.0"
},
"scripts": {
"check": "pnpm types && tsc -p tsconfig.json && node --check scripts/deploy-preflight.mjs",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
"dependencies": {
"@fontsource-variable/atkinson-hyperlegible-next": "5.3.0",
"@fontsource-variable/geologica": "5.3.0",
"@trycua/cua-driver": "0.20.0",
"@trycua/cua-driver": "0.27.0",
"clsx": "^2.1.1",
"lucide-react": "^0.539.0",
"posthog-js": "^1.415.6",
"posthog-js": "^1.429.5",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shiki": "^4.4.3",
Expand All @@ -102,23 +102,23 @@
"zod": "4.4.3"
},
"devDependencies": {
"@oxlint/plugins": "1.80.0",
"@oxlint/plugins": "1.82.0",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^26.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@vitejs/plugin-react": "^4.7.0",
"electron": "^43.4.0",
"electron-builder": "^26.15.3",
"electron-updater": "^6.8.9",
"esbuild": "^0.28.2",
"oxlint": "1.80.0",
"oxlint": "1.82.0",
"tailwindcss": "^4.1.11",
"typebox": "1.3.7",
"typebox": "1.3.30",
"typescript": "^5.8.3",
"vite": "^7.1.0",
"vitest": "^4.1.10",
"wrangler": "4.123.0"
"wrangler": "4.131.0"
},
"pnpm": {
"supportedArchitectures": {
Expand Down
Loading
Loading