atuailizar pacotes
This commit is contained in:
parent
09c5ec676d
commit
8d12592397
2 changed files with 7 additions and 6 deletions
8
bun.lock
8
bun.lock
|
|
@ -6,8 +6,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cross-fetch": "4.1.0",
|
"cross-fetch": "4.1.0",
|
||||||
"node-cache": "^5.1.2",
|
"node-cache": "^5.1.2",
|
||||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#v.1",
|
||||||
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
|
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git#v.1",
|
||||||
"uuid": "11.1.0",
|
"uuid": "11.1.0",
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
@ -65,9 +65,9 @@
|
||||||
|
|
||||||
"object-filter": ["object-filter@1.0.2", "", {}, "sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA=="],
|
"object-filter": ["object-filter@1.0.2", "", {}, "sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA=="],
|
||||||
|
|
||||||
"p-comuns": ["p-comuns@git+https://git2.idz.one/publico/_comuns.git#cad288423a55d2d1ac1f93673d54da475b7b6309", { "dependencies": { "cross-fetch": "4.1.0", "zod": "3.24.1" } }, "cad288423a55d2d1ac1f93673d54da475b7b6309"],
|
"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-respostas": ["p-respostas@git+https://git2.idz.one/publico/_respostas.git#4b2308542aaac2ec602d2f68b1726b532e29a571", { "dependencies": { "p-comuns": "git+https://git2.idz.one/publico/_comuns.git", "zod": "3.24.1" } }, "4b2308542aaac2ec602d2f68b1726b532e29a571"],
|
"p-respostas": ["p-respostas@git+https://git2.idz.one/publico/_respostas.git#c2944d5f7e16090afc23af830dfded544c1d44e9", { "dependencies": { "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#v.1", "zod": "3.24.1" } }, "c2944d5f7e16090afc23af830dfded544c1d44e9"],
|
||||||
|
|
||||||
"queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="],
|
"queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="],
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"preinstall": "bun pm cache rm",
|
||||||
"at": "pnpm up @biomejs/biome typescript",
|
"at": "pnpm up @biomejs/biome typescript",
|
||||||
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
"build-back": "rm -fr dist-require && tsc --project ./tsconfig-back.json",
|
||||||
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
"build-front": "rm -fr dist-import && tsc --project ./tsconfig-front.json",
|
||||||
|
|
@ -23,8 +24,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cross-fetch": "4.1.0",
|
"cross-fetch": "4.1.0",
|
||||||
"node-cache": "^5.1.2",
|
"node-cache": "^5.1.2",
|
||||||
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
|
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git#v.1",
|
||||||
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git",
|
"p-respostas": "git+https://git2.idz.one/publico/_respostas.git#v.1",
|
||||||
"uuid": "11.1.0"
|
"uuid": "11.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue