Skip to content

Commit

Permalink
feat: update hardhat version; chore: regenerate lock file;
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-saito committed Aug 7, 2023
1 parent 98b37db commit 08e5352
Show file tree
Hide file tree
Showing 4 changed files with 19,207 additions and 13,794 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# yarn
**/yarn-error.log*
.yarn/*
!.yarn/plugins
!.yarn/releases

# dependencies
**/node_modules
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
9 changes: 4 additions & 5 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
"prettier:fix": "prettier --ignore-unknown --no-error-on-unmatched-pattern --ignore-path .prettierignore --check ."
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"hardhat": "^2.12.7",
"solhint": "3.3.8",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.6",
"@typechain/ethers-v5": "^10.2.0",
Expand All @@ -26,11 +24,12 @@
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"hardhat": "^2.17.1",
"hardhat-gas-reporter": "^1.0.9",
"solhint": "3.3.8",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
},
"dependencies": {}
}
}
Loading

0 comments on commit 08e5352

Please sign in to comment.