From 9285e7787792312920c52b4c4ec11a4d6aa65c06 Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Mon, 30 Jun 2025 13:24:22 -0300 Subject: [PATCH] . --- Documentos/biome.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentos/biome.json b/Documentos/biome.json index e52b43c..85d938c 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -35,7 +35,8 @@ "correctness": { "noEmptyPattern": "off", "noUnusedVariables": "error", - "noUnusedImports": "error" + "noUnusedImports": "error", + "useExhaustiveDependencies":"off" }, "performance": { "noAccumulatingSpread": "off" diff --git a/package.json b/package.json index 9aaf603..99a2ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.111.0", + "version": "0.112.0", "description": "", "main": "dist/index.js", "scripts": {