Skip to content

Commit

Permalink
fix(prometheus): bump peer dependency (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Apr 25, 2024
1 parent 8e8acb9 commit 7e12913
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-jobs-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/prometheus': patch
---

fix: bump peer dependency
4 changes: 2 additions & 2 deletions packages/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": "^3.12.0",
"hono": ">=3.*",
"prom-client": "^15.0.0"
},
"devDependencies": {
"hono": "^3.12.0",
"hono": "^4.2.7",
"prom-client": "^15.0.0",
"tsup": "^8.0.1",
"vitest": "^1.0.4"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1973,12 +1973,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hono/prometheus@workspace:packages/prometheus"
dependencies:
hono: "npm:^3.12.0"
hono: "npm:^4.2.7"
prom-client: "npm:^15.0.0"
tsup: "npm:^8.0.1"
vitest: "npm:^1.0.4"
peerDependencies:
hono: ^3.12.0
hono: ">=3.*"
prom-client: ^15.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9547,13 +9547,6 @@ __metadata:
languageName: node
linkType: hard

"hono@npm:^3.12.0":
version: 3.12.10
resolution: "hono@npm:3.12.10"
checksum: 43ad255e54bc5dd47154ad057565f41f2fda3dc866416f9a25fa2022e86c552b42109972f8c75101ed1da704c2b967d8bd474869db094878ab9438650379663c
languageName: node
linkType: hard

"hono@npm:^4.0.1":
version: 4.0.1
resolution: "hono@npm:4.0.1"
Expand Down Expand Up @@ -9596,6 +9589,13 @@ __metadata:
languageName: node
linkType: hard

"hono@npm:^4.2.7":
version: 4.2.7
resolution: "hono@npm:4.2.7"
checksum: 186d79ecedd4d9091eae4f2f32462f7e44530d1ea545de2cba594fd3f1e733f6f1d4367f12a6c85d188610ce1913bedadd1a83724b533700c0b12f5dcbb24f97
languageName: node
linkType: hard

"hosted-git-info@npm:^2.1.4":
version: 2.8.9
resolution: "hosted-git-info@npm:2.8.9"
Expand Down

0 comments on commit 7e12913

Please sign in to comment.