|
2 | 2 | "name": "kudos-portal", |
3 | 3 | "version": "0.0.1", |
4 | 4 | "private": true, |
| 5 | + "engines": { |
| 6 | + "node": ">=22.0.0" |
| 7 | + }, |
5 | 8 | "scripts": { |
6 | 9 | "dev": "next dev", |
7 | 10 | "build": "next build", |
|
11 | 14 | "depcheck": "npx depcheck --ignores 'sharp,autoprefixer,@types/node'" |
12 | 15 | }, |
13 | 16 | "dependencies": { |
14 | | - "@next/third-parties": "15.1.3", |
15 | | - "@nextui-org/button": "2.2.8", |
16 | | - "@nextui-org/card": "^2.2.8", |
17 | | - "@nextui-org/checkbox": "^2.3.7", |
18 | | - "@nextui-org/chip": "^2.2.5", |
| 17 | + "@next/third-parties": "15.4.2", |
| 18 | + "@nextui-org/button": "2.2.9", |
| 19 | + "@nextui-org/card": "^2.2.9", |
| 20 | + "@nextui-org/checkbox": "^2.3.8", |
| 21 | + "@nextui-org/chip": "^2.2.6", |
19 | 22 | "@nextui-org/divider": "^2.2.5", |
20 | | - "@nextui-org/dropdown": "^2.3.8", |
21 | | - "@nextui-org/image": "^2.2.4", |
22 | | - "@nextui-org/input": "^2.4.7", |
23 | | - "@nextui-org/link": "2.2.6", |
24 | | - "@nextui-org/modal": "^2.2.6", |
25 | | - "@nextui-org/navbar": "2.2.7", |
26 | | - "@nextui-org/pagination": "^2.2.7", |
27 | | - "@nextui-org/scroll-shadow": "^2.3.4", |
28 | | - "@nextui-org/select": "^2.4.8", |
29 | | - "@nextui-org/skeleton": "^2.2.4", |
30 | | - "@nextui-org/spinner": "^2.2.5", |
31 | | - "@nextui-org/system": "2.4.5", |
32 | | - "@nextui-org/table": "^2.2.7", |
33 | | - "@nextui-org/theme": "2.4.4", |
34 | | - "@nextui-org/tooltip": "^2.2.6", |
35 | | - "@tanstack/react-query": "^5.62.11", |
36 | | - "@tanstack/react-query-devtools": "^5.62.11", |
37 | | - "@types/react": "19.0.2", |
38 | | - "@vercel/analytics": "^1.4.1", |
39 | | - "autoprefixer": "^10.4.20", |
| 23 | + "@nextui-org/dropdown": "^2.3.9", |
| 24 | + "@nextui-org/image": "^2.2.5", |
| 25 | + "@nextui-org/input": "^2.4.8", |
| 26 | + "@nextui-org/link": "2.2.7", |
| 27 | + "@nextui-org/modal": "^2.2.7", |
| 28 | + "@nextui-org/navbar": "2.2.8", |
| 29 | + "@nextui-org/pagination": "^2.2.8", |
| 30 | + "@nextui-org/scroll-shadow": "^2.3.5", |
| 31 | + "@nextui-org/select": "^2.4.9", |
| 32 | + "@nextui-org/skeleton": "^2.2.5", |
| 33 | + "@nextui-org/spinner": "^2.2.6", |
| 34 | + "@nextui-org/system": "2.4.6", |
| 35 | + "@nextui-org/table": "^2.2.8", |
| 36 | + "@nextui-org/theme": "2.4.5", |
| 37 | + "@nextui-org/tooltip": "^2.2.7", |
| 38 | + "@tanstack/react-query": "^5.83.0", |
| 39 | + "@tanstack/react-query-devtools": "^5.83.0", |
| 40 | + "@types/react": "19.1.8", |
| 41 | + "@vercel/analytics": "^1.5.0", |
| 42 | + "autoprefixer": "^10.4.21", |
40 | 43 | "clsx": "^2.1.1", |
41 | 44 | "dayjs": "^1.11.13", |
42 | 45 | "edge-csrf": "^1.0.11", |
43 | | - "eslint": "9.17.0", |
44 | | - "eslint-config-next": "15.1.3", |
45 | | - "framer-motion": "^11.15.0", |
| 46 | + "eslint": "9.31.0", |
| 47 | + "eslint-config-next": "15.4.2", |
| 48 | + "framer-motion": "^12.23.6", |
46 | 49 | "is-email": "^1.0.2", |
47 | | - "isomorphic-dompurify": "^2.19.0", |
48 | | - "marked": "^15.0.4", |
49 | | - "next": "15.1.3", |
50 | | - "next-themes": "^0.4.4", |
51 | | - "react": "19.0.0", |
52 | | - "react-dom": "19.0.0", |
53 | | - "react-hook-form": "^7.54.2", |
54 | | - "react-responsive": "^10.0.0", |
55 | | - "sharp": "0.33.5", |
56 | | - "tailwind-variants": "^0.3.0", |
| 50 | + "isomorphic-dompurify": "^2.26.0", |
| 51 | + "marked": "^16.1.1", |
| 52 | + "next": "15.4.2", |
| 53 | + "next-themes": "^0.4.6", |
| 54 | + "react": "19.1.0", |
| 55 | + "react-dom": "19.1.0", |
| 56 | + "react-hook-form": "^7.60.0", |
| 57 | + "react-responsive": "^10.0.1", |
| 58 | + "sharp": "0.34.3", |
| 59 | + "tailwind-variants": "^1.0.0", |
57 | 60 | "tailwindcss": "3.4.17", |
58 | | - "typescript": "5.7.2" |
| 61 | + "typescript": "5.8.3" |
59 | 62 | }, |
60 | 63 | "devDependencies": { |
61 | | - "@tanstack/eslint-plugin-query": "5.62.9", |
| 64 | + "@tanstack/eslint-plugin-query": "5.81.2", |
62 | 65 | "@types/is-email": "^1.0.0", |
63 | | - "@types/node": "22.10.2", |
64 | | - "eslint-config-prettier": "^9.1.0", |
65 | | - "prettier": "^3.4.2" |
| 66 | + "@types/node": "24.0.15", |
| 67 | + "eslint-config-prettier": "^10.1.8", |
| 68 | + "prettier": "^3.6.2" |
66 | 69 | }, |
67 | 70 | "pnpm": { |
68 | 71 | "overrides": { |
69 | | - "@types/react": "19.0.2" |
| 72 | + "@types/react": "19.1.8" |
70 | 73 | } |
71 | 74 | } |
72 | 75 | } |
0 commit comments