From eed5ac24d553aaf19ea5456fac9bb6348837c07d Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Wed, 16 Jul 2025 11:31:35 -0300 Subject: [PATCH] =?UTF-8?q?atualiza=C3=A7=C3=A3o=20de=20pacotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lock | 10 +++++----- package.json | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/bun.lock b/bun.lock index 452afbf..e8381b8 100644 --- a/bun.lock +++ b/bun.lock @@ -4,14 +4,14 @@ "": { "name": "p-autenticacao-drive", "dependencies": { - "cross-fetch": "^4.1.0", + "cross-fetch": "4.1.0", "node-cache": "^5.1.2", "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master", "p-respostas": "git+https://git2.idz.one/publico/_respostas.git#master", "uuid": "^11.1.0", }, "devDependencies": { - "@biomejs/biome": "^2.0.6", + "@biomejs/biome": "2.0.6", "@types/node": "^20.16.1", "check-node-version": "^4.2.1", "typescript": "5.5.4", @@ -37,7 +37,7 @@ "@biomejs/cli-win32-x64": ["@biomejs/cli-win32-x64@2.0.6", "", { "os": "win32", "cpu": "x64" }, "sha512-bfM1Bce0d69Ao7pjTjUS+AWSZ02+5UHdiAP85Th8e9yV5xzw6JrHXbL5YWlcEKQ84FIZMdDc7ncuti1wd2sdbw=="], - "@types/node": ["@types/node@20.19.4", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-OP+We5WV8Xnbuvw0zC2m4qfB/BJvjyCwtNjhHdJxV1639SGSKrLmJkc3fMnp2Qy8nJyHp8RO6umxELN/dS1/EA=="], + "@types/node": ["@types/node@20.19.8", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-HzbgCY53T6bfu4tT7Aq3TvViJyHjLjPNaAS3HOuMc9pw97KHsUtXNX4L+wu59g1WnjsZSko35MbEqnO58rihhw=="], "ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], @@ -65,9 +65,9 @@ "object-filter": ["object-filter@1.0.2", "", {}, "sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA=="], - "p-comuns": ["p-comuns@git+https://git2.idz.one/publico/_comuns.git#e602db04660b7e2d0dea30b185f84dfd3160dee6", { "dependencies": { "cross-fetch": "^4.1.0", "zod": "3.24.1" } }, "e602db04660b7e2d0dea30b185f84dfd3160dee6"], + "p-comuns": ["p-comuns@git+https://git2.idz.one/publico/_comuns.git#21ee49d1db1d73b7c8b959303b61f446ecbdcf96", { "dependencies": { "cross-fetch": "^4.1.0", "zod": "3.24.1" } }, "21ee49d1db1d73b7c8b959303b61f446ecbdcf96"], - "p-respostas": ["p-respostas@git+https://git2.idz.one/publico/_respostas.git#a00d459a800f6238ba00fbcdcbceaa2fe666d42b", { "dependencies": { "zod": "3.24.1" } }, "a00d459a800f6238ba00fbcdcbceaa2fe666d42b"], + "p-respostas": ["p-respostas@git+https://git2.idz.one/publico/_respostas.git#2fd21b3c246dbf2e7ac5a396cd3f428edae3e610", { "dependencies": { "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master", "zod": "3.24.1" } }, "2fd21b3c246dbf2e7ac5a396cd3f428edae3e610"], "queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="], diff --git a/package.json b/package.json index b0054bb..839c76e 100644 --- a/package.json +++ b/package.json @@ -17,18 +17,19 @@ "build": "pnpm run biome && pnpm run build-back && pnpm run build-front", "pacote": "npm --no-git-tag-version version minor && sh ./pacote.sh", "biome": "npx @biomejs/biome check --write ./src && npx @biomejs/biome check --write ./package.json", - "nodev": "check-node-version --node '>= 20'" + "nodev": "check-node-version --node '>= 20'", + "check": "bun run biome && bunx tsc --noEmit" }, "dependencies": { - "cross-fetch": "^4.1.0", + "cross-fetch": "4.1.0", "node-cache": "^5.1.2", "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master", "p-respostas": "git+https://git2.idz.one/publico/_respostas.git#master", "uuid": "^11.1.0" }, "devDependencies": { - "@biomejs/biome": "^2.0.6", - "@types/node": "^20.16.1", + "@biomejs/biome": "2.0.6", + "@types/node": "^20.19.8", "check-node-version": "^4.2.1", "typescript": "5.5.4" },