Skip to content

Commit

Permalink
add graphQl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Sep 2, 2024
1 parent 559bcc2 commit d3607a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lib/smart-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"@apollo/client": "^3.11.5",
"@dm3-org/dm3-lib-profile": "workspace:^",
"@dm3-org/dm3-lib-shared": "workspace:^",
"ethers": "5.7.2"
"ethers": "5.7.2",
"graphql": "^15.0.0"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2364,6 +2364,7 @@ __metadata:
"@dm3-org/dm3-lib-profile": "workspace:^"
"@dm3-org/dm3-lib-shared": "workspace:^"
ethers: 5.7.2
graphql: ^15.0.0
jest: ^29.7.0
ts-jest: ^29.1.4
typescript: ^4.4.2
Expand Down Expand Up @@ -18179,6 +18180,13 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^15.0.0":
version: 15.9.0
resolution: "graphql@npm:15.9.0"
checksum: fecf48b878baf8bd1d943b79860554f9e0bdf8d23a8f014356209fedcc1f1353729388538842d8a4a79078ea75b3f24d504d074223c815acf9b6059837c5c934
languageName: node
linkType: hard

"graphql@npm:^16.8.1":
version: 16.9.0
resolution: "graphql@npm:16.9.0"
Expand Down

0 comments on commit d3607a2

Please sign in to comment.