Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Remove redundant packages & update TypeScript to v5 #248

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"devDependencies": {
"@defi-wonderland/smock": "^2.3.5",
"@dethcrypto/eth-sdk": "^0.3.4",
"@dethcrypto/eth-sdk-client": "^0.1.6",
SovereignAndrey marked this conversation as resolved.
Show resolved Hide resolved
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
Expand All @@ -27,7 +26,6 @@
"@ethersproject/providers": "^5.6.6",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already import all the packages "contained" within this package, so it is redundant

"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.5",
"@openzeppelin/contracts": "^4.8.3",
Expand Down Expand Up @@ -58,27 +56,23 @@
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"solidity-coverage": "^0.8.3",
"ts-generator": "^0.1.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't used anywhere

"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typechain": "^8.1.1",
"typescript": "^4.9.4"
"typescript": "^5.1.6"
},
"dependencies": {
"@axelar-network/axelar-gmp-sdk-solidity": "^3.3.0",
"@axelar-network/axelar-local-dev": "^1.4.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't used anywhere

"@chainlink/contracts": "^0.6.1",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@openzeppelin/hardhat-upgrades": "^1.23.1",
"@uniswap/v3-core": "github:AngelProtocolFinance/uniswap-v3-core#fullmath-fix",
"@uniswap/v3-periphery": "^1.4.3",
"dotenv": "^16.0.3",
"hardhat-interface-generator": "^0.0.6",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't used anywhere

"keccak256": "^1.0.6",
"merkletreejs": "^0.3.9",
"mockdate": "^3.0.5",
"npm-check-updates": "^16.10.8",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about the benefits or why it was even added in the first place

"readline-sync": "^1.4.10",
"simple-git": "^3.18.0",
"web3": "^1.8.2"
Expand Down
Loading