also looking at this
chore(deps): update all non-major dependencies
#35
10 files
+48
-41
| @@ -12,16 +12,16 @@ | ||
| 12 | 12 | "test": "bun test" |
| 13 | 13 | }, |
| 14 | 14 | "dependencies": { |
| 15 | "next": "^14.0.0", | |
| 16 | "react": "^18.0.0", | |
| 17 | "react-dom": "^18.0.0" | |
| 15 | "next": "^14.2.33", | |
| 16 | "react": "^18.3.1", | |
| 17 | "react-dom": "^18.3.1" | |
| 18 | 18 | }, |
| 19 | 19 | "devDependencies": { |
| 20 | "@types/node": "^20.0.0", | |
| 21 | "@types/react": "^18.0.0", | |
| 22 | "eslint": "^8.0.0", | |
| 23 | "eslint-config-next": "^14.0.0", | |
| 24 | "prettier": "^3.0.0", | |
| 25 | "typescript": "^5.0.0" | |
| 20 | "@types/node": "^20.19.23", | |
| 21 | "@types/react": "^18.3.26", | |
| 22 | "eslint": "^8.57.1", | |
| 23 | "eslint-config-next": "^14.2.33", | |
| 24 | "prettier": "^3.6.2", | |
| 25 | "typescript": "^5.9.3" | |
| 26 | 26 | } |
| 27 | 27 | } |