diff --git a/packages/lib-base/package.json b/packages/lib-base/package.json index 167a1397b..35a226aa3 100644 --- a/packages/lib-base/package.json +++ b/packages/lib-base/package.json @@ -29,7 +29,7 @@ "@microsoft/api-extractor": "^7.13.0", "@types/mocha": "^8.0.4", "@typescript-eslint/eslint-plugin": "^4.4.1", - "@typescript-eslint/parser": "^4.4.1", + "@typescript-eslint/parser": "^4.18.0", "eslint": "^7.11.0", "eslint-plugin-tsdoc": "^0.2.11", "fast-check": "^2.7.0", diff --git a/packages/lib-ethers/package.json b/packages/lib-ethers/package.json index 1fb484075..a29dc2c7f 100644 --- a/packages/lib-ethers/package.json +++ b/packages/lib-ethers/package.json @@ -47,7 +47,7 @@ "@types/node": "^14.0.13", "@types/sinon-chai": "^3.2.3", "@typescript-eslint/eslint-plugin": "^4.14.0", - "@typescript-eslint/parser": "^4.14.0", + "@typescript-eslint/parser": "^4.18.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "chai-spies": "^1.0.0", diff --git a/packages/lib-react/package.json b/packages/lib-react/package.json index 3aed5eb66..bcf599341 100644 --- a/packages/lib-react/package.json +++ b/packages/lib-react/package.json @@ -18,7 +18,7 @@ "@ethersproject/bignumber": "^5.0.0", "@types/react": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.4.1", - "@typescript-eslint/parser": "^4.4.1", + "@typescript-eslint/parser": "^4.18.0", "eslint": "^7.11.0", "eslint-plugin-react": "^7.21.4", "eslint-plugin-react-hooks": "^4.1.2",