Skip to content

Commit 20337fc

Browse files
Bump the other group across 1 directory with 5 updates
Bumps the other group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@pythnetwork/pyth-evm-js](https://github.com/pyth-network/pyth-crosschain/tree/HEAD/target_chains/ethereum/sdk/js) | `1.82.0` | `1.83.0` | | [hardhat](https://github.com/nomiclabs/hardhat) | `2.22.18` | `2.22.19` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | | [prettier-plugin-toml](https://github.com/un-ts/prettier) | `2.0.1` | `2.0.2` | | [viem](https://github.com/wevm/viem) | `2.22.10` | `2.23.9` | Updates `@pythnetwork/pyth-evm-js` from 1.82.0 to 1.83.0 - [Release notes](https://github.com/pyth-network/pyth-crosschain/releases) - [Commits](https://github.com/pyth-network/pyth-crosschain/commits/HEAD/target_chains/ethereum/sdk/js) Updates `hardhat` from 2.22.18 to 2.22.19 - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/[email protected]@2.22.19) Updates `prettier` from 3.4.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.3) Updates `prettier-plugin-toml` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/[email protected]@2.0.2) Updates `viem` from 2.22.10 to 2.23.9 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/[email protected]@2.23.9) --- updated-dependencies: - dependency-name: "@pythnetwork/pyth-evm-js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: prettier-plugin-toml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other - dependency-name: viem dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4549364 commit 20337fc

File tree

2 files changed

+182
-209
lines changed

2 files changed

+182
-209
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,22 @@
5353
"cannon:alpha": "yarn up @usecannon/builder@alpha @usecannon/cli@alpha --exact && yarn dedupe"
5454
},
5555
"devDependencies": {
56-
"@pythnetwork/pyth-evm-js": "^1.82.0",
56+
"@pythnetwork/pyth-evm-js": "^1.83.0",
5757
"@usecannon/builder": "2.21.1",
5858
"@usecannon/cli": "2.21.1",
5959
"abi-to-sol": "^0.8.0",
6060
"debug": "^4.4.0",
6161
"ethers": "^5.7.2",
62-
"hardhat": "^2.22.18",
62+
"hardhat": "^2.23.0",
6363
"mocha": "^11.0.1",
6464
"numbro": "^2.5.0",
6565
"pako": "^2.1.0",
66-
"prettier": "^3.4.2",
66+
"prettier": "^3.5.3",
6767
"prettier-plugin-solidity": "^1.4.2",
68-
"prettier-plugin-toml": "^2.0.1",
68+
"prettier-plugin-toml": "^2.0.4",
6969
"solc": "0.8.21",
7070
"supports-color": "^8.1.1",
71-
"viem": "^2.22.10"
71+
"viem": "^2.26.4"
7272
},
7373
"resolutions": {
7474
"mocha": "^11",

0 commit comments

Comments
 (0)