Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d89058c

Browse files
authoredFeb 23, 2025··
fix(deps): update all non-major dependencies
1 parent 2988516 commit d89058c

File tree

4 files changed

+169
-110
lines changed

4 files changed

+169
-110
lines changed
 

‎contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"node": ">=16.0.0"
1212
},
1313
"volta": {
14-
"node": "18.20.6"
14+
"node": "18.20.7"
1515
},
1616
"publishConfig": {
1717
"access": "public",

‎subgraph/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"node": "20.18.3"
7373
},
7474
"dependencies": {
75-
"@graphprotocol/graph-ts": "^0.37.0"
75+
"@graphprotocol/graph-ts": "^0.38.0"
7676
},
7777
"devDependencies": {
78-
"@graphprotocol/graph-cli": "^0.95.0",
78+
"@graphprotocol/graph-cli": "^0.96.0",
7979
"@kleros/kleros-v2-eslint-config": "workspace:^",
8080
"@kleros/kleros-v2-prettier-config": "workspace:^",
8181
"eslint": "^9.15.0",

‎web-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@yornaath/batshit": "^0.10.0",
5959
"graphql": "^16.9.0",
6060
"graphql-request": "^7.1.2",
61-
"next": "14.2.21",
61+
"next": "14.2.24",
6262
"react": "^18.3.1",
6363
"react-dom": "^18.3.1",
6464
"react-is": "^18.3.1",

0 commit comments

Comments
 (0)
Please sign in to comment.