From 044757d43c91c8fb223866fba2431697e2ab1304 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:27:12 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-testing-library to v6 --- package-lock.json | 8 ++++---- packages/nidalee/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1eafd1f..aeb0994b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6866,9 +6866,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.0.tgz", - "integrity": "sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.0.1.tgz", + "integrity": "sha512-CEYtjpcF3hAaQtYsTZqciR7s5z+T0LCMTwJeW+pz6kBnGtc866wAKmhaiK2Gsjc2jWNP7Gt6zhNr2DE1ZW4e+g==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.58.0" @@ -13922,7 +13922,7 @@ "@types/testing-library__jest-dom": "^5.14.7", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest-dom": "^5.0.1", - "eslint-plugin-testing-library": "^5.11.0", + "eslint-plugin-testing-library": "^6.0.1", "jest": "^29.6.4", "jest-environment-jsdom": "^29.6.4", "postcss": "^8.4.24", diff --git a/packages/nidalee/package.json b/packages/nidalee/package.json index 2113fe54..e783d71f 100644 --- a/packages/nidalee/package.json +++ b/packages/nidalee/package.json @@ -69,7 +69,7 @@ "@types/testing-library__jest-dom": "^5.14.7", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest-dom": "^5.0.1", - "eslint-plugin-testing-library": "^5.11.0", + "eslint-plugin-testing-library": "^6.0.1", "jest": "^29.6.4", "jest-environment-jsdom": "^29.6.4", "postcss": "^8.4.24",