Skip to content

Commit a3e9daa

Browse files
committed
chore: remove unnecessary imports
1 parent a34b119 commit a3e9daa

File tree

5 files changed

+25
-45
lines changed

5 files changed

+25
-45
lines changed

package-lock.json

Lines changed: 13 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,23 @@
106106
"verify:zksyncTestnet": "npx hardhat --network zksyncTestnet sourcify && npx hardhat etherscan-verify --network zksyncTestnet",
107107
"verify:fuse": "npx hardhat --network fuse sourcify && npx hardhat etherscan-verify --network fuse"
108108
},
109-
"devDependencies": {
109+
"dependencies": {
110110
"operator-filter-registry": "^1.3.0",
111111
"@a16z/contracts": "^0.0.8",
112+
"@manifoldxyz/royalty-registry-solidity": "^1.0.9",
113+
"@openzeppelin/contracts": "^4.7.3",
114+
"erc721a-upgradeable": "^4.2.2"
115+
},
116+
"devDependencies": {
112117
"@commitlint/cli": "^16.2.3",
113118
"@commitlint/config-conventional": "^16.2.1",
114119
"@flair-sdk/common": "^2.23.3",
115120
"@flair-sdk/registry": "^2.23.3",
116-
"@manifoldxyz/royalty-registry-solidity": "^1.0.9",
117121
"@matterlabs/hardhat-zksync-deploy": "^0.4.0",
118122
"@matterlabs/hardhat-zksync-solc": "^0.3.7",
119123
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
120124
"@nomiclabs/hardhat-etherscan": "^3.1.0",
121125
"@nomiclabs/hardhat-waffle": "^2.0.3",
122-
"@openzeppelin/contracts": "^4.7.3",
123126
"@rollup/plugin-commonjs": "^21.0.2",
124127
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
125128
"@rollup/plugin-json": "^4.1.0",
@@ -145,7 +148,6 @@
145148
"@typescript-eslint/parser": "^5.16.0",
146149
"chai": "^4.3.6",
147150
"dotenv": "^10.0.0",
148-
"erc721a-upgradeable": "^4.2.2",
149151
"eslint": "^8.11.0",
150152
"eslint-config-prettier": "^8.5.0",
151153
"eslint-plugin-import": "^2.25.4",

0 commit comments

Comments
 (0)