diff --git a/package.json b/package.json index 34e646be..c0ac6667 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,15 @@ "engines": { "node": ">=18" }, + "dependencies": { + "@openzeppelin/contracts": "^5.0.1" + }, "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^2.0.3", "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomicfoundation/hardhat-network-helpers": "^1.0.10", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-verify": "^2.0.3", - "@openzeppelin/contracts": "^5.0.1", "@primitivefi/hardhat-dodoc": "^0.2.3", "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.1.0",