Skip to content

Commit c4deeee

Browse files
authored
fix(modules-sdk): add graphql dependency to modules-sdk (medusajs#5750)
1 parent 443c611 commit c4deeee

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/cyan-apples-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@medusajs/modules-sdk": patch
3+
---
4+
5+
fix(modules-sdk): add graphql dependency to modules-sdk

packages/modules-sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@medusajs/types": "^1.11.8",
3131
"@medusajs/utils": "^1.11.1",
3232
"awilix": "^8.0.0",
33+
"graphql": "^16.6.0",
3334
"knex": "2.4.2",
3435
"pg": "^8.11.2",
3536
"resolve-cwd": "^3.0.0"

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7771,6 +7771,7 @@ __metadata:
77717771
"@medusajs/utils": ^1.11.1
77727772
awilix: ^8.0.0
77737773
cross-env: ^5.2.1
7774+
graphql: ^16.6.0
77747775
jest: ^29.6.3
77757776
knex: 2.4.2
77767777
pg: ^8.11.2

0 commit comments

Comments
 (0)