From 6cce6403fbde5dbcebb54b1d37274703d31ef467 Mon Sep 17 00:00:00 2001 From: Albert Date: Sun, 9 Nov 2025 20:27:53 +0000 Subject: [PATCH] fix: Sync pnpm-lock.yaml with package.json React Three Fiber versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates lockfile to match the specific versions of @react-three/drei, @react-three/fiber, and three specified in package.json. This resolves the ERR_PNPM_OUTDATED_LOCKFILE error during Vercel deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pnpm-lock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d543bc8..4179dd3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,10 +39,10 @@ importers: specifier: ^8.3.6 version: 8.3.6(@mantine/core@8.3.6(@mantine/hooks@8.3.6(react@19.2.0))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mantine/hooks@8.3.6(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@react-three/drei': - specifier: latest + specifier: ^10.7.6 version: 10.7.6(@react-three/fiber@9.4.0(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(three@0.181.0))(@types/react@19.2.2)(@types/three@0.181.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(three@0.181.0) '@react-three/fiber': - specifier: latest + specifier: ^9.4.0 version: 9.4.0(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(three@0.181.0) '@tabler/icons-react': specifier: ^3.35.0 @@ -75,7 +75,7 @@ importers: specifier: latest version: 1.3.2(tslib@2.8.1)(typescript@5.9.3)(ws@8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5)) three: - specifier: latest + specifier: ^0.181.0 version: 0.181.0 umap-js: specifier: latest