Skip to content

Commit cd246b8

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

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
@@ -55,7 +55,7 @@
5555
"chai": "^4.5.0",
5656
"dirty-chai": "^2.0.1",
5757
"eslint": "^7.32.0",
58-
"eslint-config-airbnb": "^18.2.1",
58+
"eslint-config-airbnb": "^19.0.4",
5959
"eslint-config-airbnb-base": "^14.2.1",
6060
"eslint-plugin-import": "^2.31.0",
6161
"eslint-plugin-jsx-a11y": "^6.10.2",

yarn.lock

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,14 +2407,24 @@ eslint-config-airbnb-base@^14.2.1:
24072407
object.assign "^4.1.2"
24082408
object.entries "^1.1.2"
24092409

2410-
eslint-config-airbnb@^18.2.1:
2411-
version "18.2.1"
2412-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9"
2413-
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
2410+
eslint-config-airbnb-base@^15.0.0:
2411+
version "15.0.0"
2412+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
2413+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
24142414
dependencies:
2415-
eslint-config-airbnb-base "^14.2.1"
2415+
confusing-browser-globals "^1.0.10"
24162416
object.assign "^4.1.2"
2417-
object.entries "^1.1.2"
2417+
object.entries "^1.1.5"
2418+
semver "^6.3.0"
2419+
2420+
eslint-config-airbnb@^19.0.4:
2421+
version "19.0.4"
2422+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3"
2423+
integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==
2424+
dependencies:
2425+
eslint-config-airbnb-base "^15.0.0"
2426+
object.assign "^4.1.2"
2427+
object.entries "^1.1.5"
24182428

24192429
eslint-import-resolver-node@^0.3.9:
24202430
version "0.3.9"
@@ -4158,7 +4168,7 @@ object.assign@^4.1.2, object.assign@^4.1.4, object.assign@^4.1.7:
41584168
has-symbols "^1.1.0"
41594169
object-keys "^1.1.1"
41604170

4161-
object.entries@^1.1.2, object.entries@^1.1.9:
4171+
object.entries@^1.1.2, object.entries@^1.1.5, object.entries@^1.1.9:
41624172
version "1.1.9"
41634173
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
41644174
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==

0 commit comments

Comments
 (0)