Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Aug 21, 2024
1 parent b12f129 commit b5fc001
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6,068 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,6 @@ dist
artifacts
cache
cache_hardhat
typechain-types
typechain-types

pnpm-lock.yaml
Binary file added bun.lockb
Binary file not shown.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ethsign/",
"name": "@ethsign/sign-protocol-examples",
"version": "1.0.0",
"description": "",
"repository": {
Expand All @@ -22,29 +22,27 @@
"license": "ISC",
"dependencies": {
"@ethsign/sign-protocol-evm": "1.1.1",
"@openzeppelin/contracts": "5.0.1",
"@openzeppelin/contracts-upgradeable": "5.0.1"
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "5.0.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/hardhat-upgrades": "^3.0.3",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/hardhat-upgrades": "^3.2.1",
"@types/node": ">=16.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"dotenv": "^16.4.4",
"ds-test": "github:dapphub/ds-test",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"ethers": "^6.11.1",
"eslint-plugin-prettier": "^5.2.1",
"forge-std": "github:foundry-rs/forge-std#v1",
"hardhat": "^2.20.1",
"hardhat-deploy": "^0.11.45",
"hardhat": "^2.22.8",
"hardhat-deploy": "^0.12.4",
"husky": "9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"solhint": "^4.1.1",
"solidity-docgen": "0.6.0-beta.36",
"prettier": "^3.3.3",
"solhint": "^5.0.3",
"ts-node": "^10.9.2",
"typescript": "~5.0.4"
}
Expand Down
Loading

0 comments on commit b5fc001

Please sign in to comment.