Skip to content

Commit

Permalink
feat: remove extra dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent authored Dec 15, 2023
1 parent 6ac0f50 commit 25cd6c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 225 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,15 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@typechain/ethers-v6": "0.3.0",
"@typechain/truffle-v5": "8.0.2",
"@typechain/web3-v1": "6.0.2",
"dotenv-cli": "7.2.1",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#v1.7.3",
"fs-extra": "10.1.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"pinst": "3.0.0",
"solhint": "3.5.1",
"solhint-plugin-defi-wonderland": "1.1.2",
"solidity-docgen": "0.6.0-beta.35",
"sort-package-json": "2.4.1",
"standard-version": "9.5.0",
"typechain": "8.1.1"
"standard-version": "9.5.0"
}
}
Loading

0 comments on commit 25cd6c0

Please sign in to comment.