Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef1dc49

Browse files
Bump eslint-plugin-react from 7.24.0 to 7.25.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.24.0 to 7.25.0. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.24.0...v7.25.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d717b41 commit ef1dc49

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"classnames": "^2.3.1",
5050
"eslint": "^7.30.0",
5151
"eslint-plugin-import": "^2.24.2",
52-
"eslint-plugin-react": "^7.15.1",
52+
"eslint-plugin-react": "^7.25.0",
5353
"gh-pages": "^3.1.0",
5454
"is_js": "^0.9.0",
5555
"prettier": "^2.0.5",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5076,14 +5076,15 @@ eslint-plugin-react-hooks@^4.2.0:
50765076
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
50775077
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
50785078

5079-
eslint-plugin-react@^7.15.1, eslint-plugin-react@^7.24.0:
5080-
version "7.24.0"
5081-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
5082-
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
5079+
eslint-plugin-react@^7.24.0, eslint-plugin-react@^7.25.0:
5080+
version "7.25.0"
5081+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.0.tgz#1e5de5fe147f95ce53eeeb7329ad3d5631ef6e40"
5082+
integrity sha512-bZL+HeB+Qaimb4ryOc+OYYOX0XnOr6FX30ZXkzL8iSJA3tATTtZ1YgYyjK3jGvVDcZMejfUaeS/5wKDfTgyfVw==
50835083
dependencies:
50845084
array-includes "^3.1.3"
50855085
array.prototype.flatmap "^1.2.4"
50865086
doctrine "^2.1.0"
5087+
estraverse "^5.2.0"
50875088
has "^1.0.3"
50885089
jsx-ast-utils "^2.4.1 || ^3.0.0"
50895090
minimatch "^3.0.4"

0 commit comments

Comments
 (0)