Merge pull request #185 from RayLabsHQ/codex/deps-upgrade-app-www

Upgrade dependencies across app and www
This commit is contained in:
ARUNAVO RAY
2026-02-24 10:47:57 +05:30
committed by GitHub
4 changed files with 1555 additions and 1416 deletions

554
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -44,10 +44,10 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.6", "@astrojs/check": "^0.9.6",
"@astrojs/mdx": "4.3.12", "@astrojs/mdx": "4.3.13",
"@astrojs/node": "9.5.1", "@astrojs/node": "9.5.4",
"@astrojs/react": "^4.4.2", "@astrojs/react": "^4.4.2",
"@better-auth/sso": "1.4.5", "@better-auth/sso": "1.4.19",
"@octokit/plugin-throttling": "^11.0.3", "@octokit/plugin-throttling": "^11.0.3",
"@octokit/rest": "^22.0.1", "@octokit/rest": "^22.0.1",
"@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-accordion": "^1.2.12",
@@ -68,49 +68,49 @@
"@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.2.1",
"@tanstack/react-virtual": "^3.13.12", "@tanstack/react-virtual": "^3.13.19",
"@types/canvas-confetti": "^1.9.0", "@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.2.7", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"astro": "^5.16.4", "astro": "^5.17.3",
"bcryptjs": "^3.0.3", "bcryptjs": "^3.0.3",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"better-auth": "1.4.5", "better-auth": "1.4.19",
"canvas-confetti": "^1.9.4", "canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
"dotenv": "^17.2.3", "dotenv": "^17.3.1",
"drizzle-orm": "^0.44.7", "drizzle-orm": "^0.45.1",
"fuse.js": "^7.1.0", "fuse.js": "^7.1.0",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"lucide-react": "^0.555.0", "lucide-react": "^0.575.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.1", "react": "^19.2.4",
"react-dom": "^19.2.1", "react-dom": "^19.2.4",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"uuid": "^13.0.0", "uuid": "^13.0.0",
"vaul": "^1.1.2", "vaul": "^1.1.2",
"zod": "^4.1.13" "zod": "^4.3.6"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^6.9.1", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.2",
"@types/bcryptjs": "^3.0.0", "@types/bcryptjs": "^3.0.0",
"@types/bun": "^1.3.3", "@types/bun": "^1.3.9",
"@types/jsonwebtoken": "^9.0.10", "@types/jsonwebtoken": "^9.0.10",
"@types/uuid": "^10.0.0", "@types/uuid": "^11.0.0",
"@vitejs/plugin-react": "^5.1.1", "@vitejs/plugin-react": "^5.1.4",
"drizzle-kit": "^0.31.7", "drizzle-kit": "^0.31.9",
"jsdom": "^27.2.0", "jsdom": "^28.1.0",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"vitest": "^4.0.15" "vitest": "^4.0.18"
}, },
"packageManager": "bun@1.3.3" "packageManager": "bun@1.3.3"
} }

View File

@@ -9,25 +9,25 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.3.12", "@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2", "@astrojs/react": "^4.4.2",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@splinetool/react-spline": "^4.1.0", "@splinetool/react-spline": "^4.1.0",
"@splinetool/runtime": "^1.12.5", "@splinetool/runtime": "^1.12.60",
"@tailwindcss/vite": "^4.1.15", "@tailwindcss/vite": "^4.2.1",
"@types/canvas-confetti": "^1.9.0", "@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.2.7", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"astro": "^5.16.4", "astro": "^5.17.3",
"canvas-confetti": "^1.9.4", "canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lucide-react": "^0.555.0", "lucide-react": "^0.575.0",
"react": "^19.2.1", "react": "^19.2.4",
"react-dom": "^19.2.1", "react-dom": "^19.2.4",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.17" "tailwindcss": "^4.2.1"
}, },
"devDependencies": { "devDependencies": {
"tw-animate-css": "^1.4.0" "tw-animate-css": "^1.4.0"

2351
www/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff