Skip to content

Commit 8440000

Browse files
chore(deps): update dependency eslint-config-airbnb to v19
1 parent f3a542b commit 8440000

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.4",
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
@@ -6206,7 +6206,7 @@ escodegen@^2.0.0:
62066206
optionalDependencies:
62076207
source-map "~0.6.1"
62086208

6209-
eslint-config-airbnb-base@14.2.1, eslint-config-airbnb-base@^14.2.1:
6209+
eslint-config-airbnb-base@14.2.1:
62106210
version "14.2.1"
62116211
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
62126212
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
@@ -6215,14 +6215,24 @@ eslint-config-airbnb-base@14.2.1, eslint-config-airbnb-base@^14.2.1:
62156215
object.assign "^4.1.2"
62166216
object.entries "^1.1.2"
62176217

6218-
eslint-config-airbnb@18.2.1:
6219-
version "18.2.1"
6220-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
6221-
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
6218+
eslint-config-airbnb-base@^15.0.0:
6219+
version "15.0.0"
6220+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
6221+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
62226222
dependencies:
6223-
eslint-config-airbnb-base "^14.2.1"
6223+
confusing-browser-globals "^1.0.10"
62246224
object.assign "^4.1.2"
6225-
object.entries "^1.1.2"
6225+
object.entries "^1.1.5"
6226+
semver "^6.3.0"
6227+
6228+
eslint-config-airbnb@19.0.4:
6229+
version "19.0.4"
6230+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3"
6231+
integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==
6232+
dependencies:
6233+
eslint-config-airbnb-base "^15.0.0"
6234+
object.assign "^4.1.2"
6235+
object.entries "^1.1.5"
62266236

62276237
eslint-config-prettier@6.15.0:
62286238
version "6.15.0"

0 commit comments

Comments
 (0)