1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-12-01 08:53:51 -05:00

Bump eslint from 7.22.0 to 7.23.0 in /cli

Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-29 09:37:04 +00:00
committed by Jake Jarvis
parent 831af2fcbc
commit d7a71fa42e
2 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
"react": "^16.x"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0"
},