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

Skip to content

Commit 0c005ce

Browse files
chore: bump eslint-plugin-react from 7.28.0 to 7.29.2 in /site (#375)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.28.0 to 7.29.2. - [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.28.0...v7.29.2) --- 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>
1 parent 35ae532 commit 0c005ce

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-jest": "26.1.1",
4545
"eslint-plugin-jsx-a11y": "6.5.1",
4646
"eslint-plugin-no-storage": "1.0.2",
47-
"eslint-plugin-react": "7.28.0",
47+
"eslint-plugin-react": "7.29.2",
4848
"eslint-plugin-react-hooks": "4.3.0",
4949
"express": "4.17.3",
5050
"formik": "2.2.9",

site/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -5800,22 +5800,22 @@ [email protected]:
58005800
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
58015801
integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
58025802

5803-
eslint-plugin-react@7.28.0:
5804-
version "7.28.0"
5805-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz#8f3ff450677571a659ce76efc6d80b6a525adbdf"
5806-
integrity sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==
5803+
eslint-plugin-react@7.29.2:
5804+
version "7.29.2"
5805+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz#2d4da69d30d0a736efd30890dc6826f3e91f3f7c"
5806+
integrity sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==
58075807
dependencies:
58085808
array-includes "^3.1.4"
58095809
array.prototype.flatmap "^1.2.5"
58105810
doctrine "^2.1.0"
58115811
estraverse "^5.3.0"
58125812
jsx-ast-utils "^2.4.1 || ^3.0.0"
5813-
minimatch "^3.0.4"
5813+
minimatch "^3.1.2"
58145814
object.entries "^1.1.5"
58155815
object.fromentries "^2.0.5"
58165816
object.hasown "^1.1.0"
58175817
object.values "^1.1.5"
5818-
prop-types "^15.7.2"
5818+
prop-types "^15.8.1"
58195819
resolve "^2.0.0-next.3"
58205820
semver "^6.3.0"
58215821
string.prototype.matchall "^4.0.6"
@@ -8895,10 +8895,10 @@ minimalistic-crypto-utils@^1.0.1:
88958895
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
88968896
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
88978897

8898-
minimatch@^3.0.2, minimatch@^3.0.4:
8899-
version "3.0.4"
8900-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
8901-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
8898+
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
8899+
version "3.1.2"
8900+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8901+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
89028902
dependencies:
89038903
brace-expansion "^1.1.7"
89048904

@@ -9931,7 +9931,7 @@ prompts@^2.0.1, prompts@^2.4.0:
99319931
kleur "^3.0.3"
99329932
sisteransi "^1.0.5"
99339933

9934-
prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
9934+
prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
99359935
version "15.8.1"
99369936
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
99379937
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==

0 commit comments

Comments
 (0)