code-review-fix task 13.3: add zod to dependencies in package.json
This commit is contained in:
parent
03b2500980
commit
496f717b90
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
"pg": "^8.13.1",
|
"pg": "^8.13.1",
|
||||||
"react": "^19.2.4",
|
"react": "^19.2.4",
|
||||||
"react-dom": "^19.2.4",
|
"react-dom": "^19.2.4",
|
||||||
"tailwind-merge": "^3.4.0"
|
"tailwind-merge": "^3.4.0",
|
||||||
|
"zod": "^4.3.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^25.2.3",
|
"@types/node": "^25.2.3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue