Skip to content

Commit

Permalink
fix: yarn upgrade and remove(lint, security, ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
seinmyung25 committed Sep 2, 2024
1 parent 7cfbc12 commit 0339212
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1,339 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@nomicfoundation/ethereumjs-util": "^9.0.4",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.7",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
Expand All @@ -18,28 +18,20 @@
"@openzeppelin/hardhat-upgrades": "^3.2.1",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.17",
"@types/chai": "^4.3.19",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@types/node": "^22.5.2",
"async-constructor": "^0.4.17",
"chai": "4.5.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"ethers": "^6.13.2",
"fs-extra": "^11.2.0",
"hardhat": "^2.22.8",
"hardhat": "^2.22.9",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.2.1",
"hardhat-tracer": "^3.1.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"solidity-coverage": "^0.8.12",
"solidity-coverage": "^0.8.13",
"solmate": "^6.7.0",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
Expand Down
Loading

0 comments on commit 0339212

Please sign in to comment.