Skip to content

Commit 357dd3d

Browse files
authored
Airnbnb bump (#5)
* bumps airbnb * version bump
1 parent f7356f6 commit 357dd3d

File tree

2 files changed

+38
-12
lines changed

2 files changed

+38
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-cardash-react",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
},
1818
"homepage": "https://github.com/cardash/eslint-config-cardash-react#readme",
1919
"dependencies": {
20-
"eslint-config-airbnb": "^16.1.0",
20+
"eslint-config-airbnb": "^17.1.0",
2121
"eslint-import-resolver-webpack": "^0.10.1",
2222
"eslint-plugin-import": "^2.7.0",
2323
"eslint-plugin-jsx-a11y": "^6.0.2",

yarn.lock

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ error-ex@^1.2.0:
300300
dependencies:
301301
is-arrayish "^0.2.1"
302302

303-
es-abstract@^1.7.0:
303+
es-abstract@^1.6.1, es-abstract@^1.7.0:
304304
version "1.12.0"
305305
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
306306
dependencies:
@@ -318,17 +318,21 @@ es-to-primitive@^1.1.1:
318318
is-date-object "^1.0.1"
319319
is-symbol "^1.0.1"
320320

321-
eslint-config-airbnb-base@^12.1.0:
322-
version "12.1.0"
323-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944"
321+
eslint-config-airbnb-base@^13.1.0:
322+
version "13.1.0"
323+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.1.0.tgz#b5a1b480b80dfad16433d6c4ad84e6605052c05c"
324324
dependencies:
325325
eslint-restricted-globals "^0.1.1"
326+
object.assign "^4.1.0"
327+
object.entries "^1.0.4"
326328

327-
eslint-config-airbnb@^16.1.0:
328-
version "16.1.0"
329-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-16.1.0.tgz#2546bfb02cc9fe92284bf1723ccf2e87bc45ca46"
329+
eslint-config-airbnb@^17.1.0:
330+
version "17.1.0"
331+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.1.0.tgz#3964ed4bc198240315ff52030bf8636f42bc4732"
330332
dependencies:
331-
eslint-config-airbnb-base "^12.1.0"
333+
eslint-config-airbnb-base "^13.1.0"
334+
object.assign "^4.1.0"
335+
object.entries "^1.0.4"
332336

333337
eslint-import-resolver-node@^0.3.1:
334338
version "0.3.2"
@@ -436,14 +440,18 @@ foreach@^2.0.5:
436440
version "2.0.5"
437441
resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
438442

439-
function-bind@^1.1.1:
443+
function-bind@^1.1.0, function-bind@^1.1.1:
440444
version "1.1.1"
441445
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
442446

443447
graceful-fs@^4.1.2:
444448
version "4.1.11"
445449
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
446450

451+
has-symbols@^1.0.0:
452+
version "1.0.0"
453+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
454+
447455
has@^1.0.1, has@^1.0.3:
448456
version "1.0.3"
449457
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
@@ -645,10 +653,28 @@ object-assign@^4.1.1:
645653
version "4.1.1"
646654
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
647655

648-
object-keys@^1.0.8:
656+
object-keys@^1.0.11, object-keys@^1.0.8:
649657
version "1.0.12"
650658
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
651659

660+
object.assign@^4.1.0:
661+
version "4.1.0"
662+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
663+
dependencies:
664+
define-properties "^1.1.2"
665+
function-bind "^1.1.1"
666+
has-symbols "^1.0.0"
667+
object-keys "^1.0.11"
668+
669+
object.entries@^1.0.4:
670+
version "1.0.4"
671+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
672+
dependencies:
673+
define-properties "^1.1.2"
674+
es-abstract "^1.6.1"
675+
function-bind "^1.1.0"
676+
has "^1.0.1"
677+
652678
os-browserify@^0.3.0:
653679
version "0.3.0"
654680
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"

0 commit comments

Comments
 (0)