Skip to content

Commit a88ac0c

Browse files
committedMar 17, 2022
chore: dependencies update
1 parent f0f3944 commit a88ac0c

File tree

4 files changed

+61
-61
lines changed

4 files changed

+61
-61
lines changed
 

‎contracts/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
},
2222
"devDependencies": {
2323
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
24-
"@nomiclabs/hardhat-waffle": "^2.0.2",
25-
"@openzeppelin/contracts": "^4.4.2",
24+
"@nomiclabs/hardhat-waffle": "^2.0.3",
25+
"@openzeppelin/contracts": "^4.5.0",
2626
"@tenderly/hardhat-tenderly": "^1.0.13",
2727
"@typechain/ethers-v5": "^9.0.0",
28-
"@typechain/hardhat": "^4.0.0",
28+
"@typechain/hardhat": "^5.0.0",
2929
"@types/chai": "^4.3.0",
3030
"@types/mocha": "^9.1.0",
3131
"@types/node": "^16.11.7",
32-
"@typescript-eslint/eslint-plugin": "^5.10.1",
33-
"@typescript-eslint/parser": "^5.10.1",
34-
"chai": "^4.3.4",
32+
"@typescript-eslint/eslint-plugin": "^5.15.0",
33+
"@typescript-eslint/parser": "^5.15.0",
34+
"chai": "^4.3.6",
3535
"chai-ethers": "^0.0.1",
36-
"dotenv": "^10.0.0",
36+
"dotenv": "^16.0.0",
3737
"ethereum-waffle": "^3.4.0",
38-
"ethereumjs-util": "^7.1.3",
39-
"ethers": "^5.5.3",
40-
"follow-redirects": "^1.14.7",
41-
"hardhat": "^2.8.3",
42-
"hardhat-contract-sizer": "^2.4.0",
43-
"hardhat-deploy": "^0.10.5",
44-
"hardhat-deploy-ethers": "^0.3.0-beta.11",
45-
"hardhat-docgen": "^1.2.1",
46-
"hardhat-gas-reporter": "^1.0.7",
38+
"ethereumjs-util": "^7.1.4",
39+
"ethers": "^5.6.1",
40+
"follow-redirects": "^1.14.9",
41+
"hardhat": "^2.9.1",
42+
"hardhat-contract-sizer": "^2.5.0",
43+
"hardhat-deploy": "^0.11.0",
44+
"hardhat-deploy-ethers": "^0.3.0-beta.13",
45+
"hardhat-docgen": "^1.3.0",
46+
"hardhat-gas-reporter": "^1.0.8",
4747
"hardhat-watcher": "^2.1.1",
4848
"json-schema": "^0.4.0",
4949
"mocha": "^9.2.0",

‎contracts/test/pre-alpha1/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
SafeBridgeArbitrum,
1212
FastBridgeSender,
1313
HomeGateway,
14-
} from "../../typechain";
14+
} from "../../typechain-types";
1515
import exp from "constants";
1616

1717
/* eslint-disable no-unused-vars */

‎web-playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@types/react": "^17.0.38",
2929
"@types/react-dom": "^17.0.11",
3030
"@types/styled-components": "^5.1.21",
31-
"@typescript-eslint/eslint-plugin": "^5.10.1",
32-
"@typescript-eslint/parser": "^5.10.1",
31+
"@typescript-eslint/eslint-plugin": "^5.15.0",
32+
"@typescript-eslint/parser": "^5.15.0",
3333
"eslint": "^8.7.0",
3434
"eslint-config-prettier": "^8.3.0",
3535
"eslint-import-resolver-parcel": "^1.10.6",

‎yarn.lock

