From a7736b7ab9249dd0e82b30f71ca74530dad0fdb0 Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Mon, 17 Nov 2025 19:55:21 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20adicionar=20babel-plugin-react-compiler?= =?UTF-8?q?=20como=20depend=C3=AAncia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adiciona o plugin babel-plugin-react-compiler à lista de dependências no arquivo package.json e atualiza o pnpm-lock.yaml para refletir essa mudança. Isso melhora a compatibilidade e a eficiência do processo de compilação do React. --- package.json | 1 + pnpm-lock.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 29286f7..d70c694 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "@tanstack/react-table": "8.21.3", "@vercel/analytics": "^1.5.0", "ai": "^5.0.93", + "babel-plugin-react-compiler": "^1.0.0", "better-auth": "1.3.34", "class-variance-authority": "0.7.1", "clsx": "2.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dbcd653..d35cc1f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,6 +89,9 @@ importers: ai: specifier: ^5.0.93 version: 5.0.93(zod@4.1.12) + babel-plugin-react-compiler: + specifier: ^1.0.0 + version: 1.0.0 better-auth: specifier: 1.3.34 version: 1.3.34(next@16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -5792,7 +5795,6 @@ snapshots: babel-plugin-react-compiler@1.0.0: dependencies: '@babel/types': 7.28.5 - optional: true balanced-match@1.0.2: {}