Skip to content

Commit d5dc82b

Browse files
author
-
committed
Updated packages
1 parent a2fe29c commit d5dc82b

File tree

2 files changed

+198
-99
lines changed

2 files changed

+198
-99
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "SKYBIT-Keyless-Deployment",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"packageManager": "yarn@4.3.1",
55
"devDependencies": {
66
"@SKYBITDev3/ZeframLou-create3-factory": "https://github.com/SKYBITDev3/ZeframLou-create3-factory#3a8db987b8a6e1b63845a0ee1d0206cb4b5748f9",
77
"@Vectorized/solady": "https://github.com/Vectorized/solady#e0530438df525d42279ffcb126e6836dd4f1741e",
8-
"@axelar-network/axelar-gmp-sdk-solidity": "5.9.0",
8+
"@axelar-network/axelar-gmp-sdk-solidity": "5.10.0",
99
"@nomicfoundation/ethereumjs-trie": "^6.0.4",
1010
"@nomicfoundation/ethereumjs-util": "^9.0.4",
1111
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
@@ -14,26 +14,26 @@
1414
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
1515
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
1616
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
17-
"@nomicfoundation/hardhat-verify": "^2.0.8",
17+
"@nomicfoundation/hardhat-verify": "^2.0.9",
1818
"@nomicfoundation/ignition-core": "^0.15.5",
1919
"@openzeppelin/contracts": "^5.0.2",
2020
"@openzeppelin/contracts-upgradeable": "^5.0.2",
21-
"@openzeppelin/hardhat-upgrades": "^3.2.0",
21+
"@openzeppelin/hardhat-upgrades": "^3.2.1",
2222
"@skybit/hardhat-yul": "^4.2.1",
2323
"@thundernetworkrad/readline-sync": "^2023.3.13-1",
2424
"@typechain/ethers-v6": "^0.5.1",
2525
"@typechain/hardhat": "^9.1.0",
2626
"@types/mocha": "^10.0.7",
27-
"axios": "^1.7.2",
28-
"chai": "4.4.1",
27+
"axios": "^1.7.3",
28+
"chai": "4.5.0",
2929
"dotenv": "^16.4.5",
30-
"ethers": "^6.13.1",
31-
"hardhat": "^2.22.6",
30+
"ethers": "^6.13.2",
31+
"hardhat": "^2.22.7",
3232
"hardhat-gas-reporter": "^2.2.0",
3333
"solc": "0.8.26",
3434
"solidity-coverage": "^0.8.12",
3535
"ts-node": "^10.9.2",
3636
"typechain": "^8.3.2",
37-
"viem": "^2.17.8"
37+
"viem": "^2.18.8"
3838
}
3939
}

0 commit comments

Comments
 (0)