Skip to content

Commit

Permalink
chore(deps-dev): bump @ethersproject/experimental from 5.6.3 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [@ethersproject/experimental](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/experimental) from 5.6.3 to 5.7.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.7.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.7.0/packages/experimental)

---
updated-dependencies:
- dependency-name: "@ethersproject/experimental"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2023
1 parent 610d13d commit a3d97ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"devDependencies": {
"@amplitude/ampli": "^1.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@ethersproject/experimental": "^5.6.3",
"@ethersproject/experimental": "^5.7.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2445,13 +2445,13 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/transactions" "^5.7.0"

"@ethersproject/experimental@^5.6.3":
version "5.6.3"
resolved "https://registry.yarnpkg.com/@ethersproject/experimental/-/experimental-5.6.3.tgz#d1cd8f3b886cbab86430fb2954eb65ddb7c75ffd"
integrity sha512-yMymv32XMr9sXvHc3S1On2wD0JMT6n4X9uKpfZ8jFFw5rEcI99yfovcCZ0tpUedh1b3IvReSain+RobeNQmmEg==
"@ethersproject/experimental@^5.7.0":
version "5.7.0"
resolved "https://registry.yarnpkg.com/@ethersproject/experimental/-/experimental-5.7.0.tgz#9759639434d37beaedfd8acab6f3af7db246b92d"
integrity sha512-DWvhuw7Dg8JPyhMbh/CNYOwsTLjXRx/HGkacIL5rBocG8jJC0kmixwoK/J3YblO4vtcyBLMa+sV74RJZK2iyHg==
dependencies:
"@ethersproject/web" "^5.6.1"
ethers "^5.6.8"
"@ethersproject/web" "^5.7.0"
ethers "^5.7.0"
scrypt-js "3.0.1"

"@ethersproject/[email protected]":
Expand Down Expand Up @@ -3142,7 +3142,7 @@
"@ethersproject/properties" "^5.5.0"
"@ethersproject/strings" "^5.5.0"

"@ethersproject/[email protected]", "@ethersproject/web@^5.0.12", "@ethersproject/web@^5.5.0", "@ethersproject/web@^5.5.1", "@ethersproject/web@^5.6.1", "@ethersproject/web@^5.7.0":
"@ethersproject/[email protected]", "@ethersproject/web@^5.0.12", "@ethersproject/web@^5.5.0", "@ethersproject/web@^5.5.1", "@ethersproject/web@^5.7.0":
version "5.7.1"
resolved "https://registry.yarnpkg.com/@ethersproject/web/-/web-5.7.1.tgz#de1f285b373149bee5928f4eb7bcb87ee5fbb4ae"
integrity sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==
Expand Down Expand Up @@ -15390,7 +15390,7 @@ [email protected]:
"@ethersproject/web" "5.5.1"
"@ethersproject/wordlists" "5.5.0"

[email protected], ethers@^5.0.13, ethers@^5.0.31, ethers@^5.4.2, ethers@^5.4.6, ethers@^5.4.7, ethers@^5.5.4, ethers@^5.6.8, ethers@^5.7.0, ethers@^5.7.1, ethers@^5.7.2:
[email protected], ethers@^5.0.13, ethers@^5.0.31, ethers@^5.4.2, ethers@^5.4.6, ethers@^5.4.7, ethers@^5.5.4, ethers@^5.7.0, ethers@^5.7.1, ethers@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
Expand Down

0 comments on commit a3d97ab

Please sign in to comment.