Skip to content

Commit

Permalink
Remove unused yarn resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Jun 29, 2024
1 parent 1a428ee commit de74e82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"@babel/core": "patch:@babel/core@npm%3A7.23.2#./.yarn/patches/@babel-core-npm-7.23.2-b93f586907.patch",
"@esbuild-plugins/node-modules-polyfill@^0.2.2": "patch:@esbuild-plugins/node-modules-polyfill@npm%3A0.2.2#./.yarn/patches/@esbuild-plugins-node-modules-polyfill-npm-0.2.2-f612681798.patch",
"@lavamoat/lavapack@^6.1.1": "patch:@lavamoat/lavapack@npm%3A6.1.1#./.yarn/patches/@lavamoat-lavapack-npm-6.1.1-b81af21193.patch",
"@metamask/abi-utils": "github:MetaMask/abi-utils#7179f3281d431d75dd7f338a86b00db0b4ef88c7",
"@metamask/snaps-registry": "github:MetaMask/snaps-registry#d43fa268ac2fd27f8650988d1a81bbd62eb53ef5",
"@puppeteer/[email protected]": "patch:@puppeteer/browsers@npm%3A1.7.0#./.yarn/patches/@puppeteer-browsers-npm-1.7.0-203cb4f44b.patch",
"@puppeteer/browsers@^1.6.0": "patch:@puppeteer/browsers@npm%3A1.7.0#./.yarn/patches/@puppeteer-browsers-npm-1.7.0-203cb4f44b.patch",
"@types/glob@*": "patch:@types/glob@npm%3A7.1.4#./.yarn/patches/@types-glob-npm-7.1.4-d45247eaa2.patch",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3801,13 +3801,13 @@ __metadata:
languageName: node
linkType: hard

"@metamask/abi-utils@github:MetaMask/abi-utils#7179f3281d431d75dd7f338a86b00db0b4ef88c7":
version: 2.0.2
resolution: "@metamask/abi-utils@https://github.com/MetaMask/abi-utils.git#commit=7179f3281d431d75dd7f338a86b00db0b4ef88c7"
"@metamask/abi-utils@npm:^2.0.2":
version: 2.0.3
resolution: "@metamask/abi-utils@npm:2.0.3"
dependencies:
"@metamask/superstruct": ^3.0.0
"@metamask/utils": ^8.5.0
checksum: 8e16629bf94249361f8f5e0933ba7a7fc933a346883000dc16171866e7985c56ef6dd70df14a3ce9a0208fd0b003c500909e924ae443140be1a3b19155199490
checksum: c0d43cd52a6615b32b09ed6786d01e3de764af30b107941a5df134f8a48da344793035dd247f5b38a56f36c436c7131b94b0c71ef004e88e6e00f878ffa4ebbf
languageName: node
linkType: hard

Expand Down Expand Up @@ -5802,15 +5802,15 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/snaps-registry@github:MetaMask/snaps-registry#d43fa268ac2fd27f8650988d1a81bbd62eb53ef5":
version: 3.1.0
resolution: "@metamask/snaps-registry@https://github.com/MetaMask/snaps-registry.git#commit=d43fa268ac2fd27f8650988d1a81bbd62eb53ef5"
"@metamask/snaps-registry@npm:^3.2.0":
version: 3.2.0
resolution: "@metamask/snaps-registry@npm:3.2.0"
dependencies:
"@metamask/superstruct": ^3.0.0
"@metamask/utils": ^8.5.0
"@noble/curves": ^1.2.0
"@noble/hashes": ^1.3.2
checksum: aaa4bf5a396bf50598c54c00b6d322824d2bfc2811a47caad47fc9a6c885f4c1b7c4ac30259bd892c6f1c21cd3a43283d1598d53c2700ffea4cb1b39adaf85d0
checksum: ac3537cda6454f461e6d00623aefa29ee3e7f7c68003c7629fc550c1f27694115c475d626c89172bd7ecb52de2a0b75db64aa9fe9e8625492e335337d3f579f7
languageName: node
linkType: hard

Expand Down

0 comments on commit de74e82

Please sign in to comment.