Skip to content

Commit 80eecdd

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.22.0
1 parent 5d695a7 commit 80eecdd

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-etc": "^1.1.7",
4343
"eslint-plugin-import": "^2.22.1",
4444
"eslint-plugin-jsdoc": "^30.7.8",
45-
"eslint-plugin-react": "^7.21.4",
45+
"eslint-plugin-react": "^7.22.0",
4646
"eslint-plugin-react-hooks": "^4.2.0",
4747
"eslint-plugin-rxjs": "^2.1.5",
4848
"eslint-plugin-unicorn": "^21.0.0"

yarn.lock

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,10 +1772,10 @@ eslint-plugin-react-hooks@^4.2.0:
17721772
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
17731773
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
17741774

1775-
eslint-plugin-react@^7.21.4:
1776-
version "7.21.4"
1777-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.4.tgz#31060b2e5ff82b12e24a3cc33edb7d12f904775c"
1778-
integrity sha512-uHeQ8A0hg0ltNDXFu3qSfFqTNPXm1XithH6/SY318UX76CMj7Q599qWpgmMhVQyvhq36pm7qvoN3pb6/3jsTFg==
1775+
eslint-plugin-react@^7.22.0:
1776+
version "7.22.0"
1777+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
1778+
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
17791779
dependencies:
17801780
array-includes "^3.1.1"
17811781
array.prototype.flatmap "^1.2.3"
@@ -1786,7 +1786,7 @@ eslint-plugin-react@^7.21.4:
17861786
object.fromentries "^2.0.2"
17871787
object.values "^1.1.1"
17881788
prop-types "^15.7.2"
1789-
resolve "^1.17.0"
1789+
resolve "^1.18.1"
17901790
string.prototype.matchall "^4.0.2"
17911791

17921792
eslint-plugin-rxjs@^2.1.5:
@@ -2609,6 +2609,13 @@ is-cidr@^3.0.0:
26092609
dependencies:
26102610
cidr-regex "^2.0.10"
26112611

2612+
is-core-module@^2.1.0:
2613+
version "2.2.0"
2614+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
2615+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
2616+
dependencies:
2617+
has "^1.0.3"
2618+
26122619
is-date-object@^1.0.1:
26132620
version "1.0.1"
26142621
resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -4696,11 +4703,12 @@ [email protected], resolve-global@^1.0.0:
46964703
dependencies:
46974704
global-dirs "^0.1.1"
46984705

4699-
resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0:
4700-
version "1.17.0"
4701-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
4702-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
4706+
resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1:
4707+
version "1.19.0"
4708+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
4709+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
47034710
dependencies:
4711+
is-core-module "^2.1.0"
47044712
path-parse "^1.0.6"
47054713

47064714
retry@^0.10.0:

0 commit comments

Comments
 (0)