also looking at this
chore(deps): update nextjs monorepo to v16 (major)
#66
1 file
+2
-2
| @@ -12,7 +12,7 @@ | ||
| 12 | 12 | "test": "bun test" |
| 13 | 13 | }, |
| 14 | 14 | "dependencies": { |
| 15 | "next": "^14.0.0", | |
| 15 | "next": "^16.0.0", | |
| 16 | 16 | "react": "^18.0.0", |
| 17 | 17 | "react-dom": "^18.0.0" |
| 18 | 18 | }, |
| @@ -20,7 +20,7 @@ | ||
| 20 | 20 | "@types/node": "^20.0.0", |
| 21 | 21 | "@types/react": "^18.0.0", |
| 22 | 22 | "eslint": "^8.0.0", |
| 23 | "eslint-config-next": "^14.0.0", | |
| 23 | "eslint-config-next": "^16.0.0", | |
| 24 | 24 | "prettier": "^3.0.0", |
| 25 | 25 | "typescript": "^5.0.0" |
| 26 | 26 | } |