|
9 | 9 | "lint": "next lint"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@radix-ui/react-dialog": "^1.1.2", |
13 |
| - "@radix-ui/react-slot": "^1.1.0", |
14 |
| - "class-variance-authority": "^0.7.0", |
15 |
| - "clsx": "^2.1.1", |
16 |
| - "lucide-react": "^0.456.0", |
| 12 | + "@radix-ui/react-dialog": "1.1.2", |
| 13 | + "@radix-ui/react-slot": "1.1.0", |
| 14 | + "class-variance-authority": "0.7.0", |
| 15 | + "clsx": "2.1.1", |
| 16 | + "lucide-react": "0.456.0", |
17 | 17 | "next": "14.2.16",
|
18 |
| - "react": "^18", |
19 |
| - "react-dom": "^18", |
20 |
| - "tailwind-merge": "^2.5.4", |
21 |
| - "tailwindcss-animate": "^1.0.7" |
| 18 | + "react": "18.3.1", |
| 19 | + "react-dom": "18.3.1", |
| 20 | + "tailwind-merge": "2.5.4", |
| 21 | + "tailwindcss-animate": "1.0.7" |
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@types/node": "^20", |
25 |
| - "@types/react": "^18", |
26 |
| - "@types/react-dom": "^18", |
27 |
| - "eslint": "^8", |
28 |
| - "eslint-config-next": "14.2.16", |
29 |
| - "postcss": "^8", |
30 |
| - "tailwindcss": "^3.4.1", |
31 |
| - "typescript": "^5" |
| 24 | + "@types/node": "20.17.6", |
| 25 | + "@types/react": "18.3.12", |
| 26 | + "@types/react-dom": "18.3.1", |
| 27 | + "eslint": "8.57.1", |
| 28 | + "eslint-config-next": "14.3.0-canary.87", |
| 29 | + "postcss": "8.4.48", |
| 30 | + "tailwindcss": "3.4.14", |
| 31 | + "typescript": "5.6.3" |
32 | 32 | },
|
33 |
| - "packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4" |
| 33 | + "packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4" |
34 | 34 | }
|
0 commit comments