diff options
author | dependabot[bot] | 2024-10-21 21:51:48 +0000 |
---|---|---|
committer | vitalyster | 2024-10-21 22:12:57 -0700 |
commit | dd22295625b305ce1cb911f70067f88f2d62258d (patch) | |
tree | c0d409f95a17a253d455e44c9096d7362d2567c1 | |
parent | 094af0a72ca980fd73517b05c3faa200d201993f (diff) |
build(deps-dev): bump eslint-plugin-testing-library from 6.3.0 to 6.4.0
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.3.0 to 6.4.0.
- [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/v6.3.0...v6.4.0)
---
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.json | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 7447cba6..9ff0fe98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-testing-library": "^6.3.0", + "eslint-plugin-testing-library": "^6.4.0", "eslint-webpack-plugin": "^4.2.0", "html-webpack-plugin": "^5.6.0", "jest": "^29.7.0", @@ -9296,19 +9296,19 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.3.0.tgz", - "integrity": "sha512-GYcEErTt6EGwE0bPDY+4aehfEBpB2gDBFKohir8jlATSUvzStEyzCx8QWB/14xeKc/AwyXkzScSzMHnFojkWrA==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.4.0.tgz", + "integrity": "sha512-yeWF+YgCgvNyPNI9UKnG0FjeE2sk93N/3lsKqcmR8dSfeXJwFT5irnWo7NjLf152HkRzfoFjh3LsBUrhvFz4eA==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^5.58.0" + "@typescript-eslint/utils": "^5.62.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0", "npm": ">=6" }, "peerDependencies": { - "eslint": "^7.5.0 || ^8.0.0" + "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/eslint-scope": { diff --git a/package.json b/package.json index 04934de5..b2c37f6f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-testing-library": "^6.3.0", + "eslint-plugin-testing-library": "^6.4.0", "eslint-webpack-plugin": "^4.2.0", "html-webpack-plugin": "^5.6.0", "jest": "^29.7.0", |