Skip to content

Commit

Permalink
feat: package
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Dec 19, 2024
1 parent d00385f commit f9ace82
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"chai": "^4"
},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.3",
"@nomicfoundation/hardhat-ignition": "^0.15.8",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.8",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.9",
Expand All @@ -47,14 +47,14 @@
"@wagmi/cli": "^2.1.16",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"hardhat": "^2.22.16",
"hardhat-deploy": "^0.14.0",
"hardhat-gas-reporter": "^2.2.2",
"hardhat": "^2.22.11",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "^2.2.1",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1",
"solidity-coverage": "^0.8.13",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"viem": "^2.21.55"
"typescript": "^5.5.3",
"viem": "^2.21.12"
}
}
}
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@supabase/supabase-js": "^2.7.1",
"axios": "^1.3.2",
"dotenv": "^16.0.3",
"typescript": "^5.7.2",
"typescript": "^5.5.3",
"zod": "^3.20.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/monitors/oracle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier": "3.3.2",
"rimraf": "^5.0.7",
"sinon": "^14.0.0",
"typescript": "^5.7.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@ionicprotocol/sdk": "workspace:*",
Expand All @@ -48,6 +48,6 @@
"dotenv": "^16.0.0",
"pino": "^8.0.0",
"pino-pretty": "^9.1.1",
"viem": "^2.21.55"
"viem": "^2.21.12"
}
}
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"sinon-chai": "^3.7.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@ionicprotocol/chains": "workspace:*",
Expand All @@ -66,6 +66,6 @@
"bufferutil": "^4.0.8",
"perf_hooks": "^0.0.1",
"utf-8-validate": "^6.0.4",
"viem": "^2.21.55"
"viem": "^2.21.12"
}
}

0 comments on commit f9ace82

Please sign in to comment.