Skip to content

Commit 2e78f09

Browse files
fix(deps): update dependency eslint-config-airbnb to v18.2.0 (#166)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a65551f commit 2e78f09

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dependencies": {
5858
"@typescript-eslint/eslint-plugin": "2.30.0",
5959
"@typescript-eslint/parser": "2.30.0",
60-
"eslint-config-airbnb": "18.1.0",
60+
"eslint-config-airbnb": "18.2.0",
6161
"eslint-config-airbnb-base": "14.2.0",
6262
"eslint-config-prettier": "6.11.0",
6363
"eslint-import-resolver-typescript": "2.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,7 @@ escodegen@^1.14.1:
26472647
optionalDependencies:
26482648
source-map "~0.6.1"
26492649

2650-
[email protected], eslint-config-airbnb-base@^14.1.0:
2650+
[email protected], eslint-config-airbnb-base@^14.2.0:
26512651
version "14.2.0"
26522652
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz#fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4"
26532653
integrity sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==
@@ -2656,14 +2656,14 @@ [email protected], eslint-config-airbnb-base@^14.1.0:
26562656
object.assign "^4.1.0"
26572657
object.entries "^1.1.2"
26582658

2659-
eslint-config-airbnb@18.1.0:
2660-
version "18.1.0"
2661-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.1.0.tgz#724d7e93dadd2169492ff5363c5aaa779e01257d"
2662-
integrity sha512-kZFuQC/MPnH7KJp6v95xsLBf63G/w7YqdPfQ0MUanxQ7zcKUNG8j+sSY860g3NwCBOa62apw16J6pRN+AOgXzw==
2659+
eslint-config-airbnb@18.2.0:
2660+
version "18.2.0"
2661+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.0.tgz#8a82168713effce8fc08e10896a63f1235499dcd"
2662+
integrity sha512-Fz4JIUKkrhO0du2cg5opdyPKQXOI2MvF8KUvN2710nJMT6jaRUpRE2swrJftAjVGL7T1otLM5ieo5RqS1v9Udg==
26632663
dependencies:
2664-
eslint-config-airbnb-base "^14.1.0"
2664+
eslint-config-airbnb-base "^14.2.0"
26652665
object.assign "^4.1.0"
2666-
object.entries "^1.1.1"
2666+
object.entries "^1.1.2"
26672667

26682668
26692669
version "6.11.0"

0 commit comments

Comments
 (0)