chore: add peer dep typescript
This commit is contained in:
parent
d9804fe227
commit
108f5bb3fa
3 changed files with 6 additions and 3 deletions
|
|
@ -11,12 +11,15 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.2.10",
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "^22.14.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@runtipi/common": "^0.8.0",
|
||||
"bun": "^1.2.10",
|
||||
"zod-validation-error": "^3.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue