Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit a0e355f

Browse files
committedMar 12, 2019
fix: incompatible version of vue-eslint-parser
1 parent 572ae7e commit a0e355f

File tree

2 files changed

+9
-24
lines changed

2 files changed

+9
-24
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
},
5151
"dependencies": {
5252
"eslint-plugin-vue": "^5.2.2",
53-
"vue-eslint-parser": "^6.0.3"
53+
"vue-eslint-parser": "^5.0.0"
5454
}
5555
}

‎yarn.lock

+8-23
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,16 @@ acorn@^5.5.3:
384384
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
385385
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
386386

387-
acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.7:
387+
acorn@^6.0.1, acorn@^6.0.7:
388388
version "6.1.0"
389389
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.0.tgz#b0a3be31752c97a0f7013c5f4903b71a05db6818"
390390
integrity sha512-MW/FjM+IvU9CgBzjO3UIPCE2pyEwUsoFl+VGdczOPEdxfGFjuKny/gN54mOuX7Qxmb9Rg9MCn2oKiSUeW+pjrw==
391391

392+
acorn@^6.0.2:
393+
version "6.1.1"
394+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
395+
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
396+
392397
ajv@^6.5.5, ajv@^6.9.1:
393398
version "6.9.1"
394399
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.9.1.tgz#a4d3683d74abc5670e75f0b16520f70a20ea8dc1"
@@ -1449,15 +1454,7 @@ eslint-plugin-vue@^5.2.2:
14491454
dependencies:
14501455
vue-eslint-parser "^5.0.0"
14511456

1452-
eslint-scope@^4.0.0:
1453-
version "4.0.0"
1454-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
1455-
integrity sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==
1456-
dependencies:
1457-
esrecurse "^4.1.0"
1458-
estraverse "^4.1.1"
1459-
1460-
eslint-scope@^4.0.2:
1457+
eslint-scope@^4.0.0, eslint-scope@^4.0.2:
14611458
version "4.0.2"
14621459
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
14631460
integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
@@ -1526,7 +1523,7 @@ espree@^4.1.0:
15261523
acorn-jsx "^5.0.0"
15271524
eslint-visitor-keys "^1.0.0"
15281525

1529-
espree@^5.0.0, espree@^5.0.1:
1526+
espree@^5.0.1:
15301527
version "5.0.1"
15311528
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
15321529
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
@@ -4901,18 +4898,6 @@ vue-eslint-parser@^5.0.0:
49014898
esquery "^1.0.1"
49024899
lodash "^4.17.11"
49034900

4904-
vue-eslint-parser@^6.0.3:
4905-
version "6.0.3"
4906-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.3.tgz#e8b4748a8c63c72889341a8a2e48c33e58d1c9d3"
4907-
integrity sha512-f2jZQojTLyZmuDLhCybJ8qIicfZfC6PmO7dEubZ0U/0tQ4dweRFuB0RpbbaHeMUfVFSYiKexbiemkze/h3/6SA==
4908-
dependencies:
4909-
debug "^4.1.1"
4910-
eslint-scope "^4.0.0"
4911-
eslint-visitor-keys "^1.0.0"
4912-
espree "^5.0.0"
4913-
esquery "^1.0.1"
4914-
lodash "^4.17.11"
4915-
49164901
w3c-hr-time@^1.0.1:
49174902
version "1.0.1"
49184903
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"

0 commit comments

Comments
 (0)
This repository has been archived.