|
10 | 10 | "postinstall": "prisma generate"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@clerk/nextjs": "^4.29.3", |
| 13 | + "@clerk/nextjs": "^4.29.6", |
14 | 14 | "@hello-pangea/dnd": "^16.3.0",
|
15 |
| - "@prisma/client": "^5.8.0", |
| 15 | + "@prisma/client": "^5.9.1", |
16 | 16 | "@radix-ui/react-accordion": "^1.1.2",
|
17 | 17 | "@radix-ui/react-avatar": "^1.0.4",
|
18 | 18 | "@radix-ui/react-dialog": "^1.0.4",
|
|
21 | 21 | "@radix-ui/react-separator": "^1.0.3",
|
22 | 22 | "@radix-ui/react-slot": "^1.0.2",
|
23 | 23 | "@radix-ui/react-tooltip": "^1.0.7",
|
24 |
| - "@tanstack/react-query": "^5.17.10", |
| 24 | + "@tanstack/react-query": "^5.18.1", |
25 | 25 | "class-variance-authority": "^0.7.0",
|
26 | 26 | "clsx": "^2.1.0",
|
27 | 27 | "date-fns": "^2.30.0",
|
28 | 28 | "lodash": "^4.17.21",
|
29 |
| - "lucide-react": "^0.309.0", |
30 |
| - "next": "14.0.4", |
| 29 | + "lucide-react": "^0.323.0", |
| 30 | + "next": "14.1.0", |
31 | 31 | "react": "^18",
|
32 | 32 | "react-dom": "^18",
|
33 |
| - "sonner": "^1.3.1", |
| 33 | + "sonner": "^1.4.0", |
34 | 34 | "stripe": "^14.4.0",
|
35 |
| - "tailwind-merge": "^2.2.0", |
| 35 | + "tailwind-merge": "^2.2.1", |
36 | 36 | "tailwindcss-animate": "^1.0.7",
|
37 | 37 | "unsplash-js": "^7.0.18",
|
38 |
| - "usehooks-ts": "^2.9.2", |
| 38 | + "usehooks-ts": "^2.13.0", |
39 | 39 | "zod": "^3.22.4",
|
40 |
| - "zustand": "^4.4.6" |
| 40 | + "zustand": "^4.5.0" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 | 43 | "@types/lodash": "^4.14.201",
|
44 |
| - "@types/node": "^20.11.0", |
45 |
| - "@types/react": "^18.2.47", |
| 44 | + "@types/node": "^20.11.16", |
| 45 | + "@types/react": "^18.2.55", |
46 | 46 | "@types/react-dom": "^18",
|
47 |
| - "autoprefixer": "^10.0.1", |
| 47 | + "autoprefixer": "^10.4.17", |
48 | 48 | "eslint": "^8",
|
49 |
| - "eslint-config-next": "14.0.4", |
50 |
| - "postcss": "^8.4.33", |
51 |
| - "prisma": "^5.8.0", |
| 49 | + "eslint-config-next": "14.1.0", |
| 50 | + "postcss": "^8.4.34", |
| 51 | + "prisma": "^5.9.1", |
52 | 52 | "tailwindcss": "^3.4.1",
|
53 | 53 | "typescript": "^5"
|
54 | 54 | }
|
|
0 commit comments