Skip to content

Commit

Permalink
v2.22.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Oct 24, 2024
1 parent 3c5dab0 commit d31cd45
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 147 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"scripts": {
"start": "hardhat node"
},
"packageManager": "[email protected]",
"devDependencies": {
"prettier": "^3.0.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"dependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"dotenv": "^16.3.1",
"ethers": "^6.7.1",
"hardhat": "2.22.12"
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"hardhat": "^2.22.14"
}
}
Loading

0 comments on commit d31cd45

Please sign in to comment.