Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-plugin-react from 7.31.9 to 7.31.10
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.9 to 7.31.10.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.31.9...v7.31.10)

---
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>
  • Loading branch information
dependabot[bot] committed Oct 13, 2022
1 parent a892858 commit 1e4a29b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.9",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.6",
"git-conventional-commits": "^2.1.2",
Expand Down Expand Up @@ -116,7 +116,7 @@
"webpack": "^5.69.1"
},
"dependencies": {
"@data-driven-forms/react-form-renderer": "^3.18.6",
"@data-driven-forms/react-form-renderer": "^3.18.11",
"@date-io/date-fns": "^1.3.1",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "^4.11.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1289,10 +1289,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@data-driven-forms/react-form-renderer@^3.18.6":
version "3.18.6"
resolved "https://registry.yarnpkg.com/@data-driven-forms/react-form-renderer/-/react-form-renderer-3.18.6.tgz#2293f2362470d4688319d62f476757eb9894520e"
integrity sha512-VbjILM6d8a8LHVVaxdOJ6+o6PJetbJwNi6ju6Kb2GfS4qlLsOk3lIAehlcNeIRAdX34ie3mlHkp2vnjn1lTgrg==
"@data-driven-forms/react-form-renderer@^3.18.11":
version "3.18.11"
resolved "https://registry.yarnpkg.com/@data-driven-forms/react-form-renderer/-/react-form-renderer-3.18.11.tgz#ff72a12f6141ce3fddc0b147a74aa31e2cfdcce6"
integrity sha512-7lF4rxR5HpGsYo9wqjR8PTB1yCfWe/jNOPXiASetRUovauFseiO6TpuMXgojPoG5sH+VgeZNXQC4+UOjyhJexw==
dependencies:
final-form "^4.20.4"
final-form-arrays "^3.0.2"
Expand Down Expand Up @@ -7081,10 +7081,10 @@ eslint-plugin-react-hooks@^4.6.0:
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==

eslint-plugin-react@^7.31.9:
version "7.31.9"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz#7474ad4e21db368f61d17e1f2e78d43dbbdd50b2"
integrity sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==
eslint-plugin-react@^7.31.10:
version "7.31.10"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
dependencies:
array-includes "^3.1.5"
array.prototype.flatmap "^1.3.0"
Expand Down

0 comments on commit 1e4a29b

Please sign in to comment.