aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-02-08 21:33:59 +0000
committerGravatar vitalyster2023-02-09 04:55:04 +0300
commita55de01d0a016b6859a0755566c3513593975850 (patch)
tree2fde027cc1e34fa6d3fc1127cc51731cf3518850 /vnext/package.json
parent9900568df89512fbe98a78ad214517726505c508 (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/package.json')
-rw-r--r--vnext/package.json2
1 files changed, 1 insertions, 1 deletions
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",