Skip to content

Commit fe048e3

Browse files
committed
Update @keep-network/hardhat-local-networks-config dependency
The latest version generates types correctly, so we don't need to include it in the tsconfig.json
1 parent 987bead commit fe048e3

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@keep-network/hardhat-helpers": "^0.4.1-pre.2",
31-
"@keep-network/hardhat-local-networks-config": "^0.1.0-pre.0",
31+
"@keep-network/hardhat-local-networks-config": "^0.1.0-pre.4",
3232
"@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e",
3333
"@nomiclabs/hardhat-ethers": "^2.0.2",
3434
"@nomiclabs/hardhat-waffle": "^2.0.1",

Diff for: tsconfig.export.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"compilerOptions": {
44
"esModuleInterop": true,
55
"outDir": "export"
6-
},
6+
}
77
}

Diff for: tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"files": [
33
"./hardhat.config.ts",
4-
"node_modules/@keep-network/hardhat-local-networks-config/src/type-extensions.d.ts"
54
],
65
"include": ["./deploy"]
76
}

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,10 @@
569569
resolved "https://registry.yarnpkg.com/@keep-network/hardhat-helpers/-/hardhat-helpers-0.4.1-pre.2.tgz#4c03b7bf52d28378383dbcbd94d9fd3dc3bfbf70"
570570
integrity sha512-Mkgy4yD3ZVvyDshejFLTJU2+APX0w1RL9CFDH5P8ulhlzuSfwr07oo7VO2Bqw4WUuM879Rmfnmy1Ffwn/tnzyQ==
571571

572-
"@keep-network/hardhat-local-networks-config@^0.1.0-pre.0":
573-
version "0.1.0-pre.0"
574-
resolved "https://registry.yarnpkg.com/@keep-network/hardhat-local-networks-config/-/hardhat-local-networks-config-0.1.0-pre.0.tgz#55ab2f524f3bc5ad094d878c74644a0f77054396"
575-
integrity sha512-wrVuXPA64nItBKXhhucf9u6rrXbXQ8mRYb455EuBkbeN20OA4umznLNniXNkkhDrePVr0d5WgRV7Mn3wO8KKcQ==
572+
"@keep-network/hardhat-local-networks-config@^0.1.0-pre.4":
573+
version "0.1.0-pre.4"
574+
resolved "https://registry.yarnpkg.com/@keep-network/hardhat-local-networks-config/-/hardhat-local-networks-config-0.1.0-pre.4.tgz#cc0c8ac1f5e30f33378e7451f696ab17d504ab86"
575+
integrity sha512-HSQv1xXMUoJCJKrjDJg2Afxj5VmCxEshWZUGNxk1d6D5p5+GBpakb/m6COwMkdwa6cVIcZqUMEBEAnf0fKLWog==
576576
dependencies:
577577
deepmerge "^4.2.2"
578578
untildify "^4.0.0"

0 commit comments

Comments
 (0)