This commit is contained in:
Luiz Silva 2025-07-16 16:46:43 -03:00
parent 7131e4ac1f
commit 4de625ea88
2 changed files with 8 additions and 7 deletions

View file

@ -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=="],

View file

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