Skip to content

Commit 85718cc

Browse files
committed
chore: various deps updates
1 parent 921246d commit 85718cc

File tree

10 files changed

+280
-635
lines changed

10 files changed

+280
-635
lines changed

contracts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@kleros/kleros-v2-eslint-config": "workspace:^",
6565
"@kleros/kleros-v2-prettier-config": "workspace:^",
6666
"@kleros/kleros-v2-tsconfig": "workspace:^",
67-
"@logtail/pino": "^0.4.19",
67+
"@logtail/pino": "^0.4.22",
6868
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
6969
"@nomiclabs/hardhat-ethers": "^2.2.3",
7070
"@nomiclabs/hardhat-solhint": "^3.0.1",
@@ -73,14 +73,14 @@
7373
"@typechain/hardhat": "^7.0.0",
7474
"@types/chai": "^4.3.11",
7575
"@types/mocha": "^10.0.6",
76-
"@types/node": "^20.11.3",
77-
"@wagmi/cli": "^2.0.3",
76+
"@types/node": "^20.17.1",
77+
"@wagmi/cli": "^2.1.16",
7878
"abitype": "^0.10.3",
7979
"chai": "^4.4.1",
8080
"dotenv": "^16.3.1",
8181
"ethereumjs-util": "^7.1.5",
8282
"ethers": "^5.7.2",
83-
"graphql": "^16.8.1",
83+
"graphql": "^16.9.0",
8484
"graphql-request": "^6.1.0",
8585
"hardhat": "2.15.0",
8686
"hardhat-contract-sizer": "^2.10.0",
@@ -92,7 +92,7 @@
9292
"hardhat-tracer": "^2.7.0",
9393
"hardhat-watcher": "^2.5.0",
9494
"node-fetch": "^3.3.2",
95-
"pino": "^8.17.2",
95+
"pino": "^8.21.0",
9696
"pino-pretty": "^10.3.1",
9797
"shelljs": "^0.8.5",
9898
"solhint-plugin-prettier": "^0.1.0",
@@ -103,6 +103,6 @@
103103
},
104104
"dependencies": {
105105
"@kleros/vea-contracts": "^0.4.0",
106-
"viem": "^2.21.26"
106+
"viem": "^2.21.35"
107107
}
108108
}

kleros-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@reality.eth/reality-eth-lib": "^3.2.43",
4848
"@urql/core": "^5.0.8",
4949
"mustache": "^4.2.0",
50-
"viem": "^2.21.26",
50+
"viem": "^2.21.35",
5151
"zod": "^3.22.4"
5252
}
5353
}

subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@graphprotocol/graph-cli": "0.64.1",
7979
"@kleros/kleros-v2-eslint-config": "workspace:^",
8080
"@kleros/kleros-v2-prettier-config": "workspace:^",
81-
"gluegun": "^5.1.6",
81+
"gluegun": "^5.2.0",
8282
"matchstick-as": "0.6.0"
8383
},
8484
"dependenciesComments": {

web-devtools/.env.devnet-neo.public

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../web/.env.devnet-neo.public
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../web/.env.devnet-university.public

web-devtools/.env.devnet.public

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../web/.env.devnet.public

web-devtools/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dist
2626
.env.development.local
2727
.env.test.local
2828
.env.production.local
29+
.env.devnet-university
2930

3031
# generated code
3132
src/hooks/contracts/generated.ts
@@ -43,4 +44,4 @@ yarn-error.log*
4344

4445
# typescript
4546
*.tsbuildinfo
46-
next-env.d.ts
47+
next-env.d.ts

web-devtools/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"@graphql-codegen/cli": "^5.0.2",
2929
"@graphql-codegen/client-preset": "^4.3.2",
3030
"@svgr/webpack": "^8.1.0",
31-
"@types/node": "^20",
31+
"@types/node": "^20.17.1",
3232
"@types/react": "18.2.0",
3333
"@types/react-dom": "^18.2.18",
3434
"@typescript-eslint/eslint-plugin": "^8.8.1",
3535
"@typescript-eslint/parser": "^8.8.1",
3636
"@typescript-eslint/utils": "^8.8.1",
37-
"@wagmi/cli": "^2.0.3",
37+
"@wagmi/cli": "^2.1.16",
3838
"eslint": "^8.57.1",
3939
"eslint-config-next": "^14.2.15",
4040
"eslint-config-prettier": "^9.1.0",
@@ -49,7 +49,7 @@
4949
"@kleros/kleros-sdk": "workspace:^",
5050
"@kleros/ui-components-library": "^2.15.0",
5151
"@web3modal/wagmi": "^5.1.11",
52-
"graphql": "^16.8.1",
52+
"graphql": "^16.9.0",
5353
"graphql-request": "^7.1.0",
5454
"next": "14.2.14",
5555
"react": "^18.2.0",
@@ -58,7 +58,7 @@
5858
"react-toastify": "^10.0.5",
5959
"typewriter-effect": "^2.21.0",
6060
"vanilla-jsoneditor": "^0.21.4",
61-
"viem": "^2.1.0",
62-
"wagmi": "^2.2.1"
61+
"viem": "^2.21.35",
62+
"wagmi": "^2.12.25"
6363
}
6464
}

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/eslint-plugin": "^8.8.1",
6262
"@typescript-eslint/parser": "^8.8.1",
6363
"@typescript-eslint/utils": "^8.8.1",
64-
"@wagmi/cli": "^2.0.3",
64+
"@wagmi/cli": "^2.1.16",
6565
"eslint": "^8.57.1",
6666
"eslint-config-prettier": "^9.1.0",
6767
"eslint-import-resolver-typescript": "^3.6.3",
@@ -95,7 +95,7 @@
9595
"chartjs-plugin-datalabels": "^2.2.0",
9696
"core-js": "^3.35.0",
9797
"ethers": "^5.7.2",
98-
"graphql": "^16.8.1",
98+
"graphql": "^16.9.0",
9999
"graphql-request": "~6.1.0",
100100
"jose": "^5.2.3",
101101
"moment": "^2.30.1",
@@ -114,9 +114,9 @@
114114
"react-scripts": "^5.0.1",
115115
"react-toastify": "^9.1.3",
116116
"react-use": "^17.4.3",
117-
"siwe": "^2.3.1",
117+
"siwe": "^2.3.2",
118118
"styled-components": "^5.3.11",
119-
"viem": "^2.17.3",
120-
"wagmi": "^2.12.8"
119+
"viem": "^2.21.35",
120+
"wagmi": "^2.12.25"
121121
}
122122
}

0 commit comments

Comments
 (0)