+42-42
Original file line numberDiff line numberDiff line change
@@ -1635,29 +1635,29 @@ __metadata:
16351635
resolution: "@kleros/kleros-v2-contracts@workspace:contracts"
16361636
dependencies:
16371637
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13"
1638-
"@nomiclabs/hardhat-waffle": ^2.0.2
1639-
"@openzeppelin/contracts": ^4.4.2
1638+
"@nomiclabs/hardhat-waffle": ^2.0.3
1639+
"@openzeppelin/contracts": ^4.5.0
16401640
"@tenderly/hardhat-tenderly": ^1.0.13
16411641
"@typechain/ethers-v5": ^9.0.0
1642-
"@typechain/hardhat": ^4.0.0
1642+
"@typechain/hardhat": ^5.0.0
16431643
"@types/chai": ^4.3.0
16441644
"@types/mocha": ^9.1.0
16451645
"@types/node": ^16.11.7
1646-
"@typescript-eslint/eslint-plugin": ^5.10.1
1647-
"@typescript-eslint/parser": ^5.10.1
1648-
chai: ^4.3.4
1646+
"@typescript-eslint/eslint-plugin": ^5.15.0
1647+
"@typescript-eslint/parser": ^5.15.0
1648+
chai: ^4.3.6
16491649
chai-ethers: ^0.0.1
1650-
dotenv: ^10.0.0
1650+
dotenv: ^16.0.0
16511651
ethereum-waffle: ^3.4.0
1652-
ethereumjs-util: ^7.1.3
1653-
ethers: ^5.5.3
1654-
follow-redirects: ^1.14.7
1655-
hardhat: ^2.8.3
1656-
hardhat-contract-sizer: ^2.4.0
1657-
hardhat-deploy: ^0.10.5
1658-
hardhat-deploy-ethers: ^0.3.0-beta.11
1659-
hardhat-docgen: ^1.2.1
1660-
hardhat-gas-reporter: ^1.0.7
1652+
ethereumjs-util: ^7.1.4
1653+
ethers: ^5.6.1
1654+
follow-redirects: ^1.14.9
1655+
hardhat: ^2.9.1
1656+
hardhat-contract-sizer: ^2.5.0
1657+
hardhat-deploy: ^0.11.0
1658+
hardhat-deploy-ethers: ^0.3.0-beta.13
1659+
hardhat-docgen: ^1.3.0
1660+
hardhat-gas-reporter: ^1.0.8
16611661
hardhat-watcher: ^2.1.1
16621662
json-schema: ^0.4.0
16631663
mocha: ^9.2.0
@@ -1734,7 +1734,7 @@ __metadata:
17341734
languageName: node
17351735
linkType: hard
17361736

1737-
"@nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers@0.3.0-beta.13, hardhat-deploy-ethers@npm:^0.3.0-beta.11":
1737+
"@nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers@0.3.0-beta.13, hardhat-deploy-ethers@npm:^0.3.0-beta.13":
17381738
version: 0.3.0-beta.13
17391739
resolution: "hardhat-deploy-ethers@npm:0.3.0-beta.13"
17401740
peerDependencies:
@@ -1744,7 +1744,7 @@ __metadata:
17441744
languageName: node
17451745
linkType: hard
17461746

1747-
"@nomiclabs/hardhat-waffle@npm:^2.0.2":
1747+
"@nomiclabs/hardhat-waffle@npm:^2.0.3":
17481748
version: 2.0.3
17491749
resolution: "@nomiclabs/hardhat-waffle@npm:2.0.3"
17501750
dependencies:
@@ -1779,7 +1779,7 @@ __metadata:
17791779
languageName: node
17801780
linkType: hard
17811781

1782-
"@openzeppelin/contracts@npm:^4.4.2":
1782+
"@openzeppelin/contracts@npm:^4.5.0":
17831783
version: 4.5.0
17841784
resolution: "@openzeppelin/contracts@npm:4.5.0"
17851785
checksum: 1c9c5dff041905771d2a83ac29c64dbf0b48603de43f74a34fb1358813d7c7bf259efe2f64e2112b410c5cca7a0b41aaedd882368be5f01a6d50a3ee0740f962
@@ -2881,16 +2881,16 @@ __metadata:
28812881
languageName: node
28822882
linkType: hard
28832883

