diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-11 16:01:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 16:01:17 +0000 |
commit | d21d8b9f1d96211a45a25ce5fe89c78bb4c86268 (patch) | |
tree | 32819e7c3bf70690347751ac9750778e20a154ab | |
parent | Bump eslint-plugin-import from 2.25.4 to 2.26.0 (#41) (diff) | |
download | ee4511w-web-d21d8b9f1d96211a45a25ce5fe89c78bb4c86268.tar ee4511w-web-d21d8b9f1d96211a45a25ce5fe89c78bb4c86268.tar.gz ee4511w-web-d21d8b9f1d96211a45a25ce5fe89c78bb4c86268.tar.bz2 ee4511w-web-d21d8b9f1d96211a45a25ce5fe89c78bb4c86268.tar.lz ee4511w-web-d21d8b9f1d96211a45a25ce5fe89c78bb4c86268.tar.xz ee4511w-web-d21d8b9f1d96211a45a25ce5fe89c78bb4c86268.tar.zst ee4511w-web-d21d8b9f1d96211a45a25ce5fe89c78bb4c86268.zip |
Bump eslint from 8.12.0 to 8.13.0 (#43)
Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.13.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.12.0...v8.13.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 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index c6feffa..7814f62 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/shell-quote": "1.7.1", "@typescript-eslint/eslint-plugin": "5.18.0", "@typescript-eslint/parser": "5.18.0", - "eslint": "8.12.0", + "eslint": "8.13.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", @@ -927,10 +927,10 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint@8.12.0: - version "8.12.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e" - integrity sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q== +eslint@8.13.0: + version "8.13.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7" + integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ== dependencies: "@eslint/eslintrc" "^1.2.1" "@humanwhocodes/config-array" "^0.9.2" |