From 4de625ea88541b77fdec11c4cf90c918814da60d Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Wed, 16 Jul 2025 16:46:43 -0300 Subject: [PATCH] pacote --- bun.lock | 8 ++++---- package.json | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bun.lock b/bun.lock index ae99b72..6f5e4ad 100644 --- a/bun.lock +++ b/bun.lock @@ -6,15 +6,15 @@ "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.4", - "dayjs": "^1.11.11", + "dayjs": "1.11.13", "fastify": "^4.27.0", - "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master", + "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#v.2", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "3.23.8", }, "devDependencies": { - "@biomejs/biome": "^2.0.6", + "@biomejs/biome": "2.0.6", "@types/node": "^20.11.30", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", @@ -203,7 +203,7 @@ "on-exit-leak-free": ["on-exit-leak-free@2.1.2", "", {}, "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA=="], - "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#1ae18a1c8a9201a320b87d5f54d90b616d3eb6f3", { "dependencies": { "cross-fetch": "4.1.0", "zod": "3.24.1" } }, "1ae18a1c8a9201a320b87d5f54d90b616d3eb6f3"], "p-finally": ["p-finally@1.0.0", "", {}, "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow=="], diff --git a/package.json b/package.json index 00ccfd7..5dcf5dc 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "dist/index.js", "scripts": { + "preinstall": "bun pm cache rm", "dev": "tsx ferramentas/rodar_servidor.tsx", "build": "npm --no-git-tag-version version minor && pnpm run gerar && pnpm run biome && tsc", "nodev": "check-node-version --node '>= 20'", @@ -21,15 +22,15 @@ "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/static": "^7.0.4", - "dayjs": "^1.11.11", + "dayjs": "1.11.13", "fastify": "^4.27.0", - "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master", + "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#v.2", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "3.23.8" }, "devDependencies": { - "@biomejs/biome": "^2.0.6", + "@biomejs/biome": "2.0.6", "@types/node": "^20.11.30", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0",