git.fiddlerwoaroof.com
Browse code

chore: bump eslint-plugin-react from 7.29.1 to 7.29.2 in /react-demo

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.29.1 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](https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.1...v7.29.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] authored on 03/03/2022 21:10:12
Showing 2 changed files
... ...
@@ -2049,9 +2049,9 @@
2049 2049
             "dev": true
2050 2050
         },
2051 2051
         "eslint-plugin-react": {
2052
-            "version": "7.29.1",
2053
-            "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.1.tgz",
2054
-            "integrity": "sha512-WtzRpHMhsOX05ZrkyaaqmLl2uXGqmYooCfBxftJKlkYdsltiufGgfU7uuoHwR2lBam2Kh/EIVID4aU9e3kbCMA==",
2052
+            "version": "7.29.2",
2053
+            "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz",
2054
+            "integrity": "sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==",
2055 2055
             "dev": true,
2056 2056
             "requires": {
2057 2057
                 "array-includes": "^3.1.4",
... ...
@@ -16,7 +16,7 @@
16 16
     "@babel/preset-env": "^7.16.11",
17 17
     "@babel/preset-react": "^7.16.7",
18 18
     "babel-core": "^7.0.0-bridge.0",
19
-    "eslint-plugin-react": "^7.29.1",
19
+    "eslint-plugin-react": "^7.29.2",
20 20
     "npm": "^8.5.2",
21 21
     "ramda": "*",
22 22
     "rollup": "^2.69.0",