|
75 | 75 | "@bprogress/next": "3.2.12", |
76 | 76 | "clsx": "2.1.1", |
77 | 77 | "ky": "1.14.3", |
78 | | - "next": "16.1.4", |
| 78 | + "next": "16.1.6", |
79 | 79 | "next-themes": "0.4.6", |
80 | | - "react": "19.2.3", |
81 | | - "react-dom": "19.2.3", |
| 80 | + "react": "19.2.4", |
| 81 | + "react-dom": "19.2.4", |
82 | 82 | "serwist": "9.5.0", |
83 | 83 | "tailwind-merge": "3.4.0", |
84 | 84 | "zod": "4.3.6" |
|
87 | 87 | "@commitlint/cli": "20.3.1", |
88 | 88 | "@commitlint/config-conventional": "20.3.1", |
89 | 89 | "@eslint-community/eslint-plugin-eslint-comments": "4.6.0", |
90 | | - "@eslint-react/eslint-plugin": "2.7.4", |
| 90 | + "@eslint-react/eslint-plugin": "2.8.0", |
91 | 91 | "@eslint/compat": "2.0.1", |
92 | 92 | "@eslint/js": "9.39.2", |
93 | 93 | "@ianvs/prettier-plugin-sort-imports": "4.7.0", |
94 | 94 | "@inquirer/prompts": "8.2.0", |
95 | | - "@next/bundle-analyzer": "16.1.4", |
96 | | - "@next/eslint-plugin-next": "16.1.4", |
| 95 | + "@next/bundle-analyzer": "16.1.6", |
| 96 | + "@next/eslint-plugin-next": "16.1.6", |
97 | 97 | "@octokit/core": "7.0.6", |
98 | 98 | "@prettier/plugin-oxc": "0.1.3", |
99 | 99 | "@release-it/conventional-changelog": "10.0.4", |
100 | | - "@sentry/nextjs": "10.36.0", |
| 100 | + "@sentry/nextjs": "10.37.0", |
101 | 101 | "@serwist/turbopack": "9.5.0", |
102 | 102 | "@tailwindcss/forms": "0.5.11", |
103 | 103 | "@tailwindcss/postcss": "4.1.18", |
104 | 104 | "@types/fs-extra": "11.0.4", |
105 | | - "@types/node": "25.0.10", |
106 | | - "@types/react": "19.2.9", |
| 105 | + "@types/node": "25.1.0", |
| 106 | + "@types/react": "19.2.10", |
107 | 107 | "@types/react-dom": "19.2.3", |
108 | | - "@typescript-eslint/parser": "8.53.1", |
| 108 | + "@typescript-eslint/parser": "8.54.0", |
109 | 109 | "all-contributors-cli": "6.26.1", |
110 | 110 | "cross-env": "10.1.0", |
111 | 111 | "cspell": "9.6.2", |
|
155 | 155 | "svgo": "4.0.0", |
156 | 156 | "tailwindcss": "4.1.18", |
157 | 157 | "tsx": "4.21.0", |
158 | | - "turbo": "2.7.6", |
| 158 | + "turbo": "2.8.0", |
159 | 159 | "typescript": "5.9.3", |
160 | | - "typescript-eslint": "8.53.1" |
| 160 | + "typescript-eslint": "8.54.0" |
161 | 161 | }, |
162 | 162 | "packageManager": "[email protected]", |
163 | 163 | "engines": { |
164 | | - "node": "^22.14.0" |
| 164 | + "node": "^24.0.0" |
165 | 165 | }, |
166 | 166 | "pnpm": { |
167 | 167 | "onlyBuiltDependencies": [ |
|
173 | 173 | "unrs-resolver" |
174 | 174 | ], |
175 | 175 | "overrides": { |
176 | | - "@types/react": "19.2.9", |
| 176 | + "@types/react": "19.2.10", |
177 | 177 | "@types/react-dom": "19.2.3" |
178 | 178 | } |
179 | 179 | } |
|
0 commit comments