Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Sep 20, 2023
1 parent 6a493be commit 0ef971b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/controller-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"dependencies": {
"@metamask/base-controller": "^3.2.1",
"@metamask/eth-query": "^3.0.1",
"@metamask/network-controller": "^12.1.2",
"@metamask/utils": "^6.2.0",
"@spruceid/siwe-parser": "1.1.3",
"eth-ens-namehash": "^2.0.8",
Expand All @@ -52,6 +51,9 @@
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "~4.6.3"
},
"peerDependencies": {
"@metamask/network-controller": "^12.1.2"
},
"engines": {
"node": ">=16.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,6 @@ __metadata:
"@metamask/auto-changelog": ^3.1.0
"@metamask/base-controller": ^3.2.1
"@metamask/eth-query": ^3.0.1
"@metamask/network-controller": ^12.1.2
"@metamask/utils": ^6.2.0
"@spruceid/siwe-parser": 1.1.3
"@types/jest": ^27.4.1
Expand All @@ -1485,6 +1484,8 @@ __metadata:
typedoc-plugin-missing-exports: ^0.22.6
typescript: ~4.6.3
uuid: ^8.3.2
peerDependencies:
"@metamask/network-controller": ^12.1.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 0ef971b

Please sign in to comment.