2884-
"@typechain/hardhat@npm:^4.0.0":
2885-
version: 4.0.0
2886-
resolution: "@typechain/hardhat@npm:4.0.0"
2884+
"@typechain/hardhat@npm:^5.0.0":
2885+
version: 5.0.0
2886+
resolution: "@typechain/hardhat@npm:5.0.0"
28872887
dependencies:
28882888
fs-extra: ^9.1.0
28892889
peerDependencies:
28902890
hardhat: ^2.0.10
28912891
lodash: ^4.17.15
28922892
typechain: ^7.0.0
2893-
checksum: 7fc57e4b274d96a3c533c59306a086644b514af881bcac7e258a24cb5a563ecdff2a6b81ab6d8d790618a28de9243f3bf4c85894cbab05b1625bd3087c7972ac
2893+
checksum: ab8c360647b1ad2c6149eba0bf6b0a3d9e9d98c6772ea1d74e13157a1725576f3cd442848d6232b326b231d68a926206ba6461aba280dcbaf0c4c97d9a023a04
28942894
languageName: node
28952895
linkType: hard
28962896

@@ -3273,7 +3273,7 @@ __metadata:
32733273
languageName: node
32743274
linkType: hard
32753275

3276-
"@typescript-eslint/eslint-plugin@npm:^5.10.1":
3276+
"@typescript-eslint/eslint-plugin@npm:^5.15.0":
32773277
version: 5.15.0
32783278
resolution: "@typescript-eslint/eslint-plugin@npm:5.15.0"
32793279
dependencies:
@@ -3296,7 +3296,7 @@ __metadata:
32963296
languageName: node
32973297
linkType: hard
32983298

3299-
"@typescript-eslint/parser@npm:^5.10.1":
3299+
"@typescript-eslint/parser@npm:^5.15.0":
33003300
version: 5.15.0
33013301
resolution: "@typescript-eslint/parser@npm:5.15.0"
33023302
dependencies:
@@ -5697,7 +5697,7 @@ __metadata:
56975697
languageName: node
56985698
linkType: hard
56995699

5700-
"chai@npm:^4.3.4":
5700+
"chai@npm:^4.3.6":
57015701
version: 4.3.6
57025702
resolution: "chai@npm:4.3.6"
57035703
dependencies:
@@ -7383,10 +7383,10 @@ __metadata:
73837383
languageName: node
73847384
linkType: hard
73857385

7386-
"dotenv@npm:^10.0.0":
7387-
version: 10.0.0
7388-
resolution: "dotenv@npm:10.0.0"
7389-
checksum: f412c5fe8c24fbe313d302d2500e247ba8a1946492db405a4de4d30dd0eb186a88a43f13c958c5a7de303938949c4231c56994f97d05c4bc1f22478d631b4005
7386+
"dotenv@npm:^16.0.0":
7387+
version: 16.0.0
7388+
resolution: "dotenv@npm:16.0.0"
7389+
checksum: 664cebb51f0a9a1d1b930f51f0271e72e26d62feaecc9dc03df39453dd494b4e724809ca480fb3ec3213382b1ed3f791aaeb83569a137f9329ce58efd4853dbf
73907390
languageName: node
73917391
linkType: hard
73927392

@@ -8811,7 +8811,7 @@ __metadata:
88118811
languageName: node
88128812
linkType: hard
88138813

8814-
"ethers@npm:^5.0.0, ethers@npm:^5.0.1, ethers@npm:^5.0.2, ethers@npm:^5.5.2, ethers@npm:^5.5.3":
8814+
"ethers@npm:^5.0.0, ethers@npm:^5.0.1, ethers@npm:^5.0.2, ethers@npm:^5.5.2, ethers@npm:^5.6.1":
88158815
version: 5.6.1
88168816
resolution: "ethers@npm:5.6.1"
88178817
dependencies:
@@ -9349,7 +9349,7 @@ __metadata:
93499349
languageName: node
93509350
linkType: hard
93519351

