diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-03-26 08:39:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 08:39:16 +0900 |
commit | 8601e1f2a57956e4768e688df7098ae9bc30f629 (patch) | |
tree | 302b86fe7c1f801e5193d1b0364e67278ae73e0a /package.json | |
parent | 520c3537e115408af7ba8749a6314068fcd6918a (diff) | |
parent | 09b6616996560e9fba9162510cd368756cb54902 (diff) |
Merge pull request #1067 from ueokande/dependabot/npm_and_yarn/eslint-plugin-react-7.23.1
Bump eslint-plugin-react from 7.22.0 to 7.23.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0abc2e5..0832441 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "7.22.0", "eslint-config-prettier": "8.1.0", "eslint-plugin-prettier": "3.3.1", - "eslint-plugin-react": "7.22.0", + "eslint-plugin-react": "7.23.1", "eslint-plugin-standard": "^5.0.0", "express": "^4.17.1", "html-webpack-plugin": "4.5.2", |