File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 55
55
"chai" : " ^4.3.4" ,
56
56
"dirty-chai" : " ^2.0.1" ,
57
57
"eslint" : " ^7.32.0" ,
58
- "eslint-config-airbnb" : " ^18.2.1 " ,
58
+ "eslint-config-airbnb" : " ^19.0.0 " ,
59
59
"eslint-config-airbnb-base" : " ^14.2.1" ,
60
60
"eslint-plugin-import" : " ^2.25.3" ,
61
61
"eslint-plugin-jsx-a11y" : " ^6.5.1" ,
Original file line number Diff line number Diff line change @@ -2169,14 +2169,24 @@ eslint-config-airbnb-base@^14.2.1:
2169
2169
object.assign "^4.1.2"
2170
2170
object.entries "^1.1.2"
2171
2171
2172
- eslint-config-airbnb@^18.2.1 :
2173
- version "18.2.1 "
2174
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1 .tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9 "
2175
- integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg ==
2172
+ eslint-config-airbnb-base@^15.0.0 :
2173
+ version "15.0.0 "
2174
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base /-/eslint-config-airbnb-base-15.0.0 .tgz#6b09add90ac79c2f8d723a2580e07f3925afd236 "
2175
+ integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig ==
2176
2176
dependencies :
2177
- eslint-config-airbnb-base "^14.2.1 "
2177
+ confusing-browser-globals "^1.0.10 "
2178
2178
object.assign "^4.1.2"
2179
- object.entries "^1.1.2"
2179
+ object.entries "^1.1.5"
2180
+ semver "^6.3.0"
2181
+
2182
+ eslint-config-airbnb@^19.0.0 :
2183
+ version "19.0.0"
2184
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c"
2185
+ integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==
2186
+ dependencies :
2187
+ eslint-config-airbnb-base "^15.0.0"
2188
+ object.assign "^4.1.2"
2189
+ object.entries "^1.1.5"
2180
2190
2181
2191
eslint-import-resolver-node@^0.3.6 :
2182
2192
version "0.3.6"
You can’t perform that action at this time.
0 commit comments