Skip to content

Commit be99258

Browse files
committed
chore(deps): update dependencies
update dependencies with pnpm interactive upgrade. built, linted, tested
1 parent 40ac0ae commit be99258

File tree

3 files changed

+1166
-1026
lines changed

3 files changed

+1166
-1026
lines changed

contracts/hardhat.config.cts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import "@nomicfoundation/hardhat-viem";
66
import "@openzeppelin/hardhat-upgrades";
77
import "@typechain/hardhat";
88
import "@nomicfoundation/hardhat-ethers";
9-
import "@starboardventures/hardhat-verify";
109

1110
import "@primitivefi/hardhat-dodoc";
1211
import { config as dotenvConfig } from "dotenv";
@@ -15,8 +14,6 @@ import "hardhat-abi-exporter";
1514
import "hardhat-preprocessor";
1615
import { resolve } from "path";
1716

18-
import "xdeployer";
19-
2017
import "./tasks";
2118
import { chainIds, getChainStrategy, getEtherscanConfigs, getCustomChains } from "./config/ChainConfig";
2219
import { requireEnv } from "./utils/requireEnv";

contracts/package.json

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,43 +40,42 @@
4040
"@openzeppelin/hardhat-upgrades": "3.9.0",
4141
"@primitivefi/hardhat-dodoc": "^0.2.3",
4242
"@rollup/plugin-commonjs": "^24.0.1",
43-
"@rollup/plugin-json": "^6.0.0",
44-
"@rollup/plugin-node-resolve": "^15.0.1",
43+
"@rollup/plugin-json": "^6.1.0",
44+
"@rollup/plugin-node-resolve": "^15.3.1",
4545
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
4646
"@typechain/hardhat": "^9.1.0",
47-
"@types/node": "^18.18.1",
48-
"@typescript-eslint/eslint-plugin": "^7.12.0",
49-
"@typescript-eslint/parser": "^7.12.0",
47+
"@types/node": "^18.19.71",
48+
"@typescript-eslint/eslint-plugin": "^7.18.0",
49+
"@typescript-eslint/parser": "^7.18.0",
5050
"chai": "^4.5.0",
51-
"commitizen": "^4.2.5",
51+
"commitizen": "^4.3.1",
5252
"cross-env": "^7.0.3",
5353
"cz-conventional-changelog": "^3.3.0",
54-
"dotenv": "^16.0.2",
55-
"eslint": "^8.23.1",
54+
"dotenv": "^16.4.7",
55+
"eslint": "^8.57.1",
5656
"eslint-config-prettier": "^8.5.0",
57-
"ethers": "^6.8.0",
57+
"ethers": "^6.13.5",
5858
"hardhat-abi-exporter": "^2.10.1",
5959
"hardhat-preprocessor": "^0.1.5",
6060
"husky": "^8.0.1",
6161
"lint-staged": "^13.0.3",
6262
"prettier": "^2.8.8",
63-
"prettier-plugin-solidity": "^1.1.3",
64-
"rimraf": "^5.0.5",
65-
"rollup": "^4.0.2",
63+
"prettier-plugin-solidity": "^1.4.2",
64+
"rimraf": "^5.0.10",
65+
"rollup": "^4.31.0",
6666
"rollup-plugin-auto-external": "^2.0.0",
6767
"rollup-plugin-dts": "^6.1.1",
68-
"rollup-plugin-esbuild": "^6.1.0",
68+
"rollup-plugin-esbuild": "^6.1.1",
6969
"rollup-plugin-node-polyfills": "^0.2.1",
7070
"rollup-plugin-swc3": "^0.11.2",
7171
"shx": "^0.3.4",
7272
"solhint": "^3.6.2",
7373
"solhint-plugin-prettier": "^0.0.5",
74-
"solmate": "^6.2.0",
75-
"ts-node": "^10.9.1",
74+
"solmate": "^6.8.0",
75+
"ts-node": "^10.9.2",
7676
"typechain": "^8.3.2",
77-
"typescript": "^5.5.3",
78-
"viem": "^2.19.7",
79-
"xdeployer": "^2.1.13"
77+
"typescript": "^5.7.3",
78+
"viem": "^2.22.10"
8079
},
8180
"keywords": [
8281
"blockchain",
@@ -112,8 +111,6 @@
112111
"hardhat": "hardhat"
113112
},
114113
"dependencies": {
115-
"@starboardventures/hardhat-verify": "^1.0.1",
116-
"@tenderly/hardhat-tenderly": "^2.3.0",
117114
"hardhat": "^2.22.18"
118115
}
119116
}

0 commit comments

Comments
 (0)