feat: adicionar babel-plugin-react-compiler como dependência
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.
This commit is contained in:
@@ -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",
|
||||
|
||||
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
@@ -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: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user