Skip to content

Commit f1c30a8

Browse files
Update dependency eslint-config-airbnb to v18.1.0 (#608)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 039a3f6 commit f1c30a8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"clean-webpack-plugin": "3.0.0",
6868
"css-loader": "3.5.2",
6969
"eslint": "6.8.0",
70-
"eslint-config-airbnb": "18.0.1",
70+
"eslint-config-airbnb": "18.1.0",
7171
"eslint-config-prettier": "6.10.1",
7272
"eslint-plugin-import": "2.20.2",
7373
"eslint-plugin-jsx-a11y": "6.2.3",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -5791,7 +5791,7 @@ escodegen@^1.11.1:
57915791
optionalDependencies:
57925792
source-map "~0.6.1"
57935793

5794-
eslint-config-airbnb-base@^14.0.0:
5794+
eslint-config-airbnb-base@^14.1.0:
57955795
version "14.1.0"
57965796
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.1.0.tgz#2ba4592dd6843258221d9bff2b6831bd77c874e4"
57975797
integrity sha512-+XCcfGyCnbzOnktDVhwsCAx+9DmrzEmuwxyHUJpw+kqBVT744OUBrB09khgFKlK1lshVww6qXGsYPZpavoNjJw==
@@ -5800,14 +5800,14 @@ eslint-config-airbnb-base@^14.0.0:
58005800
object.assign "^4.1.0"
58015801
object.entries "^1.1.1"
58025802

5803-
eslint-config-airbnb@18.0.1:
5804-
version "18.0.1"
5805-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.0.1.tgz#a3a74cc29b46413b6096965025381df8fb908559"
5806-
integrity sha512-hLb/ccvW4grVhvd6CT83bECacc+s4Z3/AEyWQdIT2KeTsG9dR7nx1gs7Iw4tDmGKozCNHFn4yZmRm3Tgy+XxyQ==
5803+
eslint-config-airbnb@18.1.0:
5804+
version "18.1.0"
5805+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.1.0.tgz#724d7e93dadd2169492ff5363c5aaa779e01257d"
5806+
integrity sha512-kZFuQC/MPnH7KJp6v95xsLBf63G/w7YqdPfQ0MUanxQ7zcKUNG8j+sSY860g3NwCBOa62apw16J6pRN+AOgXzw==
58075807
dependencies:
5808-
eslint-config-airbnb-base "^14.0.0"
5808+
eslint-config-airbnb-base "^14.1.0"
58095809
object.assign "^4.1.0"
5810-
object.entries "^1.1.0"
5810+
object.entries "^1.1.1"
58115811

58125812
58135813
version "6.10.1"

0 commit comments

Comments
 (0)