aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-01-23 21:38:44 +0000
committerGravatar Vitaly Takmazov2023-01-24 02:30:14 +0300
commitb252799092b19ed61d54133175cb98b31f82d3ed (patch)
tree47601ef7bf69ea6b5c4ed69a9e0e5852db515c0c /vnext
parentdade45385e4e844bea46af58346c41784dfeb11f (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.9.1 to 5.10.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/v5.9.1...v5.10.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>
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package-lock.json18
-rw-r--r--vnext/package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 8a47481d..fd301225 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.1",
"eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-testing-library": "^5.9.1",
+ "eslint-plugin-testing-library": "^5.10.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"live-server": "^1.2.2",
@@ -6484,12 +6484,12 @@
}
},
"node_modules/eslint-plugin-testing-library": {
- "version": "5.9.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.9.1.tgz",
- "integrity": "sha512-6BQp3tmb79jLLasPHJmy8DnxREe+2Pgf7L+7o09TSWPfdqqtQfRZmZNetr5mOs3yqZk/MRNxpN3RUpJe0wB4LQ==",
+ "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==",
"dev": true,
"dependencies": {
- "@typescript-eslint/utils": "^5.13.0"
+ "@typescript-eslint/utils": "^5.43.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",
@@ -22023,12 +22023,12 @@
"requires": {}
},
"eslint-plugin-testing-library": {
- "version": "5.9.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.9.1.tgz",
- "integrity": "sha512-6BQp3tmb79jLLasPHJmy8DnxREe+2Pgf7L+7o09TSWPfdqqtQfRZmZNetr5mOs3yqZk/MRNxpN3RUpJe0wB4LQ==",
+ "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==",
"dev": true,
"requires": {
- "@typescript-eslint/utils": "^5.13.0"
+ "@typescript-eslint/utils": "^5.43.0"
}
},
"eslint-scope": {
diff --git a/vnext/package.json b/vnext/package.json
index 0721b623..cdc8d28d 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -35,7 +35,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-testing-library": "^5.9.1",
+ "eslint-plugin-testing-library": "^5.10.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"live-server": "^1.2.2",