Skip to content

Commit 00fece3

Browse files
authored
Merge pull request tailwindlabs#985 from tailwindcss/dependabot/npm_and_yarn/master/eslint-6.0.1
Bump eslint from 5.16.0 to 6.0.1
2 parents ca670f5 + ea32409 commit 00fece3

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/preset-env": "^7.0.0",
3131
"babel-jest": "^24.3.1",
3232
"clean-css": "^4.1.9",
33-
"eslint": "^5.15.1",
33+
"eslint": "^6.0.1",
3434
"eslint-config-postcss": "^2.0.2",
3535
"eslint-config-prettier": "^4.1.0",
3636
"eslint-plugin-prettier": "^3.0.1",

yarn.lock

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ ajv@^5.3.0:
872872
fast-json-stable-stringify "^2.0.0"
873873
json-schema-traverse "^0.3.0"
874874

875-
ajv@^6.9.1:
875+
ajv@^6.10.0, ajv@^6.9.1:
876876
version "6.10.0"
877877
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
878878
dependencies:
@@ -1543,39 +1543,39 @@ eslint-visitor-keys@^1.0.0:
15431543
version "1.0.0"
15441544
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
15451545

1546-
eslint@^5.15.1:
1547-
version "5.16.0"
1548-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
1546+
eslint@^6.0.1:
1547+
version "6.0.1"
1548+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
15491549
dependencies:
15501550
"@babel/code-frame" "^7.0.0"
1551-
ajv "^6.9.1"
1551+
ajv "^6.10.0"
15521552
chalk "^2.1.0"
15531553
cross-spawn "^6.0.5"
15541554
debug "^4.0.1"
15551555
doctrine "^3.0.0"
15561556
eslint-scope "^4.0.3"
15571557
eslint-utils "^1.3.1"
15581558
eslint-visitor-keys "^1.0.0"
1559-
espree "^5.0.1"
1559+
espree "^6.0.0"
15601560
esquery "^1.0.1"
15611561
esutils "^2.0.2"
15621562
file-entry-cache "^5.0.1"
15631563
functional-red-black-tree "^1.0.1"
1564-
glob "^7.1.2"
1564+
glob-parent "^3.1.0"
15651565
globals "^11.7.0"
15661566
ignore "^4.0.6"
15671567
import-fresh "^3.0.0"
15681568
imurmurhash "^0.1.4"
15691569
inquirer "^6.2.2"
1570-
js-yaml "^3.13.0"
1570+
is-glob "^4.0.0"
1571+
js-yaml "^3.13.1"
15711572
json-stable-stringify-without-jsonify "^1.0.1"
15721573
levn "^0.3.0"
15731574
lodash "^4.17.11"
15741575
minimatch "^3.0.4"
15751576
mkdirp "^0.5.1"
15761577
natural-compare "^1.4.0"
15771578
optionator "^0.8.2"
1578-
path-is-inside "^1.0.2"
15791579
progress "^2.0.0"
15801580
regexpp "^2.0.1"
15811581
semver "^5.5.1"
@@ -1584,9 +1584,9 @@ eslint@^5.15.1:
15841584
table "^5.2.3"
15851585
text-table "^0.2.0"
15861586

1587-
espree@^5.0.1:
1588-
version "5.0.1"
1589-
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
1587+
espree@^6.0.0:
1588+
version "6.0.0"
1589+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
15901590
dependencies:
15911591
acorn "^6.0.7"
15921592
acorn-jsx "^5.0.0"
@@ -2665,9 +2665,9 @@ js-tokens@^4.0.0:
26652665
version "4.0.0"
26662666
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
26672667

2668-
js-yaml@^3.13.0:
2669-
version "3.13.0"
2670-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
2668+
js-yaml@^3.13.1:
2669+
version "3.13.1"
2670+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
26712671
dependencies:
26722672
argparse "^1.0.7"
26732673
esprima "^4.0.0"
@@ -3337,10 +3337,6 @@ path-is-absolute@^1.0.0:
33373337
version "1.0.1"
33383338
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
33393339

3340-
path-is-inside@^1.0.2:
3341-
version "1.0.2"
3342-
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
3343-
33443340
path-key@^2.0.0, path-key@^2.0.1:
33453341
version "2.0.1"
33463342
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"

0 commit comments

Comments
 (0)