Skip to content

Commit 3ccad56

Browse files
committed
chore(deps): update dependency eslint-config-airbnb to v19
1 parent 752fa6a commit 3ccad56

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"cross-env": "7.0.3",
7676
"debug": "4.3.2",
7777
"eslint": "7.32.0",
78-
"eslint-config-airbnb": "18.2.1",
78+
"eslint-config-airbnb": "19.0.2",
7979
"eslint-config-airbnb-base": "14.2.1",
8080
"eslint-config-prettier": "6.15.0",
8181
"eslint-formatter-pretty": "4.1.0",

yarn.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6161,7 +6161,7 @@ escodegen@^2.0.0:
61616161
optionalDependencies:
61626162
source-map "~0.6.1"
61636163

6164-
eslint-config-airbnb-base@14.2.1, eslint-config-airbnb-base@^14.2.1:
6164+
eslint-config-airbnb-base@14.2.1:
61656165
version "14.2.1"
61666166
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
61676167
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
@@ -6170,14 +6170,24 @@ eslint-config-airbnb-base@14.2.1, eslint-config-airbnb-base@^14.2.1:
61706170
object.assign "^4.1.2"
61716171
object.entries "^1.1.2"
61726172

6173-
eslint-config-airbnb@18.2.1:
6174-
version "18.2.1"
6175-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
6176-
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
6173+
eslint-config-airbnb-base@^15.0.0:
6174+
version "15.0.0"
6175+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
6176+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
61776177
dependencies:
6178-
eslint-config-airbnb-base "^14.2.1"
6178+
confusing-browser-globals "^1.0.10"
61796179
object.assign "^4.1.2"
6180-
object.entries "^1.1.2"
6180+
object.entries "^1.1.5"
6181+
semver "^6.3.0"
6182+
6183+
eslint-config-airbnb@19.0.2:
6184+
version "19.0.2"
6185+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.2.tgz#3a1681e39b68cc6abeae58300014ed5d5706b625"
6186+
integrity sha512-4v5DEMVSl043LaCT+gsxPcoiIk0iYG5zxJKKjIy80H/D//2E0vtuOBWkb0CBDxjF+y26yQzspIXYuY6wMmt9Cw==
6187+
dependencies:
6188+
eslint-config-airbnb-base "^15.0.0"
6189+
object.assign "^4.1.2"
6190+
object.entries "^1.1.5"
61816191

61826192
eslint-config-prettier@6.15.0:
61836193
version "6.15.0"

0 commit comments

Comments
 (0)