atualização de pacotes

This commit is contained in:
Luiz Silva 2025-07-16 11:31:35 -03:00
parent 00e9c4d698
commit eed5ac24d5
2 changed files with 10 additions and 9 deletions

View file

@ -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"
},