Skip to content

Commit

Permalink
add optional peer dep as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed May 12, 2023
1 parent d7d7b22 commit 2aec9e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
},
"devDependencies": {
"@dethcrypto/eth-sdk": "^0.3.3",
"@dethcrypto/eth-sdk-client": "^0.1.6",
"@gnosis.pm/zodiac": "^3.2.2",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,13 @@ __metadata:
languageName: node
linkType: hard

"@dethcrypto/eth-sdk-client@npm:^0.1.6":
version: 0.1.6
resolution: "@dethcrypto/eth-sdk-client@npm:0.1.6"
checksum: f7f2084ac04ad0d57d38ae6253de660ea53043032d684bd330dd3652d9303069c519b866c6be8722be15096a1c8bc21f826e7f527ab38fc452f09a1463fed6f3
languageName: node
linkType: hard

"@dethcrypto/eth-sdk@npm:^0.3.3":
version: 0.3.3
resolution: "@dethcrypto/eth-sdk@npm:0.3.3"
Expand Down Expand Up @@ -30505,6 +30512,7 @@ __metadata:
resolution: "zodiac-roles-sdk@workspace:packages/sdk"
dependencies:
"@dethcrypto/eth-sdk": ^0.3.3
"@dethcrypto/eth-sdk-client": ^0.1.6
"@gnosis.pm/zodiac": ^3.2.2
"@nomiclabs/hardhat-ethers": ^2.0.0
"@nomiclabs/hardhat-waffle": ^2.0.0
Expand Down

0 comments on commit 2aec9e5

Please sign in to comment.