aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-19 19:52:54 +0200
committerGitHub <[email protected]>2024-10-19 19:52:54 +0200
commitb67f8bbe9fbec93a0a8fbef918efe1f96ad6a685 (patch)
tree52ff3daac1804a7942e45eec9247ac54cb216f3a
parent548fe7f6bd015b07293fcdadb66013a5744195f0 (diff)
downloadzmk-b67f8bbe9fbec93a0a8fbef918efe1f96ad6a685.tar.gz
zmk-b67f8bbe9fbec93a0a8fbef918efe1f96ad6a685.zip
chore(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.37.1 in /docs (#2524)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.0 to 7.37.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.37.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--docs/package-lock.json9
-rw-r--r--docs/package.json2
2 files changed, 5 insertions, 6 deletions
diff --git a/docs/package-lock.json b/docs/package-lock.json
index a13cbc47f6..1df6c577d5 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -35,7 +35,7 @@
"eslint": "^8.39.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
- "eslint-plugin-react": "^7.33.2",
+ "eslint-plugin-react": "^7.37.1",
"json-schema-to-typescript": "^13.1.1",
"mustache": "^4.2.0",
"null-loader": "^4.0.0",
@@ -8288,11 +8288,10 @@
}
},
"node_modules/eslint-plugin-react": {
- "version": "7.35.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz",
- "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==",
+ "version": "7.37.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz",
+ "integrity": "sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==",
"dev": true,
- "license": "MIT",
"dependencies": {
"array-includes": "^3.1.8",
"array.prototype.findlast": "^1.2.5",
diff --git a/docs/package.json b/docs/package.json
index 8231543a4a..49984e31aa 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -54,7 +54,7 @@
"eslint": "^8.39.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
- "eslint-plugin-react": "^7.33.2",
+ "eslint-plugin-react": "^7.37.1",
"json-schema-to-typescript": "^13.1.1",
"mustache": "^4.2.0",
"null-loader": "^4.0.0",