Skip to content

Commit

Permalink
Bump the yarn group with 4 updates (#1403)
Browse files Browse the repository at this point in the history
Bumps the yarn group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect), [viem](https://github.com/wevm/viem) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@types/node` from 22.10.5 to 22.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/expect` from 2.1.8 to 3.0.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/expect)

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

Updates `vitest` from 2.1.8 to 3.0.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: "@vitest/expect"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: yarn
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: vitest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent f205a38 commit 1771f27
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 340 deletions.
8 changes: 4 additions & 4 deletions utils/e2e-tests/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@polkadot/api": "^15.3.1",
"@types/node": "22.10.5",
"@vitest/expect": "^2.1.8",
"@types/node": "22.10.7",
"@vitest/expect": "^3.0.2",
"axios": "^1.7.9",
"ethers": "^6.13.5",
"typescript": "^5.7.3",
"viem": "^2.22.8",
"vitest": "^2.1.8"
"viem": "^2.22.10",
"vitest": "^3.0.2"
}
}
Loading

0 comments on commit 1771f27

Please sign in to comment.