Skip to content

Commit 8340f05

Browse files
committed
refactor: Move some npm packages to dev deps section
1 parent 6defad0 commit 8340f05

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,15 @@
4747
]
4848
},
4949
"dependencies": {
50-
"@mudgen/diamond-1": "github:mudgen/diamond-1-hardhat#3da037b",
51-
"@openzeppelin/contracts": "^5.0.2",
52-
"createx": "github:pcaversaccio/createx#v1.0.0",
53-
"rlc-faucet-contract": "1.0.10"
54-
},
55-
"__dependenciesComments": {
56-
"rlc-faucet-contract": "TODO Replace with rlc-token if possible"
50+
"@openzeppelin/contracts": "^5.0.2"
5751
},
5852
"devDependencies": {
5953
"@amxx/factory": "^1.0.0",
54+
"@mudgen/diamond-1": "github:mudgen/diamond-1-hardhat#3da037b",
6055
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
6156
"@nomicfoundation/hardhat-verify": "^2.1.3",
6257
"@openzeppelin/upgrades-core": "^1.37.1",
58+
"createx": "github:pcaversaccio/createx#v1.0.0",
6359
"dotenv": "^16.5.0",
6460
"hardhat": "^2.26.5",
6561
"hardhat-abi-exporter": "^2.11.0",
@@ -72,13 +68,15 @@
7268
"prettier-plugin-organize-imports": "^4.0.0",
7369
"prettier-plugin-solidity": "^1.4.1",
7470
"puml-for-markdown": "^1.2.1",
71+
"rlc-faucet-contract": "1.0.10",
7572
"sol2uml": "^2.5.22",
7673
"solidity-coverage": "^0.8.14",
7774
"solidity-docgen": "^0.6.0-beta.36",
7875
"zx": "^8.1.6"
7976
},
8077
"__devDependenciesComments": {
8178
"mocha": "[Optional] Install Mocha Test Explorer in VSCode to see tests in VSCode UI",
79+
"rlc-faucet-contract": "TODO Replace with rlc-token if possible",
8280
"solidity-coverage": "Fixing Hardhat's solidity-coverage: TypeError: provider.send is not a function"
8381
},
8482
"repository": {

0 commit comments

Comments
 (0)