Skip to content

Commit

Permalink
chore: zod 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
biud436 committed May 25, 2024
1 parent b8ab068 commit 6c3b42f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .pnp.cjs

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

Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"swr": "^2.2.0",
"typescript": "^5.2.2",
"uuid": "^8.3.2",
"web-vitals": "2.1.2"
"web-vitals": "2.1.2",
"zod": "^3.23.8"
},
"scripts": {
"next:dev": "next dev -p 8080",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2936,6 +2936,7 @@ __metadata:
typescript: ^5.2.2
uuid: ^8.3.2
web-vitals: 2.1.2
zod: ^3.23.8
dependenciesMeta:
"@toast-ui/[email protected]":
unplugged: true
Expand Down Expand Up @@ -12594,6 +12595,13 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:^3.23.8":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 15949ff82118f59c893dacd9d3c766d02b6fa2e71cf474d5aa888570c469dbf5446ac5ad562bb035bf7ac9650da94f290655c194f4a6de3e766f43febd432c5c
languageName: node
linkType: hard

"zwitch@npm:^2.0.0":
version: 2.0.4
resolution: "zwitch@npm:2.0.4"
Expand Down

0 comments on commit 6c3b42f

Please sign in to comment.