From 51d302e652174bffe98910206d0d7009ae298116 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 06:22:05 -0700 Subject: [PATCH] =?UTF-8?q?Update:=20dependencies=20=F0=9F=86=99=20(#246)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2db39b6..d5664c7 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "format": "prettier --write '*.{js,json,md}' '**/*.{js,json,md,mdx,scss}' !CHANGELOG.md" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "4.1.0", - "@typescript-eslint/parser": "4.1.0", + "@typescript-eslint/eslint-plugin": "4.2.0", + "@typescript-eslint/parser": "4.2.0", "babel-eslint": "10.1.0", "confusing-browser-globals": "1.0.9", "eslint": "7.9.0", @@ -41,7 +41,7 @@ "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.20.6", "eslint-plugin-react-hooks": "4.1.2", - "eslint-plugin-testing-library": "3.8.0" + "eslint-plugin-testing-library": "3.9.0" }, "devDependencies": { "@crystal-ball/commitizen-base": "2.8.0",