Skip to content

Commit 024eb31

Browse files
chore(deps): replace dependency babel-eslint with @babel/eslint-parser
1 parent c8667c0 commit 024eb31

2 files changed

Lines changed: 21 additions & 133 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"devDependencies": {
3232
"babel-cli": "6.26.0",
33-
"babel-eslint": "8.2.6",
33+
"@babel/eslint-parser": "7.11.0",
3434
"babel-preset-es2015": "6.24.1",
3535
"babel-preset-react": "6.24.1",
3636
"babel-preset-stage-2": "6.24.1",

yarn.lock

Lines changed: 20 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -2,81 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@7.0.0-beta.44":
6-
version "7.0.0-beta.44"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
5+
"@babel/eslint-parser@7.11.0":
6+
version "7.11.0"
7+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.11.0.tgz#b123924edd44508782c030066c926f1b807151cd"
8+
integrity sha512-dJDM2Pc01D9TwKL3Mmz2xgVF9X953RBHq9H4gywbN1q8MrfvXmNHfsCt06vvByBVQqm+9WxMs+doEH/R09TwWQ==
89
dependencies:
9-
"@babel/highlight" "7.0.0-beta.44"
10-
11-
"@babel/generator@7.0.0-beta.44":
12-
version "7.0.0-beta.44"
13-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
14-
dependencies:
15-
"@babel/types" "7.0.0-beta.44"
16-
jsesc "^2.5.1"
17-
lodash "^4.2.0"
18-
source-map "^0.5.0"
19-
trim-right "^1.0.1"
20-
21-
"@babel/helper-function-name@7.0.0-beta.44":
22-
version "7.0.0-beta.44"
23-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
24-
dependencies:
25-
"@babel/helper-get-function-arity" "7.0.0-beta.44"
26-
"@babel/template" "7.0.0-beta.44"
27-
"@babel/types" "7.0.0-beta.44"
28-
29-
"@babel/helper-get-function-arity@7.0.0-beta.44":
30-
version "7.0.0-beta.44"
31-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
32-
dependencies:
33-
"@babel/types" "7.0.0-beta.44"
34-
35-
"@babel/helper-split-export-declaration@7.0.0-beta.44":
36-
version "7.0.0-beta.44"
37-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
38-
dependencies:
39-
"@babel/types" "7.0.0-beta.44"
40-
41-
"@babel/highlight@7.0.0-beta.44":
42-
version "7.0.0-beta.44"
43-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
44-
dependencies:
45-
chalk "^2.0.0"
46-
esutils "^2.0.2"
47-
js-tokens "^3.0.0"
48-
49-
"@babel/template@7.0.0-beta.44":
50-
version "7.0.0-beta.44"
51-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
52-
dependencies:
53-
"@babel/code-frame" "7.0.0-beta.44"
54-
"@babel/types" "7.0.0-beta.44"
55-
babylon "7.0.0-beta.44"
56-
lodash "^4.2.0"
57-
58-
"@babel/traverse@7.0.0-beta.44":
59-
version "7.0.0-beta.44"
60-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
61-
dependencies:
62-
"@babel/code-frame" "7.0.0-beta.44"
63-
"@babel/generator" "7.0.0-beta.44"
64-
"@babel/helper-function-name" "7.0.0-beta.44"
65-
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
66-
"@babel/types" "7.0.0-beta.44"
67-
babylon "7.0.0-beta.44"
68-
debug "^3.1.0"
69-
globals "^11.1.0"
70-
invariant "^2.2.0"
71-
lodash "^4.2.0"
72-
73-
"@babel/types@7.0.0-beta.44":
74-
version "7.0.0-beta.44"
75-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
76-
dependencies:
77-
esutils "^2.0.2"
78-
lodash "^4.2.0"
79-
to-fast-properties "^2.0.0"
10+
eslint-scope "5.1.0"
11+
eslint-visitor-keys "^1.3.0"
12+
semver "^6.3.0"
8013

8114
"@textlint/ast-node-types@^4.0.3":
8215
version "4.0.3"
@@ -183,12 +116,6 @@ ansi-styles@^2.2.1:
183116
version "2.2.1"
184117
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
185118

186-
ansi-styles@^3.1.0:
187-
version "3.2.0"
188-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
189-
dependencies:
190-
color-convert "^1.9.0"
191-
192119
ansi-styles@^3.2.1:
193120
version "3.2.1"
194121
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -485,17 +412,6 @@ babel-core@^6.26.0:
485412
slash "^1.0.0"
486413
source-map "^0.5.6"
487414

488-
babel-eslint@8.2.6:
489-
version "8.2.6"
490-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
491-
dependencies:
492-
"@babel/code-frame" "7.0.0-beta.44"
493-
"@babel/traverse" "7.0.0-beta.44"
494-
"@babel/types" "7.0.0-beta.44"
495-
babylon "7.0.0-beta.44"
496-
eslint-scope "3.7.1"
497-
eslint-visitor-keys "^1.0.0"
498-
499415
babel-eslint@^7.0.0:
500416
version "7.2.3"
501417
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
@@ -1087,10 +1003,6 @@ babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1, babel-types@^6.26
10871003
lodash "^4.17.4"
10881004
to-fast-properties "^1.0.3"
10891005

1090-
babylon@7.0.0-beta.44:
1091-
version "7.0.0-beta.44"
1092-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
1093-
10941006
babylon@^6.17.0, babylon@^6.18.0:
10951007
version "6.18.0"
10961008
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -1343,14 +1255,6 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
13431255
strip-ansi "^3.0.0"
13441256
supports-color "^2.0.0"
13451257

1346-
chalk@^2.0.0:
1347-
version "2.3.0"
1348-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
1349-
dependencies:
1350-
ansi-styles "^3.1.0"
1351-
escape-string-regexp "^1.0.5"
1352-
supports-color "^4.0.0"
1353-
13541258
chalk@^2.0.1, chalk@^2.4.1:
13551259
version "2.4.1"
13561260
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
@@ -1838,7 +1742,7 @@ dateformat@^3.0.0:
18381742
version "3.0.3"
18391743
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
18401744

1841-
debug@3.1.0, debug@^3.1.0:
1745+
debug@3.1.0:
18421746
version "3.1.0"
18431747
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
18441748
dependencies:
@@ -2519,16 +2423,18 @@ eslint-plugin-react@^6.4.1:
25192423
jsx-ast-utils "^1.3.4"
25202424
object.assign "^4.0.4"
25212425

2522-
eslint-scope@3.7.1:
2523-
version "3.7.1"
2524-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
2426+
eslint-scope@5.1.0:
2427+
version "5.1.0"
2428+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2429+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
25252430
dependencies:
25262431
esrecurse "^4.1.0"
25272432
estraverse "^4.1.1"
25282433

2529-
eslint-visitor-keys@^1.0.0:
2530-
version "1.0.0"
2531-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
2434+
eslint-visitor-keys@^1.3.0:
2435+
version "1.3.0"
2436+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
2437+
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
25322438

25332439
eslint@3.19.0, eslint@^3.8.0:
25342440
version "3.19.0"
@@ -3031,10 +2937,6 @@ global-dirs@^0.1.0:
30312937
dependencies:
30322938
ini "^1.3.4"
30332939

3034-
globals@^11.1.0:
3035-
version "11.1.0"
3036-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.1.0.tgz#632644457f5f0e3ae711807183700ebf2e4633e4"
3037-
30382940
globals@^9.14.0, globals@^9.18.0:
30392941
version "9.18.0"
30402942
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -3352,7 +3254,7 @@ interpret@^1.4.0:
33523254
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
33533255
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
33543256

3355-
invariant@^2.2.0, invariant@^2.2.2:
3257+
invariant@^2.2.2:
33563258
version "2.2.2"
33573259
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
33583260
dependencies:
@@ -3949,10 +3851,6 @@ jsesc@^1.3.0:
39493851
version "1.3.0"
39503852
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
39513853

3952-
jsesc@^2.5.1:
3953-
version "2.5.1"
3954-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
3955-
39563854
jsesc@~0.5.0:
39573855
version "0.5.0"
39583856
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -4147,7 +4045,7 @@ lodash.toarray@^4.4.0:
41474045
version "4.4.0"
41484046
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
41494047

4150-
lodash@^4.0.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
4048+
lodash@^4.0.0, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0:
41514049
version "4.17.4"
41524050
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
41534051

@@ -5460,7 +5358,7 @@ semver@^5.7.2:
54605358
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
54615359
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
54625360

5463-
semver@^6.3.1:
5361+
semver@^6.3.0, semver@^6.3.1:
54645362
version "6.3.1"
54655363
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
54665364
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -5599,7 +5497,7 @@ source-map@^0.4.4:
55995497
dependencies:
56005498
amdefine ">=0.0.4"
56015499

5602-
source-map@^0.5.0, source-map@^0.5.6, source-map@~0.5.1:
5500+
source-map@^0.5.6, source-map@~0.5.1:
56035501
version "0.5.7"
56045502
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
56055503

@@ -5888,12 +5786,6 @@ supports-color@^2.0.0:
58885786
version "2.0.0"
58895787
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
58905788

5891-
supports-color@^4.0.0:
5892-
version "4.5.0"
5893-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b"
5894-
dependencies:
5895-
has-flag "^2.0.0"
5896-
58975789
supports-color@^5.0.0:
58985790
version "5.5.0"
58995791
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -6027,10 +5919,6 @@ to-fast-properties@^1.0.3:
60275919
version "1.0.3"
60285920
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
60295921

6030-
to-fast-properties@^2.0.0:
6031-
version "2.0.0"
6032-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
6033-
60345922
to-through@^2.0.0:
60355923
version "2.0.0"
60365924
resolved "https://registry.yarnpkg.com/to-through/-/to-through-2.0.0.tgz#fc92adaba072647bc0b67d6b03664aa195093af6"

0 commit comments

Comments
 (0)