Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit e43e048

Browse files
committed
fix(base): upgrade eslint-config-airbnb-base
1 parent 1958d7b commit e43e048

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"babel-eslint": "^8.2.6",
45-
"eslint-config-airbnb-base": "^12.1.0",
45+
"eslint-config-airbnb-base": "^13.0.0",
4646
"eslint-config-prettier": "^2.9.0",
4747
"eslint-import-resolver-babel-module": "^4.0.0",
4848
"eslint-plugin-babel": "^5.1.0",

yarn.lock

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,16 @@ es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.7.0:
17431743
is-callable "^1.1.3"
17441744
is-regex "^1.0.4"
17451745

1746+
es-abstract@^1.6.1:
1747+
version "1.12.0"
1748+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
1749+
dependencies:
1750+
es-to-primitive "^1.1.1"
1751+
function-bind "^1.1.1"
1752+
has "^1.0.1"
1753+
is-callable "^1.1.3"
1754+
is-regex "^1.0.4"
1755+
17461756
es-to-primitive@^1.1.1:
17471757
version "1.1.1"
17481758
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -1783,11 +1793,13 @@ eslint-ast-utils@^1.0.0:
17831793
lodash.get "^4.4.2"
17841794
lodash.zip "^4.2.0"
17851795

1786-
eslint-config-airbnb-base@^12.1.0:
1787-
version "12.1.0"
1788-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944"
1796+
eslint-config-airbnb-base@^13.0.0:
1797+
version "13.0.0"
1798+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.0.0.tgz#2ee6279c4891128e49d6445b24aa13c2d1a21450"
17891799
dependencies:
17901800
eslint-restricted-globals "^0.1.1"
1801+
object.assign "^4.1.0"
1802+
object.entries "^1.0.4"
17911803

17921804
eslint-config-prettier@^2.9.0:
17931805
version "2.9.0"
@@ -2428,7 +2440,7 @@ fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2:
24282440
mkdirp ">=0.5 0"
24292441
rimraf "2"
24302442

2431-
function-bind@^1.0.2, function-bind@^1.1.1:
2443+
function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
24322444
version "1.1.1"
24332445
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
24342446

@@ -2703,6 +2715,10 @@ has-flag@^3.0.0:
27032715
version "3.0.0"
27042716
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
27052717

2718+
has-symbols@^1.0.0:
2719+
version "1.0.0"
2720+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2721+
27062722
has-unicode@^2.0.0:
27072723
version "2.0.1"
27082724
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -4514,6 +4530,10 @@ object-copy@^0.1.0:
45144530
define-property "^0.2.5"
45154531
kind-of "^3.0.3"
45164532

4533+
object-keys@^1.0.11:
4534+
version "1.0.12"
4535+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
4536+
45174537
object-keys@^1.0.8:
45184538
version "1.0.11"
45194539
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
@@ -4524,6 +4544,24 @@ object-visit@^1.0.0:
45244544
dependencies:
45254545
isobject "^3.0.0"
45264546

4547+
object.assign@^4.1.0:
4548+
version "4.1.0"
4549+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
4550+
dependencies:
4551+
define-properties "^1.1.2"
4552+
function-bind "^1.1.1"
4553+
has-symbols "^1.0.0"
4554+
object-keys "^1.0.11"
4555+
4556+
object.entries@^1.0.4:
4557+
version "1.0.4"
4558+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
4559+
dependencies:
4560+
define-properties "^1.1.2"
4561+
es-abstract "^1.6.1"
4562+
function-bind "^1.1.0"
4563+
has "^1.0.1"
4564+
45274565
object.getownpropertydescriptors@^2.0.3:
45284566
version "2.0.3"
45294567
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"

0 commit comments

Comments
 (0)