From 911cb679621de5ff38ee0faadd33414c6354e422 Mon Sep 17 00:00:00 2001 From: Brian Strauch Date: Tue, 9 Jun 2026 14:31:03 -0700 Subject: [PATCH] Pin next to ^16.2.6 to avoid broken 16.3.0-preview.0 release npm's 'latest' dist-tag for next currently points to 16.3.0-preview.0, whose @next/swc-linux-x64-gnu binary is not published, so 'next build' fails with a 404 whenever the lockfile is regenerated. Co-Authored-By: Claude Fable 5 --- nextjs-ecommerce-oneclick/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextjs-ecommerce-oneclick/package.json b/nextjs-ecommerce-oneclick/package.json index 498c14cc..e0273f03 100644 --- a/nextjs-ecommerce-oneclick/package.json +++ b/nextjs-ecommerce-oneclick/package.json @@ -24,7 +24,7 @@ "@temporalio/envconfig": "^1.18.0", "@temporalio/worker": "^1.18.0", "@temporalio/workflow": "^1.18.0", - "next": "latest", + "next": "^16.2.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-toastify": "^8.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ed0bba0..f723f099 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2472,7 +2472,7 @@ importers: specifier: ^1.18.0 version: 1.18.0 next: - specifier: latest + specifier: ^16.2.6 version: 16.2.6(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: ^18.2.0