Skip to content

Commit

Permalink
types fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Aug 3, 2024
1 parent 9500b17 commit d983692
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"@types/node": "^20.14.0",
"@types/node": "^22.1.0",
"esbuild": "^0.21.4",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"type": "module",
"scripts": {
Expand Down
28 changes: 14 additions & 14 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 d983692

Please sign in to comment.