Skip to content

Commit

Permalink
add typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 29, 2024
1 parent 06bb3b1 commit c3f47ea
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file modified packages/zod-openapi/.yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"jest": "^29.7.0",
"openapi3-ts": "^4.1.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.0.1",
"zod": "^3.22.1"
},
Expand Down
21 changes: 21 additions & 0 deletions packages/zod-openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ __metadata:
jest: "npm:^29.7.0"
openapi3-ts: "npm:^4.1.2"
tsup: "npm:^8.0.1"
typescript: "npm:^5.3.3"
vitest: "npm:^1.0.1"
zod: "npm:^3.22.1"
peerDependencies:
Expand Down Expand Up @@ -4509,6 +4510,26 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: e33cef99d82573624fc0f854a2980322714986bc35b9cb4d1ce736ed182aeab78e2cb32b385efa493b2a976ef52c53e20d6c6918312353a91850e2b76f1ea44f
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500
languageName: node
linkType: hard

"ufo@npm:^1.3.2":
version: 1.3.2
resolution: "ufo@npm:1.3.2"
Expand Down

0 comments on commit c3f47ea

Please sign in to comment.