Skip to content

Commit 8e28cba

Browse files
committed
more cleanup
1 parent 8249db7 commit 8e28cba

3 files changed

Lines changed: 27 additions & 49 deletions

File tree

contracts/cre/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,9 @@
2929
"@openzeppelin/contracts": "4.9.6"
3030
}
3131
},
32-
"engines": {
33-
"node": ">=22",
34-
"pnpm": ">=10"
35-
},
32+
3633
"devDependencies": {
37-
"@changesets/cli": "^2.29.8",
38-
"@changesets/get-github-info": "^0.7.0",
3934
"solhint": "^6.0.2",
40-
"semver": "^7.7.3",
4135
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.2.1"
4236
},
4337
"dependencies": {
@@ -46,5 +40,9 @@
4640
"@openzeppelin/contracts-5.1.0": "npm:@openzeppelin/contracts@5.1.0",
4741
"@chainlink/contracts": "1.5.0"
4842
},
43+
"engines": {
44+
"node": ">=22",
45+
"pnpm": ">=10"
46+
},
4947
"type": "module"
5048
}

contracts/cre/pnpm-lock.yaml

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

contracts/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"publish-beta": "pnpm publish --tag beta",
1212
"publish-prod": "pnpm publish --tag latest",
1313
"solhint": "solhint --max-warnings 0 \"./src/v0.8/**/*.sol\"",
14-
"solhint-test": "solhint --config \".solhint-test.json\" --ignore-path \".solhintignore-test\" --max-warnings 0 \"./src/v0.8/**/*.sol\"",
15-
"hardhat": "hardhat compile"
14+
"solhint-test": "solhint --config \".solhint-test.json\" --ignore-path \".solhintignore-test\" --max-warnings 0 \"./src/v0.8/**/*.sol\""
1615
},
1716
"files": [
1817
"src/v0.8",
@@ -37,10 +36,6 @@
3736
},
3837
"onlyBuiltDependencies": []
3938
},
40-
"engines": {
41-
"node": ">=22",
42-
"pnpm": ">=10"
43-
},
4439
"devDependencies": {
4540
"@changesets/cli": "^2.29.8",
4641
"@changesets/get-github-info": "^0.7.0",
@@ -62,5 +57,9 @@
6257
"@scroll-tech/contracts": "2.0.0",
6358
"@zksync/contracts": "github:matter-labs/era-contracts#446d391d34bdb48255d5f8fef8a8248925fc98b9"
6459
},
60+
"engines": {
61+
"node": ">=22",
62+
"pnpm": ">=10"
63+
},
6564
"type": "module"
6665
}

0 commit comments

Comments
 (0)