From 27d78a237e354dd5fb9349d6c96ed7f5d3c841aa Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Sat, 8 Feb 2025 20:31:24 +0000 Subject: [PATCH] fix: pin esbuild version --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 4a93b42..30d80f5 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", + "esbuild": "0.21.5", "eslint": "^9.9.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b6326d..9ddc70f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,6 +72,9 @@ importers: '@vitejs/plugin-react': specifier: ^4.3.1 version: 4.3.1(vite@5.4.2(@types/node@22.5.0)(terser@5.31.6)) + esbuild: + specifier: 0.21.5 + version: 0.21.5 eslint: specifier: ^9.9.0 version: 9.9.1(jiti@1.21.6)