Skip to content

Commit

Permalink
added graphql-middleware as a dependency to @envelop/rate-limiter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo authored and ardatan committed Nov 20, 2024
1 parent 1d2417a commit 1805c88
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-queens-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-mesh/plugin-rate-limit': patch
---

Added graphql-middleware as a dependency to @envelop/rate-limiter plugin
5 changes: 2 additions & 3 deletions packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@envelop/rate-limiter": "^6.2.0",
"@envelop/rate-limiter": "^6.2.1",
"@graphql-mesh/string-interpolation": "0.5.6"
},
"devDependencies": {
"@envelop/core": "5.0.2",
"graphql-middleware": "6.1.35"
"@envelop/core": "5.0.2"
},
"publishConfig": {
"access": "public",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4023,19 +4023,20 @@ __metadata:
languageName: node
linkType: hard

"@envelop/rate-limiter@npm:^6.2.0":
version: 6.2.0
resolution: "@envelop/rate-limiter@npm:6.2.0"
"@envelop/rate-limiter@npm:^6.2.1":
version: 6.2.1
resolution: "@envelop/rate-limiter@npm:6.2.1"
dependencies:
"@envelop/on-resolve": "npm:^4.1.0"
"@graphql-tools/utils": "npm:^10.5.4"
graphql-middleware: "npm:^6.1.35"
graphql-rate-limit: "npm:^3.3.0"
minimatch: "npm:^10.0.1"
tslib: "npm:^2.5.0"
peerDependencies:
"@envelop/core": ^5.0.2
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/69497c8d8ead32159cf2972c36c3e432b31422b8d5192ada316cd9b01cb87fbf655d2b98c3ff8a4ca118aeab1be0652829a49b2827abcf4d506a8e4747d46294
checksum: 10c0/55786066d1af0987c0247e8154970629fa673b4a0c0c5122967be0d27002c8d0e5f4ca21da6f9e6aa546a252ba40493c78bf2eda51154af75c5c323bd2e18315
languageName: node
linkType: hard

Expand Down Expand Up @@ -6597,9 +6598,8 @@ __metadata:
resolution: "@graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit"
dependencies:
"@envelop/core": "npm:5.0.2"
"@envelop/rate-limiter": "npm:^6.2.0"
"@envelop/rate-limiter": "npm:^6.2.1"
"@graphql-mesh/string-interpolation": "npm:0.5.6"
graphql-middleware: "npm:6.1.35"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.7
"@graphql-mesh/types": ^0.102.13
Expand Down Expand Up @@ -22817,7 +22817,7 @@ __metadata:
languageName: unknown
linkType: soft

"graphql-middleware@npm:6.1.35":
"graphql-middleware@npm:^6.1.35":
version: 6.1.35
resolution: "graphql-middleware@npm:6.1.35"
dependencies:
Expand Down

0 comments on commit 1805c88

Please sign in to comment.