upgrade deps
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/3 Pipeline was successful

This commit is contained in:
qpismont 2024-07-31 20:47:07 +02:00
parent da965206f6
commit 765af2700d
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -12,15 +12,15 @@
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.3.3",
"@types/bun": "latest",
"typescript": "^5.0.0"
"typescript": "^5.5.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"nats": "^2.26.0",
"nats": "^2.28.2",
"zod": "^3.23.8"
}
}