also looking at this
chore(deps): update all non-major dependencies
#75
7 files
+11
-11
| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | "build": "next build", |
| 9 | 9 | "start": "next start", |
| 10 | 10 | "lint": "next lint", |
| 11 | "prettier": "bunx prettier --write .", | |
| 11 | "prettier": "^3.6.2", | |
| 12 | 12 | "test": "bun test" |
| 13 | 13 | }, |
| 14 | 14 | "dependencies": { |
| @@ -21,7 +21,7 @@ | ||
| 21 | 21 | "@types/react": "^18.0.0", |
| 22 | 22 | "eslint": "^8.0.0", |
| 23 | 23 | "eslint-config-next": "^14.0.0", |
| 24 | "prettier": "^3.0.0", | |
| 25 | "typescript": "^5.0.0" | |
| 24 | "prettier": "^3.6.2", | |
| 25 | "typescript": "^5.9.2" | |
| 26 | 26 | } |
| 27 | 27 | } |