Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-27 04:01:12 +0300
committerGitHub <noreply@github.com>2022-08-27 04:01:12 +0300
commit083c829836f3885df7766f54b9e61139441e457a (patch)
tree29dd79a1f83a02eec8b8a9f074bc1aea9029a801
parent33bd2d1dfba29f4d636edd42cf32091415ac8c32 (diff)
Bump eslint-plugin-react from 7.30.1 to 7.31.1dependabot/npm_and_yarn/eslint-plugin-react-7.31.1
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.1 to 7.31.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.30.1...v7.31.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2c97c343..801cec58 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.18.0",
"clean-webpack-plugin": "^4.0.0",
- "eslint-plugin-react": "^7.30.1",
+ "eslint-plugin-react": "^7.31.1",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4"
@@ -5828,9 +5828,9 @@
}
},
"node_modules/eslint-plugin-react": {
- "version": "7.30.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz",
- "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==",
+ "version": "7.31.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz",
+ "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==",
"dev": true,
"dependencies": {
"array-includes": "^3.1.5",
@@ -17628,9 +17628,9 @@
"requires": {}
},
"eslint-plugin-react": {
- "version": "7.30.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz",
- "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==",
+ "version": "7.31.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz",
+ "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==",
"dev": true,
"requires": {
"array-includes": "^3.1.5",
diff --git a/package.json b/package.json
index 2314becf..50573d27 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.18.0",
"clean-webpack-plugin": "^4.0.0",
- "eslint-plugin-react": "^7.30.1",
+ "eslint-plugin-react": "^7.31.1",
"react-hot-loader": "4.13.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4"