Skip to content

Commit

Permalink
Bump @metamask/snaps-ui from 1.0.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [@metamask/snaps-ui](https://github.com/MetaMask/snaps) from 1.0.2 to 2.0.0.
- [Release notes](https://github.com/MetaMask/snaps/releases)
- [Commits](https://github.com/MetaMask/snaps/compare/v1.0.2...@metamask/snaps-ui@2.0.0)

---
updated-dependencies:
- dependency-name: "@metamask/snaps-ui"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 789f303 commit 1827916
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@metamask/snaps-types": "^1.0.2",
"@metamask/snaps-ui": "^1.0.2",
"@metamask/snaps-ui": "^2.0.0",
"buffer": "^6.0.3",
"crc": "^4.3.2",
"nacl": "^0.1.3",
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,14 @@
"@metamask/utils" "^6.0.1"
superstruct "^1.0.3"

"@metamask/snaps-ui@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@metamask/snaps-ui/-/snaps-ui-2.0.0.tgz#29fa7a52cb53053ca1a68e17d01834299d407506"
integrity sha512-xnbTGJvlHDWWKVIBz7WkYFClheJZI+0p+VTQbd5CYHHyPKuCwsJoB5Sx00UAy1wl4FImFswbOKLb6GVMDerd4A==
dependencies:
"@metamask/utils" "^8.1.0"
superstruct "^1.0.3"

"@metamask/snaps-utils@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@metamask/snaps-utils/-/snaps-utils-1.0.2.tgz#439fcc07133388c469fa86b2f632a5285ed88f00"
Expand Down Expand Up @@ -1507,6 +1515,18 @@
semver "^7.5.4"
superstruct "^1.0.3"

"@metamask/utils@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-8.1.0.tgz#b8e73f5b4696b1b668cf5c1421daad140a3f98ac"
integrity sha512-sFNpzBKRicDgM2ZuU6vrPROlqNGm8/jDsjc5WrU1RzCkAMc4Xr3vUUf8p59uQ6B09etUWNb8d2GTCbISdmH/Ug==
dependencies:
"@ethereumjs/tx" "^4.1.2"
"@noble/hashes" "^1.3.1"
"@types/debug" "^4.1.7"
debug "^4.3.4"
semver "^7.5.4"
superstruct "^1.0.3"

"@noble/curves@1.1.0", "@noble/curves@~1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.1.0.tgz#f13fc667c89184bc04cccb9b11e8e7bae27d8c3d"
Expand Down

0 comments on commit 1827916

Please sign in to comment.