Skip to content

Commit 1818dd6

Browse files
committed
chore(deps): update dependency eslint-plugin-react to v7.35.0
1 parent 7028bf4 commit 1818dd6

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-import": "2.29.1",
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.9.0",
34-
"eslint-plugin-react": "7.34.4",
34+
"eslint-plugin-react": "7.35.0",
3535
"eslint-plugin-react-hooks": "4.6.2"
3636
},
3737
"dependencies": {

yarn.lock

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -823,16 +823,6 @@ array.prototype.flatmap@^1.3.2:
823823
es-abstract "^1.22.1"
824824
es-shim-unscopables "^1.0.0"
825825

826-
array.prototype.toreversed@^1.1.2:
827-
version "1.1.2"
828-
resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
829-
integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
830-
dependencies:
831-
call-bind "^1.0.2"
832-
define-properties "^1.2.0"
833-
es-abstract "^1.22.1"
834-
es-shim-unscopables "^1.0.0"
835-
836826
array.prototype.tosorted@^1.1.4:
837827
version "1.1.4"
838828
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -1742,15 +1732,14 @@ eslint-plugin-react-hooks@4.6.2:
17421732
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
17431733
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
17441734

1745-
eslint-plugin-react@7.34.4:
1746-
version "7.34.4"
1747-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.4.tgz#1f0dc313a0937db7ce15fd1f6c3d77e70f3e02fb"
1748-
integrity sha512-Np+jo9bUwJNxCsT12pXtrGhJgT3T44T1sHhn1Ssr42XFn8TES0267wPGo5nNrMHi8qkyimDAX2BUmkf9pSaVzA==
1735+
eslint-plugin-react@7.35.0:
1736+
version "7.35.0"
1737+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
1738+
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
17491739
dependencies:
17501740
array-includes "^3.1.8"
17511741
array.prototype.findlast "^1.2.5"
17521742
array.prototype.flatmap "^1.3.2"
1753-
array.prototype.toreversed "^1.1.2"
17541743
array.prototype.tosorted "^1.1.4"
17551744
doctrine "^2.1.0"
17561745
es-iterator-helpers "^1.0.19"

0 commit comments

Comments
 (0)