Skip to content

Commit cf427b1

Browse files
committed
Merge remote-tracking branch 'origin/chore/patches' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.41.0
2 parents a5a24db + 8fe3b71 commit cf427b1

File tree

6 files changed

+96
-105
lines changed

6 files changed

+96
-105
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222

2323
- name: Cache node modules
24-
uses: actions/[email protected].9
24+
uses: actions/[email protected].11
2525
env:
2626
cache-name: cache-node-modules
2727
with:

contracts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"@types/mocha": "^9.1.1",
3737
"@types/node": "^16",
3838
"@typescript-eslint/eslint-plugin": "^5.41.0",
39-
"@typescript-eslint/parser": "^5.38.1",
39+
"@typescript-eslint/parser": "^5.41.0",
4040
"chai": "^4.3.6",
4141
"chai-ethers": "^0.0.1",
42-
"dotenv": "^16.0.1",
42+
"dotenv": "^16.0.3",
4343
"ethereum-waffle": "^3.4.4",
4444
"ethereumjs-util": "^7.1.4",
4545
"ethers": "^5.6.7",
4646
"follow-redirects": "^1.15.0",
4747
"hardhat": "^2.11.2",
4848
"hardhat-contract-sizer": "^2.6.1",
49-
"hardhat-deploy": "^0.11.12",
49+
"hardhat-deploy": "^0.11.18",
5050
"hardhat-deploy-ethers": "^0.3.0-beta.13",
5151
"hardhat-docgen": "^1.3.0",
5252
"hardhat-gas-reporter": "^1.0.9",

subgraph-fastbridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@graphprotocol/graph-cli": "^0.34.0",
14-
"@graphprotocol/graph-ts": "^0.27.0"
14+
"@graphprotocol/graph-ts": "^0.28.1"
1515
},
1616
"volta": {
1717
"node": "16.17.0"

subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@graphprotocol/graph-cli": "^0.34.0",
14-
"@graphprotocol/graph-ts": "^0.27.0"
14+
"@graphprotocol/graph-ts": "^0.28.1"
1515
}
1616
}

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/react-dom": "^18.0.6",
3838
"@types/styled-components": "^5.1.26",
3939
"@typescript-eslint/eslint-plugin": "^5.41.0",
40-
"@typescript-eslint/parser": "^5.38.1",
40+
"@typescript-eslint/parser": "^5.41.0",
4141
"@typescript-eslint/utils": "^5.29.0",
4242
"eslint": "^8.16.0",
4343
"eslint-config-prettier": "^8.3.0",
@@ -54,7 +54,7 @@
5454
"typescript": "^4.5.5"
5555
},
5656
"dependencies": {
57-
"@graphql-codegen/cli": "^2.13.1",
57+
"@graphql-codegen/cli": "^2.13.7",
5858
"@graphql-codegen/typescript": "^2.7.3",
5959
"@graphql-codegen/typescript-operations": "^2.5.3",
6060
"@kleros/kleros-v2-contracts": "workspace:^",
@@ -78,7 +78,7 @@
7878
"react-jazzicon": "^1.0.4",
7979
"react-loading-skeleton": "^3.1.0",
8080
"react-modal": "^3.15.1",
81-
"react-router-dom": "^6.4.0",
81+
"react-router-dom": "^6.4.2",
8282
"styled-components": "^5.3.5",
8383
"swr": "^1.3.0"
8484
}

0 commit comments

Comments
 (0)