From 6c6c3585812e90f9d82dab085a460b2a3b91ac35 Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Thu, 19 Mar 2026 17:54:05 +0100 Subject: [PATCH 1/2] nc wasm and zarrita up deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aeb7c0a0..17ccb134 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@base-ui/react": "^1.3.0", - "@earthyscience/netcdf4-wasm": "0.2.3", + "@earthyscience/netcdf4-wasm": "0.2.4", "@ffmpeg/ffmpeg": "^0.12.15", "@ffmpeg/util": "^0.12.2", "@hookform/resolvers": "^5.2.2", @@ -69,7 +69,7 @@ "input-otp": "^1.4.2", "js-colormaps-es": "^0.0.5", "lucide-react": "^0.562.0", - "next": "16.1.6", + "next": "^16.2.0", "next-themes": "^0.4.6", "radix-ui": "1.4.3", "react": "^19.0.0", @@ -85,7 +85,7 @@ "three-stdlib": "^2.36.0", "vaul": "^1.1.2", "webgpu-utils": "^1.11.0", - "zarrita": "^0.5.4", + "zarrita": "^0.6.1", "zod": "^4.3.6", "zustand": "^5.0.8" }, From 6b38b859b20da895bc41a5cd3fcbf10dd56213da Mon Sep 17 00:00:00 2001 From: Lazaro Alonso Date: Thu, 19 Mar 2026 20:18:04 +0100 Subject: [PATCH 2/2] match eslint-config-next version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17ccb134..fac37059 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@vitejs/plugin-react": "^4.4.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9", - "eslint-config-next": "^16.1.6", + "eslint-config-next": "^16.2.0", "eslint-plugin-next": "^0.0.0", "jsdom": "^26.1.0", "raw-loader": "^4.0.2",