Skip to content

Commit 3668740

Browse files
committed
Fix dependency issues causing build errors with npm v2
1 parent 42c3897 commit 3668740

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "airbnb/base",
2+
"extends": "airbnb-base",
33
"rules": {
44
"lines-around-directive": [0],
55
"arrow-parens": [0],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"ava": "^0.16.0",
4141
"eslint": "^3.7.1",
42-
"eslint-config-airbnb": "^12.0.0",
43-
"eslint-plugin-import": "^2.0.1"
42+
"eslint-config-airbnb-base": "^8.0.0",
43+
"eslint-plugin-import": "1.16.0"
4444
}
4545
}

yarn.lock

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ date-time@^0.1.1:
11391139
version "0.1.1"
11401140
resolved "https://registry.yarnpkg.com/date-time/-/date-time-0.1.1.tgz#ed2f6d93d9790ce2fd66d5b5ff3edd5bbcbf3b07"
11411141

1142-
debug@^2.1.1, debug@^2.2.0, debug@~2.2.0, [email protected]:
1142+
debug@^2.1.1, debug@^2.2.0, debug@~2.2.0:
11431143
version "2.2.0"
11441144
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
11451145
dependencies:
@@ -1264,7 +1264,7 @@ es6-map@^0.1.3:
12641264
es6-symbol "~3.1.0"
12651265
event-emitter "~0.3.4"
12661266

1267-
es6-set@~0.1.3:
1267+
es6-set@^0.1.4, es6-set@~0.1.3:
12681268
version "0.1.4"
12691269
resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.4.tgz#9516b6761c2964b92ff479456233a247dc707ce8"
12701270
dependencies:
@@ -1303,16 +1303,10 @@ escope@^3.6.0:
13031303
esrecurse "^4.1.0"
13041304
estraverse "^4.1.1"
13051305

1306-
eslint-config-airbnb-base@^8.0.0:
1306+
eslint-config-airbnb-base:
13071307
version "8.0.0"
13081308
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-8.0.0.tgz#c5e958a469ab8af76aff068b43d784e5afe74ca7"
13091309

1310-
eslint-config-airbnb@^12.0.0:
1311-
version "12.0.0"
1312-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-12.0.0.tgz#ab282b756a25f03d04ac264c24d673a08a803270"
1313-
dependencies:
1314-
eslint-config-airbnb-base "^8.0.0"
1315-
13161310
eslint-import-resolver-node@^0.2.0:
13171311
version "0.2.3"
13181312
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c"
@@ -1321,26 +1315,25 @@ eslint-import-resolver-node@^0.2.0:
13211315
object-assign "^4.0.1"
13221316
resolve "^1.1.6"
13231317

1324-
eslint-module-utils@^1.0.0:
1325-
version "1.0.0"
1326-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-1.0.0.tgz#c4a57fd3a53efd8426cc2d5550aadab9bbd05fd0"
1327-
dependencies:
1328-
debug "2.2.0"
1329-
pkg-dir "^1.0.0"
1330-
1331-
eslint-plugin-import:
1332-
version "2.0.1"
1333-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz#dcfe96357d476b3f822570d42c29bec66f5d9c5c"
1318+
1319+
version "1.16.0"
1320+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-1.16.0.tgz#b2fa07ebcc53504d0f2a4477582ec8bff1871b9f"
13341321
dependencies:
13351322
builtin-modules "^1.1.1"
13361323
contains-path "^0.1.0"
13371324
debug "^2.2.0"
13381325
doctrine "1.3.x"
1326+
es6-map "^0.1.3"
1327+
es6-set "^0.1.4"
13391328
eslint-import-resolver-node "^0.2.0"
1340-
eslint-module-utils "^1.0.0"
13411329
has "^1.0.1"
13421330
lodash.cond "^4.3.0"
1331+
lodash.endswith "^4.0.1"
1332+
lodash.find "^4.3.0"
1333+
lodash.findindex "^4.3.0"
13431334
minimatch "^3.0.3"
1335+
object-assign "^4.0.1"
1336+
pkg-dir "^1.0.0"
13441337
pkg-up "^1.0.0"
13451338

13461339
eslint@^3.7.1:
@@ -2112,10 +2105,22 @@ lodash.difference@^4.3.0:
21122105
version "4.5.0"
21132106
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
21142107

2108+
lodash.endswith@^4.0.1:
2109+
version "4.2.1"
2110+
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"
2111+
21152112
lodash.escaperegexp@^4.1.1:
21162113
version "4.1.2"
21172114
resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
21182115

2116+
lodash.find@^4.3.0:
2117+
version "4.6.0"
2118+
resolved "https://registry.yarnpkg.com/lodash.find/-/lodash.find-4.6.0.tgz#cb0704d47ab71789ffa0de8b97dd926fb88b13b1"
2119+
2120+
lodash.findindex@^4.3.0:
2121+
version "4.6.0"
2122+
resolved "https://registry.yarnpkg.com/lodash.findindex/-/lodash.findindex-4.6.0.tgz#a3245dee61fb9b6e0624b535125624bb69c11106"
2123+
21192124
lodash.flatten@^4.2.0:
21202125
version "4.4.0"
21212126
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"

0 commit comments

Comments
 (0)