From 4a9536e41a70258a314ed4281013213fb67d04ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 07:44:43 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.18.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.18.0/packages/parser) Signed-off-by: dependabot[bot] --- packages/lib-base/package.json | 2 +- packages/lib-ethers/package.json | 2 +- packages/lib-react/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",