Skip to content

Commit

Permalink
Bump the yarn group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the yarn group with 4 updates: [@polkadot/api-cli](https://github.com/polkadot-js/tools/tree/HEAD/packages/api-cli), [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api), [ethers](https://github.com/ethers-io/ethers.js) and [viem](https://github.com/wevm/viem).


Updates `@polkadot/api-cli` from 0.56.6 to 0.56.7
- [Release notes](https://github.com/polkadot-js/tools/releases)
- [Changelog](https://github.com/polkadot-js/tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/tools/commits/v0.56.7/packages/api-cli)

Updates `@polkadot/api` from 10.12.6 to 10.13.1
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polkadot-js/api/commits/v10.13.1/packages/api)

Updates `ethers` from 6.11.1 to 6.12.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.11.1...v6.12.0)

Updates `viem` from 2.9.18 to 2.9.25
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.9.25)

---
updated-dependencies:
- dependency-name: "@polkadot/api-cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: "@polkadot/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: ethers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 772da8b commit 96db1f6
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 313 deletions.
2 changes: 1 addition & 1 deletion utils/e2e-tests/bash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"type": "module",
"dependencies": {
"@polkadot/api-cli": "^0.56.6"
"@polkadot/api-cli": "^0.56.7"
}
}
6 changes: 3 additions & 3 deletions utils/e2e-tests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@polkadot/api": "^10.12.6",
"@polkadot/api": "^10.13.1",
"@types/node": "16.18.96",
"@vitest/expect": "^1.5.0",
"axios": "^1.6.8",
"ethers": "^6.11.1",
"ethers": "^6.12.0",
"typescript": "^5.4.5",
"viem": "^2.9.18",
"viem": "^2.9.25",
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit 96db1f6

Please sign in to comment.