Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
27dc425
Replace `superstruct` imports with `@metamask/superstruct`
MajorLift May 30, 2024
e2d9e3f
Remove dependency `superstruct` and replace with `@metamask/superstru…
MajorLift May 30, 2024
4917f9b
Bump dependency `@metamask/utils` from `^8.4.0` to `^8.5.0`
MajorLift May 30, 2024
0ff0629
Fix additional `superstruct` imports
MajorLift May 30, 2024
fa686b6
Bump dependency `@metamask/snaps-sdk` from `^4.2.0` to `^4.4.1`
MajorLift Jun 3, 2024
28dc845
Update lockfile
MajorLift Jun 6, 2024
7fb3de6
Linter fixes for import statements
MajorLift Jun 6, 2024
fa209c7
Set tsconfig options `module`, `moduleResolution` to `NodeNext`
MajorLift Jun 6, 2024
09f8f6b
Bump dependency `@metamask/snaps-sdk` to `^4.4.2`
MajorLift Jun 7, 2024
3086d59
Bump `@metamask/superstruct` to `^3.1.0`
MajorLift Jun 27, 2024
12b5454
Bump `@metamask/snaps-sdk` from `^4.4.2` to `^6.0.0`
MajorLift Jun 27, 2024
155384d
Move `@metamask/providers` from devDeps to dependency
MajorLift Jun 27, 2024
3449d87
Fix lockfile
MajorLift Jun 27, 2024
6ec0879
Bump `@metamask/utils` from `^8.5.0` to `^9.0.0`
MajorLift Jun 29, 2024
44b17ff
Merge branch 'main' into replace-superstruct-with-fork
MajorLift Jul 3, 2024
7fb06fe
Fix `@metamask/providers` to `17.0.0`
MajorLift Jul 14, 2024
8755bfc
Merge branch 'main' into replace-superstruct-with-fork
MajorLift Jul 14, 2024
3dcfc81
Set yarn resolution for `@metamask/snaps-sdk` to monorepo pr
MajorLift Jul 14, 2024
d7e849b
Merge branch 'main' into replace-superstruct-with-fork
MajorLift Jul 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump @metamask/utils from ^8.5.0 to ^9.0.0
  • Loading branch information
MajorLift committed Jun 29, 2024
commit 6ec0879a3d7bf467c850e7dd17728aa9119aa68c
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,11 @@
"test:types": "tsd",
"test:watch": "jest --watch"
},
"resolutions": {
"@metamask/superstruct": "^3.1.0"
},
"dependencies": {
"@metamask/providers": "^17.1.0",
"@metamask/snaps-sdk": "^6.0.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^8.5.0",
"@metamask/utils": "^9.0.0",
"@types/uuid": "^9.0.8",
"bech32": "^2.0.0",
"uuid": "^9.0.1"
Expand Down
23 changes: 20 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ __metadata:
"@metamask/providers": ^17.1.0
"@metamask/snaps-sdk": ^6.0.0
"@metamask/superstruct": ^3.1.0
"@metamask/utils": ^8.5.0
"@metamask/utils": ^9.0.0
"@types/jest": ^29.5.12
"@types/node": ^20.12.12
"@types/uuid": ^9.0.8
Expand Down Expand Up @@ -1167,14 +1167,14 @@ __metadata:
languageName: node
linkType: hard

"@metamask/superstruct@npm:^3.1.0":
"@metamask/superstruct@npm:^3.0.0, @metamask/superstruct@npm:^3.1.0":
version: 3.1.0
resolution: "@metamask/superstruct@npm:3.1.0"
checksum: 00e4d0c0aae8b25ccc1885c1db0bb4ed1590010570140c255e4deee3bf8a10c859c8fce5e475b4ae09c8a56316207af87585b91f7f5a5c028d668ccd111f19e3
languageName: node
linkType: hard

"@metamask/utils@npm:^8.3.0, @metamask/utils@npm:^8.5.0":
"@metamask/utils@npm:^8.3.0":
version: 8.5.0
resolution: "@metamask/utils@npm:8.5.0"
dependencies:
Expand All @@ -1191,6 +1191,23 @@ __metadata:
languageName: node
linkType: hard

"@metamask/utils@npm:^9.0.0":
version: 9.0.0
resolution: "@metamask/utils@npm:9.0.0"
dependencies:
"@ethereumjs/tx": ^4.2.0
"@metamask/superstruct": ^3.1.0
"@noble/hashes": ^1.3.1
"@scure/base": ^1.1.3
"@types/debug": ^4.1.7
debug: ^4.3.4
pony-cause: ^2.1.10
semver: ^7.5.4
uuid: ^9.0.1
checksum: 5dcb9d47c4768c33d451cc74c83207726c68b1340be1d091ca44105564f0ba0703026d357de7996de4459ac41cd420a0eb1f06db32f5ebbeeee581393f45fd44
languageName: node
linkType: hard

"@noble/curves@npm:1.0.0, @noble/curves@npm:~1.0.0":
version: 1.0.0
resolution: "@noble/curves@npm:1.0.0"
Expand Down