diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-01-05 02:07:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 02:07:23 +0000 |
commit | 343dffb998f44bfc7669d50eb2f5424d28cdb7b9 (patch) | |
tree | bcb0a57c0bfa4c6b10c6a4abc7f7689329617e0c /package.json | |
parent | 781f26b6601f99d3c3cc78ad592a5c1f8d1e4944 (diff) | |
parent | 36ffe740e14693f1acb60e9b8b43b6f10af58788 (diff) |
Merge pull request #971 from ueokande/dependabot/npm_and_yarn/eslint-7.17.0
Bump eslint from 7.16.0 to 7.17.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 e45b94e..c9f3f42 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ajv-cli": "^4.0.1", "chai": "^4.2.0", "css-loader": "^5.0.1", - "eslint": "7.16.0", + "eslint": "7.17.0", "eslint-config-prettier": "7.1.0", "eslint-plugin-prettier": "3.3.0", "eslint-plugin-react": "7.22.0", |