|  | 
| 8 | 8 |  "lint": "eslint . --ext .ts,.tsx" | 
| 9 | 9 |  }, | 
| 10 | 10 |  "dependencies": { | 
| 11 |  | - "dotenv": "^16.3.1", | 
| 12 |  | - "next": "^14.0.3", | 
| 13 |  | - "react": "^18.2.0", | 
| 14 |  | - "react-dom": "^18.2.0", | 
| 15 |  | - "typescript": "^5.3.2" | 
|  | 11 | + "dotenv": "^16.4.7", | 
|  | 12 | + "next": "^15.2.3", | 
|  | 13 | + "react": "^19.0.0", | 
|  | 14 | + "react-dom": "^19.0.0", | 
|  | 15 | + "typescript": "^5.8.2" | 
| 16 | 16 |  }, | 
| 17 | 17 |  "devDependencies": { | 
| 18 |  | - "@types/node": "^20.10.1", | 
| 19 |  | - "@types/react": "^18.2.39", | 
| 20 |  | - "@types/react-dom": "^18.2.17", | 
| 21 |  | - "@typescript-eslint/eslint-plugin": "^6.13.1", | 
| 22 |  | - "@typescript-eslint/parser": "^6.13.1", | 
| 23 |  | - "eslint": "^8.54.0", | 
| 24 |  | - "eslint-config-prettier": "^9.0.0", | 
| 25 |  | - "eslint-plugin-prettier": "^5.0.1", | 
| 26 |  | - "eslint-plugin-react": "^7.33.2", | 
| 27 |  | - "prettier": "^3.1.0" | 
|  | 18 | + "@types/node": "^22.13.10", | 
|  | 19 | + "@types/react": "^19.0.12", | 
|  | 20 | + "@types/react-dom": "^19.0.4", | 
|  | 21 | + "@typescript-eslint/eslint-plugin": "^8.27.0", | 
|  | 22 | + "@typescript-eslint/parser": "^8.27.0", | 
|  | 23 | + "eslint": "^9.22.0", | 
|  | 24 | + "eslint-config-prettier": "^10.1.1", | 
|  | 25 | + "eslint-plugin-prettier": "^5.2.3", | 
|  | 26 | + "eslint-plugin-react": "^7.37.4", | 
|  | 27 | + "prettier": "^3.5.3" | 
| 28 | 28 |  } | 
| 29 | 29 | } | 
0 commit comments