|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "dev": "next dev --turbopack", |
| 7 | + "dev": "next dev", |
8 | 8 | "build": "next build", |
9 | 9 | "start": "next start", |
10 | | - "lint": "next lint", |
| 10 | + "lint": "eslint .", |
11 | 11 | "format": "prettier --write .", |
12 | 12 | "check-format": "prettier --check .", |
13 | 13 | "prepare": "husky", |
|
27 | 27 | "@hookform/resolvers": "^5.0.1", |
28 | 28 | "@radix-ui/react-alert-dialog": "^1.1.1", |
29 | 29 | "@radix-ui/react-avatar": "^1.1.1", |
30 | | - "@radix-ui/react-dialog": "^1.1.14", |
| 30 | + "@radix-ui/react-dialog": "^1.1.15", |
31 | 31 | "@radix-ui/react-dropdown-menu": "^2.1.15", |
32 | 32 | "@radix-ui/react-label": "^2.1.7", |
33 | 33 | "@radix-ui/react-popover": "^1.1.15", |
|
66 | 66 | "lucide-react": "^0.536.0", |
67 | 67 | "marked": "^16.2.1", |
68 | 68 | "motion": "^12.7.4", |
69 | | - "next": "15.3.2", |
| 69 | + "next": "16.0.1", |
70 | 70 | "next-intl": "^4.1.0", |
71 | 71 | "next-mdx-remote": "^5.0.0", |
72 | 72 | "next-themes": "^0.4.6", |
73 | 73 | "prettier-plugin-tailwindcss": "^0.6.11", |
74 | | - "react": "19.1.0", |
| 74 | + "react": "19.2.0", |
75 | 75 | "react-day-picker": "^9.9.0", |
76 | | - "react-dom": "19.1.0", |
| 76 | + "react-dom": "19.2.0", |
77 | 77 | "react-hook-form": "^7.62.0", |
78 | 78 | "rehype-pretty-code": "^0.14.1", |
79 | 79 | "remark-gfm": "^4.0.1", |
80 | 80 | "shiki": "^3.7.0", |
81 | 81 | "sonner": "^2.0.6", |
82 | | - "tailwind-merge": "^3.3.0", |
| 82 | + "tailwind-merge": "^3.3.1", |
83 | 83 | "tailwindcss-animate": "^1.0.7", |
84 | 84 | "turndown": "^7.2.1", |
85 | 85 | "zod": "^3.24.4" |
|
94 | 94 | "@testing-library/user-event": "^14.5.2", |
95 | 95 | "@types/js-cookie": "^3.0.6", |
96 | 96 | "@types/node": "^20", |
97 | | - "@types/react": "19.1.5", |
98 | | - "@types/react-dom": "19.1.5", |
| 97 | + "@types/react": "19.2.2", |
| 98 | + "@types/react-dom": "19.2.2", |
99 | 99 | "@types/turndown": "^5.0.5", |
100 | 100 | "@typescript-eslint/eslint-plugin": "^8.0.1", |
101 | 101 | "@typescript-eslint/parser": "^8.0.1", |
102 | 102 | "@vitejs/plugin-react": "^4.3.3", |
103 | | - "eslint": "^8", |
104 | | - "eslint-config-next": "15.3.2", |
| 103 | + "eslint": "^9", |
| 104 | + "eslint-config-next": "16.0.1", |
105 | 105 | "eslint-config-prettier": "^9.1.0", |
106 | 106 | "eslint-plugin-react": "^7.35.0", |
| 107 | + "globals": "^16.5.0", |
107 | 108 | "husky": "^9.1.4", |
108 | 109 | "jsdom": "^25.0.1", |
109 | 110 | "lint-staged": "^15.2.8", |
|
119 | 120 | "**/*": "prettier --write --ignore-unknown" |
120 | 121 | }, |
121 | 122 | "resolutions": { |
122 | | - "@types/react": "19.1.5", |
123 | | - "@types/react-dom": "19.1.5" |
| 123 | + "@types/react": "19.2.2", |
| 124 | + "@types/react-dom": "19.2.2" |
124 | 125 | } |
125 | 126 | } |
0 commit comments