Skip to content

Commit 192ce5d

Browse files
committed
downgrade eslint from v6 to v5
1 parent a797210 commit 192ce5d

File tree

2 files changed

+35
-57
lines changed

2 files changed

+35
-57
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@fortawesome/free-solid-svg-icons": "5.11.2",
3636
"@fortawesome/vue-fontawesome": "0.1.7",
3737
"axios": "0.19.0",
38+
"cuid": "2.1.6",
3839
"lodash": "4.17.15",
3940
"normalize.css": "8.0.1",
4041
"nprogress": "0.2.0",
@@ -56,7 +57,7 @@
5657
"babel-eslint": "10.0.x",
5758
"babel-jest": "24.9.x",
5859
"cross-env": "6.0.x",
59-
"eslint": "6.5.x",
60+
"eslint": "5.16.x",
6061
"eslint-plugin-vue": "vuejs/eslint-plugin-vue#edf43ffe1c56db99c81d8eaa62de36b2fa47604e",
6162
"express": "4.17.x",
6263
"hygen": "4.0.x",

yarn.lock

Lines changed: 33 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ acorn-jsx@^3.0.0:
16021602
dependencies:
16031603
acorn "^3.0.4"
16041604

1605-
acorn-jsx@^5.0.0, acorn-jsx@^5.0.2:
1605+
acorn-jsx@^5.0.0:
16061606
version "5.0.2"
16071607
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
16081608
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
@@ -1627,11 +1627,6 @@ acorn@^6.0.1, acorn@^6.0.7, acorn@^6.1.1, acorn@^6.2.1:
16271627
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
16281628
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
16291629

1630-
acorn@^7.0.0:
1631-
version "7.1.0"
1632-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
1633-
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
1634-
16351630
address@^1.0.3:
16361631
version "1.1.2"
16371632
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
@@ -1675,7 +1670,7 @@ ajv@^5.2.3, ajv@^5.3.0:
16751670
fast-json-stable-stringify "^2.0.0"
16761671
json-schema-traverse "^0.3.0"
16771672

1678-
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
1673+
ajv@^6.1.0, ajv@^6.10.2, ajv@^6.5.5, ajv@^6.9.1:
16791674
version "6.10.2"
16801675
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
16811676
integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==
@@ -3860,6 +3855,11 @@ cssstyle@^1.0.0:
38603855
dependencies:
38613856
cssom "0.3.x"
38623857

3858+
cuid@2.1.6:
3859+
version "2.1.6"
3860+
resolved "https://registry.yarnpkg.com/cuid/-/cuid-2.1.6.tgz#dc3a20b5a7497d36d32c0bf8a2997524c9c796c4"
3861+
integrity sha512-ZFp7PS6cSYMJNch9fc3tyHdE4T8TDo3Y5qAxb0KSA9mpiYDo7z9ql1CznFuuzxea9STVIDy0tJWm2lYiX2ZU1Q==
3862+
38633863
current-script-polyfill@^1.0.0:
38643864
version "1.0.0"
38653865
resolved "https://registry.yarnpkg.com/current-script-polyfill/-/current-script-polyfill-1.0.0.tgz#f31cf7e4f3e218b0726e738ca92a02d3488ef615"
@@ -4768,7 +4768,7 @@ eslint-plugin-vue@vuejs/eslint-plugin-vue#edf43ffe1c56db99c81d8eaa62de36b2fa4760
47684768
version "5.2.2"
47694769
resolved "https://codeload.github.com/vuejs/eslint-plugin-vue/tar.gz/edf43ffe1c56db99c81d8eaa62de36b2fa47604e"
47704770
dependencies:
4771-
vue-eslint-parser "^6.0.4"
4771+
vue-eslint-parser "^6.0.2"
47724772

47734773
eslint-scope@^3.7.1:
47744774
version "3.7.3"
@@ -4786,68 +4786,59 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3:
47864786
esrecurse "^4.1.0"
47874787
estraverse "^4.1.1"
47884788

4789-
eslint-scope@^5.0.0:
4790-
version "5.0.0"
4791-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
4792-
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
4793-
dependencies:
4794-
esrecurse "^4.1.0"
4795-
estraverse "^4.1.1"
4796-
47974789
eslint-utils@^1.3.1, eslint-utils@^1.4.2:
47984790
version "1.4.2"
47994791
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
48004792
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
48014793
dependencies:
48024794
eslint-visitor-keys "^1.0.0"
48034795

4804-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
4796+
eslint-visitor-keys@^1.0.0:
48054797
version "1.1.0"
48064798
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
48074799
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
48084800

