aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-12-10 22:03:30 +0000
committerGravatar vitalyster2024-12-10 14:03:38 -0800
commitb1e6bb6105af40ad3a862426a1c387ef07d8b052 (patch)
tree346d95d5a01100eda0630d3a2fff887ab32e5104
parent80ea662df936474c26217fe86f95f57777b6d268 (diff)
build(deps-dev): bump eslint-plugin-testing-library from 7.0.0 to 7.1.1
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0...v7.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json10
-rw-r--r--package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index f1faaf08e..02fc72e35 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -65,7 +65,7 @@
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
- "eslint-plugin-testing-library": "^7.0.0",
+ "eslint-plugin-testing-library": "^7.1.1",
"eslint-webpack-plugin": "^4.2.0",
"globals": "^15.13.0",
"html-webpack-plugin": "^5.6.3",
@@ -9224,9 +9224,9 @@
}
},
"node_modules/eslint-plugin-testing-library": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.0.0.tgz",
- "integrity": "sha512-Bwrn5Qi08Lf5Huv4ZGDNYxwkFLAyGQIPB9lC0ALlojymP32aKsSxWnccP1NvIcI5vMhkENg4Y5Td/Q9/tLYmGQ==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.1.tgz",
+ "integrity": "sha512-nszC833aZPwB6tik1nMkbFqmtgIXTT0sfJEYs0zMBKMlkQ4to2079yUV96SvmLh00ovSBJI4pgcBC1TiIP8mXg==",
"dev": true,
"dependencies": {
"@typescript-eslint/scope-manager": "^8.15.0",
@@ -9234,7 +9234,7 @@
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0",
- "npm": ">=9.8.1"
+ "pnpm": "^9.14.0"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0"
diff --git a/package.json b/package.json
index 7cf610c06..742f85b4d 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
- "eslint-plugin-testing-library": "^7.0.0",
+ "eslint-plugin-testing-library": "^7.1.1",
"eslint-webpack-plugin": "^4.2.0",
"globals": "^15.13.0",
"html-webpack-plugin": "^5.6.3",