Skip to content

Commit 1377151

Browse files
Bump the other group across 1 directory with 10 updates
Bumps the other group with 10 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` | | @synthetixio/core-contracts | `3.12.3` | `3.13.0` | | @synthetixio/main | `3.12.3` | `3.13.0` | | [debug](https://github.com/debug-js/debug) | `4.4.0` | `4.4.1` | | [hardhat](https://github.com/nomiclabs/hardhat) | `2.22.18` | `2.24.3` | | [mocha](https://github.com/mochajs/mocha) | `11.1.0` | `11.6.0` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | | [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) | `1.4.2` | `2.0.0` | | [prettier-plugin-toml](https://github.com/un-ts/prettier) | `2.0.1` | `2.0.5` | | [viem](https://github.com/wevm/viem) | `2.30.0` | `2.31.1` | 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 `@synthetixio/core-contracts` from 3.12.3 to 3.13.0 Updates `@synthetixio/main` from 3.12.3 to 3.13.0 Updates `debug` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](debug-js/debug@4.4.0...4.4.1) Updates `hardhat` from 2.22.18 to 2.24.3 - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/[email protected]@2.24.3) Updates `mocha` from 11.1.0 to 11.6.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.1.0...v11.6.0) 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-solidity` from 1.4.2 to 2.0.0 - [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases) - [Commits](prettier-solidity/prettier-plugin-solidity@v1.4.2...v2.0.0) Updates `prettier-plugin-toml` from 2.0.1 to 2.0.5 - [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.5) Updates `viem` from 2.30.0 to 2.31.1 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/[email protected]@2.31.1) --- updated-dependencies: - dependency-name: "@pythnetwork/pyth-evm-js" dependency-version: 1.83.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: "@synthetixio/core-contracts" dependency-version: 3.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: "@synthetixio/main" dependency-version: 3.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: debug dependency-version: 4.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other - dependency-name: hardhat dependency-version: 2.24.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: mocha dependency-version: 11.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: prettier dependency-version: 3.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other - dependency-name: prettier-plugin-solidity dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: other - dependency-name: prettier-plugin-toml dependency-version: 2.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other - dependency-name: viem dependency-version: 2.31.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c35e12f commit 1377151

File tree

2 files changed

+241
-222
lines changed

2 files changed

+241
-222
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,25 @@
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",
57-
"@synthetixio/core-contracts": "^3.12.0",
58-
"@synthetixio/main": "^3.12.3",
56+
"@pythnetwork/pyth-evm-js": "^1.83.0",
57+
"@synthetixio/core-contracts": "^3.13.0",
58+
"@synthetixio/main": "^3.13.0",
5959
"@usecannon/builder": "2.23.0",
6060
"@usecannon/cli": "2.23.0",
6161
"abi-to-sol": "^0.8.0",
62-
"debug": "^4.4.0",
62+
"debug": "^4.4.1",
6363
"ethers": "^5.7.2",
6464
"forge-std": "github:foundry-rs/forge-std",
65-
"hardhat": "^2.22.18",
66-
"mocha": "^11.0.1",
65+
"hardhat": "^2.24.3",
66+
"mocha": "^11.6.0",
6767
"numbro": "^2.5.0",
6868
"pako": "^2.1.0",
69-
"prettier": "^3.4.2",
70-
"prettier-plugin-solidity": "^1.4.2",
71-
"prettier-plugin-toml": "^2.0.1",
69+
"prettier": "^3.5.3",
70+
"prettier-plugin-solidity": "^2.0.0",
71+
"prettier-plugin-toml": "^2.0.5",
7272
"solc": "0.8.21",
7373
"supports-color": "^8.1.1",
74-
"viem": "^2.30.0"
74+
"viem": "^2.31.1"
7575
},
7676
"resolutions": {
7777
"mocha": "^11",

0 commit comments

Comments
 (0)