Skip to content

Commit

Permalink
Change optional dependencies to peer
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Dec 19, 2024
1 parent de4f1de commit 0623021
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/protocol-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"devDependencies": {
"@noble/curves": "^1.6.0",
"@peculiar/asn1-schema": "^2.3.13",
"@safe-global/testing-kit": "^0.1.1",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^7.1.8",
Expand All @@ -73,7 +75,7 @@
"semver": "^7.6.3",
"viem": "^2.21.8"
},
"optionalDependencies": {
"peerDependencies": {
"@noble/curves": "^1.6.0",
"@peculiar/asn1-schema": "^2.3.13"
}
Expand Down

0 comments on commit 0623021

Please sign in to comment.