Skip to content

Commit

Permalink
fix: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Sep 6, 2024
1 parent 098d606 commit 004af3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/pylon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@
"devDependencies": {
"hono": "^4.0.8"
},
"peerDependencies": {
"hono": "^4.0.8",
"@sentry/bun": "^8.17.0"
},
"dependencies": {
"@hono/sentry": "^1.2.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.6.2",
"jsonwebtoken": "^9.0.2",
"openid-client": "^5.6.4",
"winston": "^3.8.2"
"winston": "^3.8.2",
"hono": "^4.0.8",
"@sentry/bun": "^8.17.0"
},
"resolutions": {
"graphql": "^16.9.0"
Expand Down

0 comments on commit 004af3e

Please sign in to comment.