-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support prom-client v15 #66
Comments
@cbix so send a PR? maybe even better add |
It doesn't work when you simply update the version. It has type error
|
I have the same error, at the moment I work with prom-client v.14.0.2 but when we work with prom client v15.0.0 we have the same error of @lala7573 |
its interesting how they're using version 3 of prometheus and 15.1 of prom-client: https://github.com/aahlborn/omnivore/blob/67c5de6512ebdf7bf3b03390d928507f34a54a41/packages/api/package.json |
The peer-dependency
prom-client
recently released version 15.0.0, however when installing that I getI didn't test for full compatibility yet but if it's not a breaking change, it might be sufficient to just add
|| ^15.0.0
.The text was updated successfully, but these errors were encountered: