Skip to content

Commit a81aef4

Browse files
authored
Merge pull request #1871 from StoDevX/greenkeeper/eslint-4.11.0
Update eslint to the latest version 🚀
2 parents 6118238 + 5482bdd commit a81aef4

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"babel-preset-react-native": "3.0.1",
104104
"bugsnag-sourcemaps": "1.0.1",
105105
"danger": "2.0.1",
106-
"eslint": "4.10.0",
106+
"eslint": "4.11.0",
107107
"eslint-config-prettier": "2.7.0",
108108
"eslint-plugin-babel": "4.1.2",
109109
"eslint-plugin-flowtype": "2.39.1",

yarn.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ acorn@^4.0.4:
120120
version "4.0.13"
121121
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
122122

123-
acorn@^5.1.1:
123+
acorn@^5.2.1:
124124
version "5.2.1"
125125
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"
126126

@@ -135,7 +135,7 @@ ajv-keywords@^2.1.0:
135135
version "2.1.1"
136136
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
137137

138-
[email protected], ajv@^5.1.0, ajv@^5.2.0, ajv@^5.2.3:
138+
[email protected], ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0:
139139
version "5.3.0"
140140
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.3.0.tgz#4414ff74a50879c208ee5fdc826e32c303549eda"
141141
dependencies:
@@ -1834,19 +1834,19 @@ eslint-scope@^3.7.1:
18341834
esrecurse "^4.1.0"
18351835
estraverse "^4.1.1"
18361836

1837-
eslint@4.10.0:
1838-
version "4.10.0"
1839-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.10.0.tgz#f25d0d7955c81968c2309aa5c9a229e045176bb7"
1837+
eslint@4.11.0:
1838+
version "4.11.0"
1839+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.11.0.tgz#39a8c82bc0a3783adf5a39fa27fdd9d36fac9a34"
18401840
dependencies:
1841-
ajv "^5.2.0"
1841+
ajv "^5.3.0"
18421842
babel-code-frame "^6.22.0"
18431843
chalk "^2.1.0"
18441844
concat-stream "^1.6.0"
18451845
cross-spawn "^5.1.0"
18461846
debug "^3.0.1"
18471847
doctrine "^2.0.0"
18481848
eslint-scope "^3.7.1"
1849-
espree "^3.5.1"
1849+
espree "^3.5.2"
18501850
esquery "^1.0.0"
18511851
estraverse "^4.2.0"
18521852
esutils "^2.0.2"
@@ -1859,7 +1859,7 @@ [email protected]:
18591859
inquirer "^3.0.6"
18601860
is-resolvable "^1.0.0"
18611861
js-yaml "^3.9.1"
1862-
json-stable-stringify "^1.0.1"
1862+
json-stable-stringify-without-jsonify "^1.0.1"
18631863
levn "^0.3.0"
18641864
lodash "^4.17.4"
18651865
minimatch "^3.0.2"
@@ -1876,11 +1876,11 @@ [email protected]:
18761876
table "^4.0.1"
18771877
text-table "~0.2.0"
18781878

1879-
espree@^3.5.1:
1880-
version "3.5.1"
1881-
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.1.tgz#0c988b8ab46db53100a1954ae4ba995ddd27d87e"
1879+
espree@^3.5.2:
1880+
version "3.5.2"
1881+
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
18821882
dependencies:
1883-
acorn "^5.1.1"
1883+
acorn "^5.2.1"
18841884
acorn-jsx "^3.0.0"
18851885

18861886
esprima@^3.1.3:
@@ -3187,6 +3187,10 @@ [email protected]:
31873187
version "0.2.3"
31883188
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
31893189

3190+
json-stable-stringify-without-jsonify@^1.0.1:
3191+
version "1.0.1"
3192+
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
3193+
31903194
json-stable-stringify@^1.0.1:
31913195
version "1.0.1"
31923196
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"

0 commit comments

Comments
 (0)