diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-12-15 13:01:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 13:01:04 +0000 |
commit | 656a7d2d44a088e12ef064c013a7efd62e3df691 (patch) | |
tree | 1527e3f739d3a4171d94782fc2293dede71e13f5 /package.json | |
parent | 453d1d23304e2e0d853b5ef63f7eba277d3d9476 (diff) | |
parent | 392e72fb1f43b5125dca1d82a2f710f2ba296ca5 (diff) |
Merge pull request #930 from ueokande/dependabot/npm_and_yarn/eslint-7.15.0
Bump eslint from 7.11.0 to 7.15.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 3e720d3..2355bc4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ajv-cli": "^3.0.0", "chai": "^4.2.0", "css-loader": "^4.2.1", - "eslint": "7.11.0", + "eslint": "7.15.0", "eslint-config-prettier": "7.0.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.21.5", |