diff options
author | dependabot[bot] | 2023-02-15 22:36:46 +0000 |
---|---|---|
committer | vitalyster | 2023-02-22 11:50:30 +0300 |
commit | 8bd50030e9008ea5014e41995a21243761d18354 (patch) | |
tree | 6d40a66f0a6d074ac0386567a01ff4c6fcd69b5f | |
parent | 00959638af67256b66b2bf52d40091925d1cf2fd (diff) |
build(deps-dev): bump eslint-plugin-testing-library in /vnext
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.10.1 to 5.10.2.
- [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/v5.10.1...v5.10.2)
---
updated-dependencies:
- dependency-name: eslint-plugin-testing-library
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 41eef1c8..46a28d7c 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.10.1", + "eslint-plugin-testing-library": "^5.10.2", "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "live-server": "^1.2.2", @@ -6724,9 +6724,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.1.tgz", - "integrity": "sha512-GRy87AqUi2Ij69pe0YnOXm3oGBCgnFwfIv+Hu9q/kT3jL0pX1cXA7aO+oJnvdpbJy2+riOPqGsa3iAkL888NLg==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz", + "integrity": "sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.43.0" @@ -22454,9 +22454,9 @@ "requires": {} }, "eslint-plugin-testing-library": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.1.tgz", - "integrity": "sha512-GRy87AqUi2Ij69pe0YnOXm3oGBCgnFwfIv+Hu9q/kT3jL0pX1cXA7aO+oJnvdpbJy2+riOPqGsa3iAkL888NLg==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz", + "integrity": "sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.43.0" diff --git a/vnext/package.json b/vnext/package.json index e65e0541..8ac3ede9 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -35,7 +35,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.10.1", + "eslint-plugin-testing-library": "^5.10.2", "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "live-server": "^1.2.2", |