Skip to content

Commit

Permalink
fix(modules-sdk): add graphql dependency to modules-sdk (#5750)
Browse files Browse the repository at this point in the history
  • Loading branch information
riqwan authored Nov 28, 2023
1 parent 443c611 commit c4deeee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-apples-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/modules-sdk": patch
---

fix(modules-sdk): add graphql dependency to modules-sdk
1 change: 1 addition & 0 deletions packages/modules-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@medusajs/types": "^1.11.8",
"@medusajs/utils": "^1.11.1",
"awilix": "^8.0.0",
"graphql": "^16.6.0",
"knex": "2.4.2",
"pg": "^8.11.2",
"resolve-cwd": "^3.0.0"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7771,6 +7771,7 @@ __metadata:
"@medusajs/utils": ^1.11.1
awilix: ^8.0.0
cross-env: ^5.2.1
graphql: ^16.6.0
jest: ^29.6.3
knex: 2.4.2
pg: ^8.11.2
Expand Down

0 comments on commit c4deeee

Please sign in to comment.