This commit is contained in:
Luiz Silva 2025-08-28 14:03:53 -03:00
parent 1f492210f2
commit db30011b85
3 changed files with 920 additions and 269 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-estaticos",
"version": "0.87.0",
"version": "0.88.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",
@ -36,12 +36,12 @@
"p-comuns": "git+https://git2.idz.one/publico/_comuns.git",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "3.23.8"
"zod": "4.1.4"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/node": "^20.19.10",
"@types/react": "^18.3.23",
"@types/node": "^20.19.11",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"dotenv": "^16.6.1",
"dotenv-cli": "^7.4.4",