Skip to content

Commit

Permalink
Removed unused deps in controller-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Sep 21, 2023
1 parent f0bd599 commit 20199c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
6 changes: 1 addition & 5 deletions packages/controller-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,13 @@
"test:watch": "jest --watch"
},
"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",
"eth-rpc-errors": "^4.0.2",
"ethereumjs-util": "^7.0.10",
"ethjs-unit": "^0.1.6",
"fast-deep-equal": "^3.1.3",
"uuid": "^9.0.1"
"ethjs-unit": "^0.1.6"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.1.0",
Expand Down
13 changes: 0 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1501,9 +1501,7 @@ __metadata:
resolution: "@metamask/controller-utils@workspace:packages/controller-utils"
dependencies:
"@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 @@ -1513,14 +1511,12 @@ __metadata:
eth-rpc-errors: ^4.0.2
ethereumjs-util: ^7.0.10
ethjs-unit: ^0.1.6
fast-deep-equal: ^3.1.3
jest: ^27.5.1
nock: ^13.3.1
ts-jest: ^27.1.4
typedoc: ^0.22.15
typedoc-plugin-missing-exports: ^0.22.6
typescript: ~4.6.3
uuid: ^9.0.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10230,15 +10226,6 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

"v8-compile-cache-lib@npm:^3.0.1":
version: 3.0.1
resolution: "v8-compile-cache-lib@npm:3.0.1"
Expand Down

0 comments on commit 20199c3

Please sign in to comment.