Skip to content

Commit

Permalink
fix: add @types/uuid to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 14, 2024
1 parent 1d1492e commit 957e005
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
}
}
}

0 comments on commit 957e005

Please sign in to comment.