Skip to content

Commit

Permalink
Update zod to version 3.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 3, 2023
1 parent 17d6853 commit 3bb0b00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
19 changes: 11 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"start:production": "blitz start --port $PORT",
"test:watch": "jest --watch"
},
"engines" : {
"npm" : ">=7.0.0",
"node" : ">=14 <15"
"engines": {
"npm": ">=7.0.0",
"node": ">=14 <15"
},
"prisma": {
"schema": "db/schema.prisma"
Expand Down Expand Up @@ -57,7 +57,7 @@
"react-icons": "4.2.0",
"react-responsive": "8.2.0",
"typescript": "~4.2.4",
"zod": "1.11.17"
"zod": "3.22.3"
},
"devDependencies": {
"@types/email-templates": "7.1.0",
Expand Down

0 comments on commit 3bb0b00

Please sign in to comment.