From 79bb29875691e9917f83f4dbe62288ba3dc710f2 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Sun, 22 Mar 2026 00:50:29 -0400 Subject: [PATCH] revert: stay on Next.js 16.1.6 due to bundling issues in 16.2.1 --- bun.lock | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bun.lock b/bun.lock index fbdee63..f7c4d08 100644 --- a/bun.lock +++ b/bun.lock @@ -61,14 +61,14 @@ "js-cookie": "^3.0.5", "lucide-react": "^0.536.0", "minio": "^8.0.6", - "next": "^16.1.6", + "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "next-themes": "^0.4.6", "postgres": "^3.4.8", "radix-ui": "^1.4.3", - "react": "^19.2.4", + "react": "19.2.4", "react-day-picker": "^9.13.2", - "react-dom": "^19.2.4", + "react-dom": "19.2.4", "react-hook-form": "^7.71.1", "react-resizable-panels": "^3.0.6", "react-signature-canvas": "^1.1.0-alpha.2", diff --git a/package.json b/package.json index 4895df2..aac2ee8 100755 --- a/package.json +++ b/package.json @@ -80,14 +80,14 @@ "js-cookie": "^3.0.5", "lucide-react": "^0.536.0", "minio": "^8.0.6", - "next": "^16.1.6", + "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "next-themes": "^0.4.6", "postgres": "^3.4.8", "radix-ui": "^1.4.3", - "react": "^19.2.4", + "react": "19.2.4", "react-day-picker": "^9.13.2", - "react-dom": "^19.2.4", + "react-dom": "19.2.4", "react-hook-form": "^7.71.1", "react-resizable-panels": "^3.0.6", "react-signature-canvas": "^1.1.0-alpha.2",