ravangen / graphql-rate-limit

🚦 Fixed window rate limiting middleware for GraphQL. Use to limit repeated requests to queries and mutations.
https://www.npmjs.com/package/graphql-rate-limit-directive
MIT License
314 stars 11 forks source link

Update peerDepdendency of @graphql-tools/utils to allow ^9.0.0 #316

Closed intellix closed 1 year ago

intellix commented 1 year ago

Trying to update our dependencies and noticed that this package only allows a peerDepdendency for utils of ^8.0.0. I don't believe anything majorly changed so both should be supported AFAIK

intellix commented 1 year ago

actually, it seems this is already covered by https://github.com/ravangen/graphql-rate-limit/pull/314 @ravangen

ravangen commented 1 year ago

👍 I'll try to release a new version in the next couple days for you.