Skip to content

Commit

Permalink
bump @metamask/remote-feature-flag-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoloureirop committed Jan 15, 2025
1 parent e93b201 commit 9aa427d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"@metamask/react-native-payments": "^2.0.0",
"@metamask/react-native-search-api": "1.0.1",
"@metamask/react-native-webview": "^14.0.4",
"@metamask/remote-feature-flag-controller": "link:../../core/feature-flags/packages/remote-feature-flag-controller",
"@metamask/remote-feature-flag-controller": "^1.3.0",
"@metamask/rpc-errors": "^7.0.1",
"@metamask/scure-bip39": "^2.1.0",
"@metamask/sdk-communication-layer": "0.29.0-wallet",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4452,6 +4452,14 @@
"@metamask/utils" "^10.0.0"
immer "^9.0.6"

"@metamask/base-controller@^7.1.0":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@metamask/base-controller/-/base-controller-7.1.1.tgz#837216ee099563b2106202fa0ed376dc909dfbb9"
integrity sha512-4nbA6RL9y0SdHdn4MmMTREX6ISJL7OGHn0GXXszv0tp1fdjsn+SBs28uu1a9ceg1J7R/lO6JH7jAAz8zRtt8Nw==
dependencies:
"@metamask/utils" "^11.0.1"
immer "^9.0.6"

"@metamask/bitcoin-wallet-snap@^0.8.2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@metamask/bitcoin-wallet-snap/-/bitcoin-wallet-snap-0.8.2.tgz#dd37c48366997e6e9927837e28cc65a6008d1524"
Expand Down Expand Up @@ -5137,9 +5145,15 @@
escape-string-regexp "^4.0.0"
invariant "2.2.4"

"@metamask/remote-feature-flag-controller@link:../../core/feature-flags/packages/remote-feature-flag-controller":
version "0.0.0"
uid ""
"@metamask/remote-feature-flag-controller@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@metamask/remote-feature-flag-controller/-/remote-feature-flag-controller-1.3.0.tgz#b83fc08c413b229b24046c84e2599d4dab2bafd8"
integrity sha512-h5DnnqbFxLsm8N98rrlVwUpQvvH03epb+1YhRMghIKa5WtjyoERV2wp0MuSH8l2Or4+ccx8eLv/X2bsnmtujGw==
dependencies:
"@metamask/base-controller" "^7.1.0"
"@metamask/utils" "^11.0.1"
cockatiel "^3.1.2"
uuid "^8.3.2"

"@metamask/[email protected]", "@metamask/rpc-errors@^6.2.1", "@metamask/rpc-errors@^7.0.0", "@metamask/rpc-errors@^7.0.1":
version "7.0.1"
Expand Down Expand Up @@ -5410,7 +5424,7 @@
lodash "^4.17.21"
uuid "^8.3.2"

"@metamask/utils@^10.0.0", "@metamask/utils@^10.0.1", "@metamask/utils@^8.2.0", "@metamask/utils@^8.3.0", "@metamask/utils@^9.0.0", "@metamask/utils@^9.1.0", "@metamask/utils@^9.2.1":
"@metamask/utils@^10.0.0", "@metamask/utils@^10.0.1", "@metamask/utils@^11.0.1", "@metamask/utils@^8.2.0", "@metamask/utils@^8.3.0", "@metamask/utils@^9.0.0", "@metamask/utils@^9.1.0", "@metamask/utils@^9.2.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-10.0.1.tgz#a765f96c20e35fc51c068fb9f88a3332b40b215e"
integrity sha512-zHgAitJtRwviVVFnRUA2PLRMaAwatr3jiHgiH7mPicJaeSK4ma01aGR4fHy0iy5tlVo1ZiioTmJ1Hbp8FZ6pSg==
Expand Down

0 comments on commit 9aa427d

Please sign in to comment.