|
14 | 14 | "figma:icons": "tsc lib/figma/download-icons.ts --outDir dist && dotenv -e .env.local node dist/download-icons.js && pnpm run icons" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@auth/mongodb-adapter": "^3.8.0", |
| 17 | + "@auth/mongodb-adapter": "^3.9.1", |
18 | 18 | "@hookform/resolvers": "^5.0.1", |
19 | | - "@radix-ui/react-aspect-ratio": "^1.1.4", |
20 | | - "@radix-ui/react-avatar": "^1.1.7", |
| 19 | + "@radix-ui/react-aspect-ratio": "^1.1.7", |
| 20 | + "@radix-ui/react-avatar": "^1.1.10", |
21 | 21 | "@radix-ui/react-dropdown-menu": "^2.1.15", |
22 | | - "@radix-ui/react-label": "^2.1.4", |
23 | | - "@radix-ui/react-navigation-menu": "^1.2.12", |
| 22 | + "@radix-ui/react-label": "^2.1.7", |
| 23 | + "@radix-ui/react-navigation-menu": "^1.2.13", |
24 | 24 | "@radix-ui/react-popover": "^1.1.14", |
25 | | - "@radix-ui/react-radio-group": "^1.3.4", |
26 | | - "@radix-ui/react-select": "^2.2.2", |
27 | | - "@radix-ui/react-separator": "^1.1.4", |
28 | | - "@radix-ui/react-slot": "^1.2.0", |
29 | | - "@radix-ui/react-tooltip": "^1.2.4", |
| 25 | + "@radix-ui/react-radio-group": "^1.3.7", |
| 26 | + "@radix-ui/react-select": "^2.2.5", |
| 27 | + "@radix-ui/react-separator": "^1.1.7", |
| 28 | + "@radix-ui/react-slot": "^1.2.3", |
| 29 | + "@radix-ui/react-tooltip": "^1.2.7", |
30 | 30 | "class-variance-authority": "^0.7.1", |
31 | 31 | "clsx": "^2.1.1", |
32 | 32 | "date-fns": "^4.1.0", |
33 | 33 | "jsonwebtoken": "^9.0.2", |
34 | | - "lucide-react": "^0.494.0", |
35 | | - "mongodb": "^6.15.0", |
36 | | - "next": "15.3.1", |
37 | | - "next-auth": "5.0.0-beta.25", |
| 34 | + "lucide-react": "^0.511.0", |
| 35 | + "mongodb": "^6.16.0", |
| 36 | + "next": "15.4.0-canary.51", |
| 37 | + "next-auth": "5.0.0-beta.28", |
38 | 38 | "next-themes": "^0.4.6", |
39 | 39 | "nuqs": "^2.4.3", |
40 | | - "posthog-js": "^1.236.2", |
41 | | - "posthog-node": "^4.12.0", |
| 40 | + "posthog-js": "^1.246.0", |
| 41 | + "posthog-node": "^4.17.2", |
42 | 42 | "react": "^19.1.0", |
43 | 43 | "react-dom": "^19.1.0", |
44 | | - "react-hook-form": "^7.56.1", |
| 44 | + "react-hook-form": "^7.56.4", |
45 | 45 | "react-icons": "^5.5.0", |
46 | 46 | "react-spinners": "^0.17.0", |
47 | | - "satori": "^0.12.2", |
| 47 | + "satori": "^0.13.1", |
48 | 48 | "sonner": "^2.0.3", |
49 | | - "tailwind-merge": "^3.2.0", |
| 49 | + "tailwind-merge": "^3.3.0", |
50 | 50 | "tailwindcss-animate": "^1.0.7", |
51 | | - "zod": "^3.24.3" |
| 51 | + "zod": "^3.25.28" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@eslint/eslintrc": "^3.3.1", |
55 | 55 | "@graphql-codegen/cli": "^5.0.5", |
56 | 56 | "@graphql-codegen/typed-document-node": "^5.1.1", |
57 | 57 | "@svgr/cli": "^8.1.0", |
58 | | - "@tailwindcss/postcss": "^4.1.4", |
| 58 | + "@tailwindcss/postcss": "^4.1.7", |
59 | 59 | "@types/jsonwebtoken": "^9.0.9", |
60 | | - "@types/node": "^22.14.1", |
61 | | - "@types/react": "^19.1.2", |
62 | | - "@types/react-dom": "^19.1.2", |
| 60 | + "@types/node": "^22.15.21", |
| 61 | + "@types/react": "^19.1.5", |
| 62 | + "@types/react-dom": "^19.1.5", |
63 | 63 | "dotenv-cli": "^8.0.0", |
64 | | - "eslint": "^9.24.0", |
65 | | - "eslint-config-next": "15.3.1", |
| 64 | + "eslint": "^9.27.0", |
| 65 | + "eslint-config-next": "15.4.0-canary.51", |
66 | 66 | "eslint-plugin-import": "^2.31.0", |
67 | 67 | "eslint-plugin-react-hooks": "^5.2.0", |
68 | | - "graphql": "^16.10.0", |
| 68 | + "graphql": "^16.11.0", |
69 | 69 | "postcss": "^8.5.3", |
70 | | - "tailwindcss": "^4.1.4", |
| 70 | + "tailwindcss": "^4.1.7", |
71 | 71 | "typescript": "^5.8.3" |
72 | 72 | } |
73 | 73 | } |
0 commit comments