|
70 | 70 | "lodash": "4.18.1", |
71 | 71 | "mime": "^4.1.0", |
72 | 72 | "nanoid": "^5.1.7", |
73 | | - "next": "^14.2.35", |
| 73 | + "next": "16.2.6", |
74 | 74 | "node-cache": "5.1.2", |
75 | 75 | "node-gyp": "12.2.0", |
76 | 76 | "node-schedule": "2.1.1", |
77 | 77 | "nodemailer": "8.0.5", |
78 | 78 | "openpgp": "6.3.0", |
79 | 79 | "pg": "8.20.0", |
80 | 80 | "pug": "3.0.4", |
81 | | - "react": "^18.3.1", |
| 81 | + "react": "19.2.6", |
82 | 82 | "react-ace": "14.0.1", |
83 | 83 | "react-animate-height": "3.2.3", |
84 | 84 | "react-aria": "3.47.0", |
85 | | - "react-dom": "^18.3.1", |
| 85 | + "react-dom": "19.2.6", |
86 | 86 | "react-hot-toast": "^2.6.0", |
87 | 87 | "react-intersection-observer": "10.0.3", |
88 | 88 | "react-intl": "^7.1.14", |
|
115 | 115 | "@commitlint/cli": "20.5.0", |
116 | 116 | "@commitlint/config-conventional": "20.5.0", |
117 | 117 | "@eslint/js": "9.39.3", |
118 | | - "@next/eslint-plugin-next": "^16.2.3", |
| 118 | + "@next/eslint-plugin-next": "16.2.6", |
119 | 119 | "@tailwindcss/aspect-ratio": "^0.4.2", |
120 | 120 | "@tailwindcss/forms": "^0.5.11", |
121 | 121 | "@tailwindcss/typography": "^0.5.19", |
|
134 | 134 | "@types/node": "22.19.0", |
135 | 135 | "@types/node-schedule": "2.1.8", |
136 | 136 | "@types/nodemailer": "^8.0.0", |
137 | | - "@types/react": "^18.3.28", |
138 | | - "@types/react-dom": "^18.3.7", |
| 137 | + "@types/react": "19.2.14", |
| 138 | + "@types/react-dom": "19.2.3", |
139 | 139 | "@types/react-transition-group": "4.4.12", |
140 | 140 | "@types/semver": "7.7.1", |
141 | 141 | "@types/supertest": "^7.2.0", |
|
154 | 154 | "cypress": "15.13.1", |
155 | 155 | "cz-conventional-changelog": "3.3.0", |
156 | 156 | "eslint": "9.39.3", |
| 157 | + "eslint-config-next": "16.2.6", |
157 | 158 | "eslint-config-prettier": "10.1.8", |
158 | 159 | "eslint-plugin-formatjs": "6.4.5", |
159 | 160 | "eslint-plugin-jsx-a11y": "6.10.2", |
|
211 | 212 | ], |
212 | 213 | "overrides": { |
213 | 214 | "sqlite3>node-gyp": "8.4.1", |
214 | | - "@types/express-session": "1.18.2" |
| 215 | + "@types/express-session": "1.18.2", |
| 216 | + "@types/react": "19.2.14", |
| 217 | + "@types/react-dom": "19.2.3" |
215 | 218 | } |
216 | 219 | }, |
217 | 220 | "scarfSettings": { |
|
0 commit comments