diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-24 09:50:37 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-24 09:50:37 -0500 |
| commit | 7956156d705297ba7c372577bb19c09517bbd444 (patch) | |
| tree | 5920890307cba2698ebf30fd4381fc26d3492d76 /package.json | |
| parent | 2f58e466da05a058096a2bdc7ee581dbebe7a508 (diff) | |
Upgrade Next.js to 14.1.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index a793486..72cb852 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,14 @@ "dayjs": "^1.11.10", "lucide-react": "^0.290.0", "nanoid": "^5.0.4", - "next": "^14.0.4", + "next": "^14.1.0", "next-themes": "^0.2.1", "next13-progressbar": "^1.1.1", "pg": "^8.11.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.47.0", + "sharp": "^0.33.2", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7", "ts-pattern": "^5.0.6", @@ -56,13 +57,13 @@ "@types/content-disposition": "^0.5.8", "@types/node": "^20", "@types/pg": "^8.10.9", - "@types/react": "^18", - "@types/react-dom": "^18", + "@types/react": "^18.2.48", + "@types/react-dom": "^18.2.18", "@types/uuid": "^9.0.6", "autoprefixer": "^10", "dotenv": "^16.3.1", "eslint": "^8", - "eslint-config-next": "^14.0.4", + "eslint-config-next": "^14.1.0", "postcss": "^8", "prettier": "^3.0.3", "prettier-plugin-organize-imports": "^3.2.3", |
