diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-14 15:40:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 15:40:21 +0000 |
commit | 54540696514f8baf1cbf416cfc8eae287b2ae8fc (patch) | |
tree | e2539edc45dfc986f58f40dab7bf98c1fd230f20 /package.json | |
parent | Add and run a formatter (diff) | |
download | ee4511w-web-54540696514f8baf1cbf416cfc8eae287b2ae8fc.tar ee4511w-web-54540696514f8baf1cbf416cfc8eae287b2ae8fc.tar.gz ee4511w-web-54540696514f8baf1cbf416cfc8eae287b2ae8fc.tar.bz2 ee4511w-web-54540696514f8baf1cbf416cfc8eae287b2ae8fc.tar.lz ee4511w-web-54540696514f8baf1cbf416cfc8eae287b2ae8fc.tar.xz ee4511w-web-54540696514f8baf1cbf416cfc8eae287b2ae8fc.tar.zst ee4511w-web-54540696514f8baf1cbf416cfc8eae287b2ae8fc.zip |
Bump eslint from 8.10.0 to 8.11.0 (#24)
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0c3368b..714fb8b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/shell-quote": "^1.7.1", "@typescript-eslint/eslint-plugin": "^5.14.0", "@typescript-eslint/parser": "^5.14.0", - "eslint": "^8.10.0", + "eslint": "^8.11.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4", |