Skip to content

Commit e8f19bb

Browse files
committed
bump remaining
1 parent c0f819a commit e8f19bb

2 files changed

Lines changed: 344 additions & 349 deletions

File tree

contracts/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
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\""
14+
"solhint-test": "solhint --config \".solhint-test.json\" --ignore-path \".solhintignore-test\" --max-warnings 0 \"./src/v0.8/**/*.sol\"",
15+
"hardhat": "hardhat compile"
1516
},
1617
"files": [
1718
"src/v0.8",
@@ -50,10 +51,10 @@
5051
"@changesets/cli": "^2.29.8",
5152
"@changesets/get-github-info": "^0.7.0",
5253
"abi-to-sol": "^0.8.0",
53-
"hardhat": "^3.0.17",
54-
"solhint": "^6.0.2",
54+
"hardhat": "^3.9.0",
55+
"solhint": "^6.2.3",
5556
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.2.1",
56-
"tsx": "^4.21.0"
57+
"tsx": "^4.22.4"
5758
},
5859
"dependencies": {
5960
"@arbitrum/nitro-contracts": "3.0.0",

0 commit comments

Comments
 (0)