From 0eb7e4306845e77f4fa640a159647c6f5d5afcb3 Mon Sep 17 00:00:00 2001 From: Welly Shen Date: Wed, 28 Apr 2021 20:56:28 +0800 Subject: [PATCH] =?UTF-8?q?Upgrade:=20eslint-plugin-testing-library=20^3.1?= =?UTF-8?q?0.2=20=E2=86=92=20^4.1.2=20&=20@typescript-eslint/eslint-plugin?= =?UTF-8?q?=20^4.21.0=20=E2=86=92=20^4.22.0=20&=20@typescript-eslint/parse?= =?UTF-8?q?r=20^4.21.0=20=E2=86=92=20^4.22.0=20&=20eslint-config-prettier?= =?UTF-8?q?=20^8.1.0=20=E2=86=92=20^8.3.0=20&=20eslint-plugin-jest=20^24.3?= =?UTF-8?q?.4=20=E2=86=92=20^24.3.6=20&=20eslint-plugin-jest-dom=20^3.7.0?= =?UTF-8?q?=20=E2=86=92=20^3.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 848414a..450cd86 100644 --- a/package.json +++ b/package.json @@ -39,19 +39,19 @@ }, "dependencies": { "@emotion/eslint-plugin": "^11.2.0", - "@typescript-eslint/eslint-plugin": "^4.21.0", - "@typescript-eslint/parser": "^4.21.0", + "@typescript-eslint/eslint-plugin": "^4.22.0", + "@typescript-eslint/parser": "^4.22.0", "eslint-config-airbnb": "^18.2.1", - "eslint-config-prettier": "^8.1.0", + "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-compat": "^3.9.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.3.4", - "eslint-plugin-jest-dom": "^3.7.0", + "eslint-plugin-jest": "^24.3.6", + "eslint-plugin-jest-dom": "^3.8.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4", - "eslint-plugin-testing-library": "^3.10.2", + "eslint-plugin-testing-library": "^4.1.2", "read-pkg-up": "^7.0.1" }, "devDependencies": {