Skip to content

Commit

Permalink
update test api deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed May 24, 2024
1 parent 297cd29 commit 6846fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified integration-tests/test-api/bun.lockb
Binary file not shown.
6 changes: 2 additions & 4 deletions integration-tests/test-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.3.1",
"hono": "^3.11.2",
"tsx": "^3.12.2"
"hono": "^4.3.11"
},
"volta": {
"extends": "../../package.json"
},
"devDependencies": {
"@types/bun": "^1.0.2"
"@types/bun": "^1.1.3"
}
}

0 comments on commit 6846fbe

Please sign in to comment.