diff options
author | dependabot[bot] | 2023-02-08 21:33:59 +0000 |
---|---|---|
committer | vitalyster | 2023-02-09 04:55:04 +0300 |
commit | a55de01d0a016b6859a0755566c3513593975850 (patch) | |
tree | 2fde027cc1e34fa6d3fc1127cc51731cf3518850 /vnext | |
parent | 9900568df89512fbe98a78ad214517726505c508 (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.0 to 5.10.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/v5.10.0...v5.10.1)
---
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>
Diffstat (limited to 'vnext')
-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 9dfac6dc..33dfe295 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.0", + "eslint-plugin-testing-library": "^5.10.1", "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "live-server": "^1.2.2", @@ -6615,9 +6615,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.0.tgz", - "integrity": "sha512-aTOsCAEI9trrX3TLOnsskfhe57DmsjP/yMKLPqg4ftdRvfR4qut2PGWUa8TwP7whZbwMzJjh98tgAPcE8vdHow==", + "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==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.43.0" @@ -22241,9 +22241,9 @@ "requires": {} }, "eslint-plugin-testing-library": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.0.tgz", - "integrity": "sha512-aTOsCAEI9trrX3TLOnsskfhe57DmsjP/yMKLPqg4ftdRvfR4qut2PGWUa8TwP7whZbwMzJjh98tgAPcE8vdHow==", + "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==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.43.0" diff --git a/vnext/package.json b/vnext/package.json index e77aa9bd..4c803de3 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.0", + "eslint-plugin-testing-library": "^5.10.1", "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "live-server": "^1.2.2", |