Skip to content

Commit

Permalink
feat: yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Dec 19, 2024
1 parent fa3dcc5 commit f2309e6
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 79 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"packages/contracts"
],
"resolutions": {
"viem": "^2.21.12",
"viem": "^2.21.55",
"typescript": "^5.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bots/liquidator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dotenv": "^16.4.5",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"viem": "^2.21.12"
"viem": "^2.21.55"
},
"devDependencies": {
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/bots/pyth-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"ts-node-dev": "^2.0.0",
"viem": "^2.21.12"
"viem": "^2.21.55"
},
"devDependencies": {
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ionicprotocol/types": "workspace:*",
"utf-8-validate": "^6.0.4",
"viem": "^2.21.12"
"viem": "^2.21.55"
},
"devDependencies": {
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"solidity-coverage": "^0.8.13",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"viem": "^2.21.12"
"viem": "^2.21.55"
}
}
2 changes: 1 addition & 1 deletion packages/monitors/oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"dotenv": "^16.0.0",
"pino": "^8.0.0",
"pino-pretty": "^9.1.1",
"viem": "^2.21.12"
"viem": "^2.21.55"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"bufferutil": "^4.0.8",
"perf_hooks": "^0.0.1",
"utf-8-validate": "^6.0.4",
"viem": "^2.21.12"
"viem": "^2.21.55"
}
}
2 changes: 1 addition & 1 deletion packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"decimal.js": "^10.4.0",
"node-cache": "^5.1.2",
"utf-8-validate": "^5.0.9",
"viem": "^2.21.12"
"viem": "^2.21.55"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"utf-8-validate": "^6.0.4",
"viem": "^2.21.12"
"viem": "^2.21.55"
}
}
Loading

0 comments on commit f2309e6

Please sign in to comment.