Skip to content

Commit 4ac87f3

Browse files
fix(deps): update dependency eslint-config-airbnb to v19.0.1 (#416)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d46706a commit 4ac87f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@typescript-eslint/eslint-plugin": "5.4.0",
88
"@typescript-eslint/parser": "5.4.0",
99
"eslint": "8.3.0",
10-
"eslint-config-airbnb": "19.0.0",
10+
"eslint-config-airbnb": "19.0.1",
1111
"eslint-config-prettier": "8.3.0",
1212
"eslint-config-xo": "0.39.0",
1313
"eslint-config-xo-react": "0.25.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,10 +1689,10 @@ eslint-config-airbnb-base@^15.0.0:
16891689
object.entries "^1.1.5"
16901690
semver "^6.3.0"
16911691

1692-
1693-
version "19.0.0"
1694-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c"
1695-
integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==
1692+
1693+
version "19.0.1"
1694+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.1.tgz#c4e39150a22571a78b27f701fd40b67addf21d2a"
1695+
integrity sha512-ooV8Vdt3gmV6hCSJutRw5beArd56Cd++vvy7j0Y7DBhUKqcTyI7cWNcJpCJlcftGPRLtzdU0hNMtquOUSSm8nA==
16961696
dependencies:
16971697
eslint-config-airbnb-base "^15.0.0"
16981698
object.assign "^4.1.2"

0 commit comments

Comments
 (0)