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), [typescript](https://github.com/microsoft/TypeScript) and [viem](https://github.com/wevm/viem).


Updates `@polkadot/api-cli` from 0.61.2 to 0.62.1
- [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.62.1/packages/api-cli)

Updates `@polkadot/api` from 15.1.1 to 15.3.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/v15.3.1/packages/api)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

Updates `viem` from 2.22.2 to 2.22.8
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.22.2...viem@2.22.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 239869c commit 17d8808
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 231 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.61.2"
"@polkadot/api-cli": "^0.62.1"
}
}
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": "^15.1.1",
"@polkadot/api": "^15.3.1",
"@types/node": "22.10.5",
"@vitest/expect": "^2.1.8",
"axios": "^1.7.9",
"ethers": "^6.13.5",
"typescript": "^5.7.2",
"viem": "^2.22.2",
"typescript": "^5.7.3",
"viem": "^2.22.8",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 17d8808

Please sign in to comment.