Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
refactor: use @metamask/providers as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Mar 18, 2024
1 parent 36ae5cd commit 6f83a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/providers": "^16.0.0",
"@metamask/snaps-sdk": "^3.1.1",
"@metamask/utils": "^8.3.0",
"@types/uuid": "^9.0.1",
Expand All @@ -53,6 +52,7 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/providers": "^16.0.0",
"@types/jest": "^28.1.6",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.43.0",
Expand All @@ -77,6 +77,9 @@
"typedoc": "^0.23.15",
"typescript": "~4.8.4"
},
"peerDependencies": {
"@metamask/providers": ">=15 || <17"
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.18 || >=20"
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,8 @@ __metadata:
typedoc: ^0.23.15
typescript: ~4.8.4
uuid: ^9.0.0
peerDependencies:
"@metamask/providers": ">=15 || <17"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 6f83a57

Please sign in to comment.