Skip to content

Commit

Permalink
add dev dependencies to ensure version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Altabba committed Dec 3, 2023
1 parent 18ca0be commit de35ac0
Show file tree
Hide file tree
Showing 2 changed files with 1,201 additions and 1,912 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"@babel/preset-env": "^7.23.5",
"@peculiar/webcrypto": "^1.4.3",
"@size-limit/preset-small-lib": "^11.0.0",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"husky": "^8.0.3",
"size-limit": "^11.0.0",
"tsdx": "^0.14.1",
Expand All @@ -78,6 +80,6 @@
},
"dependencies": {
"solc-typed-ast": "^17.0.2",
"web3": "^4.2.2"
"web3": ">= 4.0.2 < 5"
}
}
Loading

0 comments on commit de35ac0

Please sign in to comment.