This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree 2 files changed +43
-1
lines changed
2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 24
24
"babel-preset-stage-3" : " ~6.24.1" ,
25
25
"codecov" : " ~3.0.0" ,
26
26
"cross-env" : " ~5.1.1" ,
27
- "eslint" : " ~4.17 .0" ,
27
+ "eslint" : " ~4.18 .0" ,
28
28
"greenkeeper-lockfile" : " ~1.13.2" ,
29
29
"hotdoc" : " ~0.7.2" ,
30
30
"jest" : " ~21.2.1" ,
Original file line number Diff line number Diff line change @@ -1836,6 +1836,48 @@ eslint@~4.16.0:
1836
1836
table "^4.0.1"
1837
1837
text-table "~0.2.0"
1838
1838
1839
+ eslint@~4.18.0 :
1840
+ version "4.18.0"
1841
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.0.tgz#ebd0ba795af6dc59aa5cee17938160af5950e051"
1842
+ dependencies :
1843
+ ajv "^5.3.0"
1844
+ babel-code-frame "^6.22.0"
1845
+ chalk "^2.1.0"
1846
+ concat-stream "^1.6.0"
1847
+ cross-spawn "^5.1.0"
1848
+ debug "^3.1.0"
1849
+ doctrine "^2.1.0"
1850
+ eslint-scope "^3.7.1"
1851
+ eslint-visitor-keys "^1.0.0"
1852
+ espree "^3.5.2"
1853
+ esquery "^1.0.0"
1854
+ esutils "^2.0.2"
1855
+ file-entry-cache "^2.0.0"
1856
+ functional-red-black-tree "^1.0.1"
1857
+ glob "^7.1.2"
1858
+ globals "^11.0.1"
1859
+ ignore "^3.3.3"
1860
+ imurmurhash "^0.1.4"
1861
+ inquirer "^3.0.6"
1862
+ is-resolvable "^1.0.0"
1863
+ js-yaml "^3.9.1"
1864
+ json-stable-stringify-without-jsonify "^1.0.1"
1865
+ levn "^0.3.0"
1866
+ lodash "^4.17.4"
1867
+ minimatch "^3.0.2"
1868
+ mkdirp "^0.5.1"
1869
+ natural-compare "^1.4.0"
1870
+ optionator "^0.8.2"
1871
+ path-is-inside "^1.0.2"
1872
+ pluralize "^7.0.0"
1873
+ progress "^2.0.0"
1874
+ require-uncached "^1.0.3"
1875
+ semver "^5.3.0"
1876
+ strip-ansi "^4.0.0"
1877
+ strip-json-comments "~2.0.1"
1878
+ table "^4.0.1"
1879
+ text-table "~0.2.0"
1880
+
1839
1881
espree@^3.5.2 :
1840
1882
version "3.5.2"
1841
1883
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca"
You can’t perform that action at this time.
0 commit comments