Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent ba0529b commit 66ba93d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"start": "tsx index.ts"
},
"dependencies": {
"@fastify/cors": "^8.4.0",
"@fastify/swagger": "^8.10.1",
"@fastify/swagger-ui": "^1.9.3",
"fastify": "^4.23.2"
"@fastify/cors": "8.4.0",
"@fastify/swagger": "8.10.1",
"@fastify/swagger-ui": "1.9.3",
"fastify": "4.23.2"
},
"devDependencies": {
"bun-types": "latest",
"npm-run-all": "^4.1.5",
"stepci": "^2.6.8",
"tsx": "^3.12.10",
"wait-on": "^7.0.1"
"npm-run-all": "4.1.5",
"stepci": "2.6.8",
"tsx": "3.12.10",
"wait-on": "7.0.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down

0 comments on commit 66ba93d

Please sign in to comment.