Skip to content

Commit

Permalink
Revert "Move typescript dependencies from dev to prod"
Browse files Browse the repository at this point in the history
This reverts commit 348bb9b.
  • Loading branch information
k06a committed Mar 19, 2024
1 parent 348bb9b commit 7048aeb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@
"ethers": "6.11.0",
"hardhat": "2.19.5",
"hardhat-deploy": "0.11.45",
"mocha-chai-jest-snapshot": "1.1.4",
"typescript": "5.3.3",
"ts-node": "10.9.2",
"typechain": "8.3.2"
"mocha-chai-jest-snapshot": "1.1.4"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "2.0.4",
Expand All @@ -74,7 +71,10 @@
"prettier-plugin-solidity": "1.3.1",
"rimraf": "5.0.5",
"solhint": "4.1.1",
"solidity-coverage": "0.8.7"
"solidity-coverage": "0.8.7",
"ts-node": "10.9.2",
"typechain": "8.3.2",
"typescript": "5.3.3"
},
"bin": {
"solidity-utils-docify": "utils/docify.utils.js",
Expand Down

0 comments on commit 7048aeb

Please sign in to comment.