4809-
eslint@6.5.x:
4810-
version "6.5.1"
4811-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.5.1.tgz#828e4c469697d43bb586144be152198b91e96ed6"
4812-
integrity sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==
4801+
eslint@5.16.x:
4802+
version "5.16.0"
4803+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
4804+
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
48134805
dependencies:
48144806
"@babel/code-frame" "^7.0.0"
4815-
ajv "^6.10.0"
4807+
ajv "^6.9.1"
48164808
chalk "^2.1.0"
48174809
cross-spawn "^6.0.5"
48184810
debug "^4.0.1"
48194811
doctrine "^3.0.0"
4820-
eslint-scope "^5.0.0"
4821-
eslint-utils "^1.4.2"
4822-
eslint-visitor-keys "^1.1.0"
4823-
espree "^6.1.1"
4812+
eslint-scope "^4.0.3"
4813+
eslint-utils "^1.3.1"
4814+
eslint-visitor-keys "^1.0.0"
4815+
espree "^5.0.1"
48244816
esquery "^1.0.1"
48254817
esutils "^2.0.2"
48264818
file-entry-cache "^5.0.1"
48274819
functional-red-black-tree "^1.0.1"
4828-
glob-parent "^5.0.0"
4820+
glob "^7.1.2"
48294821
globals "^11.7.0"
48304822
ignore "^4.0.6"
48314823
import-fresh "^3.0.0"
48324824
imurmurhash "^0.1.4"
4833-
inquirer "^6.4.1"
4834-
is-glob "^4.0.0"
4835-
js-yaml "^3.13.1"
4825+
inquirer "^6.2.2"
4826+
js-yaml "^3.13.0"
48364827
json-stable-stringify-without-jsonify "^1.0.1"
48374828
levn "^0.3.0"
4838-
lodash "^4.17.14"
4829+
lodash "^4.17.11"
48394830
minimatch "^3.0.4"
48404831
mkdirp "^0.5.1"
48414832
natural-compare "^1.4.0"
48424833
optionator "^0.8.2"
4834+
path-is-inside "^1.0.2"
48434835
progress "^2.0.0"
48444836
regexpp "^2.0.1"
4845-
semver "^6.1.2"
4846-
strip-ansi "^5.2.0"
4847-
strip-json-comments "^3.0.1"
4837+
semver "^5.5.1"
4838+
strip-ansi "^4.0.0"
4839+
strip-json-comments "^2.0.1"
48484840
table "^5.2.3"
48494841
text-table "^0.2.0"
4850-
v8-compile-cache "^2.0.3"
48514842

48524843
eslint@^4.19.1:
48534844
version "4.19.1"
@@ -4901,7 +4892,7 @@ espree@^3.5.2, espree@^3.5.4:
49014892
acorn "^5.5.0"
49024893
acorn-jsx "^3.0.0"
49034894

4904-
espree@^5.0.0:
4895+
espree@^5.0.0, espree@^5.0.1:
49054896
version "5.0.1"
49064897
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
49074898
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
@@ -4910,15 +4901,6 @@ espree@^5.0.0:
49104901
acorn-jsx "^5.0.0"
49114902
eslint-visitor-keys "^1.0.0"
49124903

4913-
espree@^6.1.1:
4914-
version "6.1.1"
4915-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
4916-
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
4917-
dependencies:
4918-
acorn "^7.0.0"
4919-
acorn-jsx "^5.0.2"
4920-
eslint-visitor-keys "^1.1.0"
4921-
49224904
esprima@^3.1.3:
49234905
version "3.1.3"
49244906
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"
@@ -6725,7 +6707,7 @@ inquirer@^3.0.6:
67256707
strip-ansi "^4.0.0"
67266708
through "^2.3.6"
67276709

6728-
inquirer@^6.4.1:
6710+
inquirer@^6.2.2:
67296711
version "6.5.2"
67306712
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.2.tgz#ad50942375d036d327ff528c08bd5fab089928ca"
67316713
integrity sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==
@@ -7871,7 +7853,7 @@ js-tokens@^3.0.2:
78717853
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
78727854
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
78737855

7874-
js-yaml@^3.10.0, js-yaml@^3.11.0, js-yaml@^3.13.1, js-yaml@^3.7.0, js-yaml@^3.9.1:
7856+
js-yaml@^3.10.0, js-yaml@^3.11.0, js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.7.0, js-yaml@^3.9.1:
78757857
version "3.13.1"
78767858
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
78777859
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -11620,7 +11602,7 @@ semver-truncate@^1.1.2:
1162011602
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
1162111603
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
1162211604

11623-
semver@^6.0.0, semver@^6.1.2, semver@^6.3.0:
11605+
semver@^6.0.0, semver@^6.3.0:
1162411606
version "6.3.0"
1162511607
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1162611608
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -12312,16 +12294,11 @@ strip-indent@^2.0.0:
1231212294
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
1231312295
integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=
1231412296

12315-
strip-json-comments@^2.0.0, strip-json-comments@~2.0.1:
12297+
strip-json-comments@^2.0.0, strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
1231612298
version "2.0.1"
1231712299
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1231812300
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1231912301

12320-
strip-json-comments@^3.0.1:
12321-
version "3.0.1"
12322-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
12323-
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
12324-
1232512302
strip-outer@^1.0.0:
1232612303
version "1.0.1"
1232712304
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
@@ -13253,7 +13230,7 @@ uuid@^3.0.1, uuid@^3.3.2:
1325313230
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
1325413231
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
1325513232

13256-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0:
13233+
v8-compile-cache@^2.1.0:
1325713234
version "2.1.0"
1325813235
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"
1325913236
integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
@@ -13324,7 +13301,7 @@ vue-eslint-parser@^2.0.3:
1332413301
esquery "^1.0.0"
1332513302
lodash "^4.17.4"
1332613303

13327-
vue-eslint-parser@^6.0.4:
13304+
vue-eslint-parser@^6.0.2:
1332813305
version "6.0.4"
1332913306
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.4.tgz#56ff47e2c2644bff39951d5a284982c7ecd6f7fa"
1333013307
integrity sha512-GYsDsDWwKaGtnkW4nGUxr01wqIO2FB9/QHQTW1Gl5SUr5OyQvpnR90/D+Gq2cIxURX7aJ7+VyD+37Yx9eFwTgw==

0 commit comments

Comments
 (0)