Merge branch 'develop' into aj/geth-1.13.5
Showing
... | ... | @@ -38,13 +38,13 @@ |
"upgrade:abigen": "abigen --version | sed -e 's/[^0-9]/ /g' -e 's/^ *//g' -e 's/ *$//g' -e 's/ /./g' -e 's/^/v/' > .abigenrc" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/eslint-parser": "^7.23.3", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@types/chai": "^4.3.10", | ||
"@types/chai-as-promised": "^7.1.8", | ||
"@types/mocha": "^10.0.4", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.9.3", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"chai": "^4.3.10", | ||
"depcheck": "^1.4.7", | ||
... | ... | @@ -65,13 +65,13 @@ |
"markdownlint": "^0.32.0", | ||
"markdownlint-cli2": "0.4.0", | ||
"mocha": "^10.2.0", | ||
"nx": "17.0.3", | ||
"nx": "17.1.3", | ||
"nyc": "^15.1.0", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^2.8.0", | ||
"rimraf": "^5.0.5", | ||
"ts-mocha": "^10.0.0", | ||
"typescript": "^5.2.2", | ||
"typescript": "^5.3.2", | ||
"nx-cloud": "latest" | ||
}, | ||
"dependencies": { | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment