atualização de pacotes
This commit is contained in:
parent
00e9c4d698
commit
eed5ac24d5
2 changed files with 10 additions and 9 deletions
10
bun.lock
10
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=="],
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue