Skip to content

Commit c8ceb2f

Browse files
Merge pull request #36 from VenusProtocol/fix/patch-dep
fix: move patch-package to dependencies
2 parents 3bbb9f4 + 0fd9d1e commit c8ceb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"@venusprotocol/solidity-utilities": "2.0.3",
5353
"ethers": "^5.7.0",
5454
"hardhat-deploy": "^0.11.14",
55-
"module-alias": "^2.2.2"
55+
"module-alias": "^2.2.2",
56+
"patch-package": "^8.0.0"
5657
},
5758
"devDependencies": {
5859
"@commitlint/cli": "^17.0.3",
@@ -92,7 +93,6 @@
9293
"hardhat-deploy-ethers": "^0.3.0-beta.13",
9394
"hardhat-gas-reporter": "^1.0.8",
9495
"husky": "^8.0.1",
95-
"patch-package": "^8.0.0",
9696
"prettier": "3.7.4",
9797
"prettier-plugin-solidity": "2.2.0",
9898
"semantic-release": "^25.0.2",

0 commit comments

Comments
 (0)