diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-07-04 13:11:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 13:11:45 +0900 |
commit | a5a2f4752782b5784677a968a87b1d412262979a (patch) | |
tree | 8c7e3d01712f2199c7e6feffcb912ccc71b1d624 /package.json | |
parent | d1e9e179df7c6a905b25dfbd8f06f636093d30bd (diff) | |
parent | ca259d7e7f192cead4bf89ddb681b196ad402c89 (diff) |
Merge pull request #1197 from ueokande/dependabot/npm_and_yarn/eslint-7.30.0
Bump eslint from 7.26.0 to 7.30.0
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 7c42919..462964b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ajv-cli": "^5.0.0", "chai": "^4.2.0", "css-loader": "^5.2.6", - "eslint": "7.26.0", + "eslint": "7.30.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.23.2", |