Skip to content

Commit

Permalink
support typescript v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinraja committed Apr 7, 2023
1 parent 60e5d84 commit c0b9f6f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"example": "tsx test/example.ts"
},
"peerDependencies": {
"typescript": "^4.9.4",
"typescript": "^4.9.4 || ^5.0.2",
"zod": "^3"
},
"devDependencies": {
Expand All @@ -52,7 +52,7 @@
"npm-run-all": "4.1.5",
"tsup": "6.7.0",
"tsx": "3.12.6",
"typescript": "4.9.4",
"typescript": "5.0.3",
"vite": "4.2.1",
"vitest": "0.29.8",
"zod": "3.21.4"
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit c0b9f6f

Please sign in to comment.