Skip to content

Commit 3ee96d6

Browse files
committed
chore(package): Update eslint to v3.14.1
1 parent 2a142dd commit 3ee96d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"chai": "^3.5.0",
3838
"codeclimate-test-reporter": "^0.4.0",
3939
"coveralls": "^2.11.15",
40-
"eslint": "^3.12.2",
40+
"eslint": "^3.14.1",
4141
"generate-changelog": "^1.1.0",
4242
"istanbul": "^0.4.5",
4343
"mocha": "^3.2.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ escope@^3.6.0:
515515
esrecurse "^4.1.0"
516516
estraverse "^4.1.1"
517517

518-
eslint@^3.12.2:
519-
version "3.12.2"
520-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.12.2.tgz#6be5a9aa29658252abd7f91e9132bab1f26f3c34"
518+
eslint@^3.14.1:
519+
version "3.14.1"
520+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.14.1.tgz#8a62175f2255109494747a1b25128d97b8eb3d97"
521521
dependencies:
522522
babel-code-frame "^6.16.0"
523523
chalk "^1.1.3"
@@ -549,7 +549,7 @@ eslint@^3.12.2:
549549
require-uncached "^1.0.2"
550550
shelljs "^0.7.5"
551551
strip-bom "^3.0.0"
552-
strip-json-comments "~1.0.1"
552+
strip-json-comments "~2.0.1"
553553
table "^3.7.8"
554554
text-table "~0.2.0"
555555
user-home "^2.0.0"
@@ -1552,9 +1552,9 @@ strip-bom@^3.0.0:
15521552
version "3.0.0"
15531553
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
15541554

1555-
strip-json-comments@~1.0.1:
1556-
version "1.0.4"
1557-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
1555+
strip-json-comments@~2.0.1:
1556+
version "2.0.1"
1557+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
15581558

15591559
[email protected], supports-color@^3.1.0:
15601560
version "3.1.2"

0 commit comments

Comments
 (0)