9352-
"follow-redirects@npm:^1.12.1, follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.14.7":
9352+
"follow-redirects@npm:^1.12.1, follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.14.9":
93539353
version: 1.14.9
93549354
resolution: "follow-redirects@npm:1.14.9"
93559355
peerDependenciesMeta:
@@ -10127,7 +10127,7 @@ __metadata:
1012710127
languageName: node
1012810128
linkType: hard
1012910129

10130-
"hardhat-contract-sizer@npm:^2.4.0":
10130+
"hardhat-contract-sizer@npm:^2.5.0":
1013110131
version: 2.5.0
1013210132
resolution: "hardhat-contract-sizer@npm:2.5.0"
1013310133
dependencies:
@@ -10139,9 +10139,9 @@ __metadata:
1013910139
languageName: node
1014010140
linkType: hard
1014110141

10142-
"hardhat-deploy@npm:^0.10.5":
10143-
version: 0.10.6
10144-
resolution: "hardhat-deploy@npm:0.10.6"
10142+
"hardhat-deploy@npm:^0.11.0":
10143+
version: 0.11.0
10144+
resolution: "hardhat-deploy@npm:0.11.0"
1014510145
dependencies:
1014610146
"@ethersproject/abi": ^5.4.0
1014710147
"@ethersproject/abstract-signer": ^5.4.1
@@ -10168,11 +10168,11 @@ __metadata:
1016810168
peerDependencies:
1016910169
"@ethersproject/hardware-wallets": ^5.0.14
1017010170
hardhat: ^2.6.8
10171-
checksum: dd82fafd74da7f7d180c529ea7a044b8c9c9c0d65d5e05285bafeeb3f864492ffb2271174bc2ac4ed963d60f4bc3e95e4b70e4e063ee23807f34fbf6a29a8681
10171+
checksum: 2dad987370adf95703c39799c23e820e11dd12777c9766dce153b96f9654439c47883b55017e779473ab2ec70da216550018e329da986c0c27234a523c2c10a0
1017210172
languageName: node
1017310173
linkType: hard
1017410174

10175-
"hardhat-docgen@npm:^1.2.1":
10175+
"hardhat-docgen@npm:^1.3.0":
1017610176
version: 1.3.0
1017710177
resolution: "hardhat-docgen@npm:1.3.0"
1017810178
dependencies:
@@ -10189,7 +10189,7 @@ __metadata:
1018910189
languageName: node
1019010190
linkType: hard
1019110191

10192-
"hardhat-gas-reporter@npm:^1.0.7":
10192+
"hardhat-gas-reporter@npm:^1.0.8":
1019310193
version: 1.0.8
1019410194
resolution: "hardhat-gas-reporter@npm:1.0.8"
1019510195
dependencies:
@@ -10213,7 +10213,7 @@ __metadata:
1021310213
languageName: node
1021410214
linkType: hard
1021510215

10216-
"hardhat@npm:^2.8.3":
10216+
"hardhat@npm:^2.9.1":
1021710217
version: 2.9.1
1021810218
resolution: "hardhat@npm:2.9.1"
1021910219
dependencies:
@@ -18846,8 +18846,8 @@ __metadata:
1884618846
"@types/react": ^17.0.38
1884718847
"@types/react-dom": ^17.0.11
1884818848
"@types/styled-components": ^5.1.21
18849-
"@typescript-eslint/eslint-plugin": ^5.10.1
18850-
"@typescript-eslint/parser": ^5.10.1
18849+
"@typescript-eslint/eslint-plugin": ^5.15.0
18850+
"@typescript-eslint/parser": ^5.15.0
1885118851
"@usedapp/core": ^0.11.0
1885218852
eslint: ^8.7.0
1885318853
eslint-config-prettier: ^8.3.0

0 commit comments

Comments
 (0)
Please sign in to comment.