Skip to content

Commit

Permalink
fix(protocol-kit): move safe-core-sdk-types to dependencies (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra authored May 30, 2024
1 parent d7da593 commit 3fbbb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@openzeppelin/contracts": "^2.5.1",
"@safe-global/safe-contracts-v1.4.1": "npm:@safe-global/[email protected]",
"@safe-global/safe-core-sdk-types": "^5.0.0",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
Expand All @@ -74,6 +73,7 @@
},
"dependencies": {
"@noble/hashes": "^1.3.3",
"@safe-global/safe-core-sdk-types": "^5.0.0",
"@safe-global/safe-deployments": "^1.36.0",
"abitype": "^1.0.2",
"ethereumjs-util": "^7.1.5",
Expand Down

0 comments on commit 3fbbb60

Please sign in to comment.