diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-01-01 01:45:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 01:45:44 +0000 |
commit | d5924228d8dca33fa9d9d302635d8380764d1dd9 (patch) | |
tree | bf2232406e6fc0abb185e480e830987ab4e776dd /package.json | |
parent | e337df13af749e2a89521a0e44702395dd58fbfa (diff) | |
parent | 2394d62f062528d04455071d65cfac90a086cb2e (diff) |
Merge pull request #946 from ueokande/dependabot/npm_and_yarn/eslint-7.16.0
Bump eslint from 7.15.0 to 7.16.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 d4fcfb1..c525659 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.15.0", + "eslint": "7.16.0", "eslint-config-prettier": "7.0.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.21.5", |