Skip to content

Commit 60c2251

Browse files
committed
chore: set override for graphql-rate-limit package until we find alternative
1 parent 128f714 commit 60c2251

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
]
2626
},
2727
"overrides": {
28-
"axios": "1.11.0"
28+
"axios": "1.11.0",
29+
"graphql-rate-limit": {
30+
"@graphql-tools/utils": {
31+
"graphql": "16.11.0"
32+
}
33+
}
2934
},
3035
"devDependencies": {
3136
"@eddeee888/gcg-typescript-resolver-files": "0.7.2",

0 commit comments

Comments
 (0)