Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit f8bf93b

Browse files
committed
chore(deps): update dependency babel-eslint to v10
1 parent 406a2f4 commit f8bf93b

File tree

2 files changed

+69
-73
lines changed

2 files changed

+69
-73
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"workspaces": ["examples/*"],
1212
"devDependencies": {
13-
"babel-eslint": "8.2.3",
13+
"babel-eslint": "10.0.1",
1414
"eslint": "4.19.1",
1515
"eslint-config-algolia": "13.1.0",
1616
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 68 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,82 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected]-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/code-frame@^7.0.0":
6+
version "7.0.0"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
88
dependencies:
9-
"@babel/highlight" "7.0.0-beta.44"
9+
"@babel/highlight" "^7.0.0"
1010

11-
"@babel/[email protected]-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"
11+
"@babel/generator@^7.0.0":
12+
version "7.0.0"
13+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
1414
dependencies:
15-
"@babel/types" "7.0.0-beta.44"
15+
"@babel/types" "^7.0.0"
1616
jsesc "^2.5.1"
17-
lodash "^4.2.0"
17+
lodash "^4.17.10"
1818
source-map "^0.5.0"
1919
trim-right "^1.0.1"
2020

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"
21+
"@babel/helper-function-name@^7.1.0":
22+
version "7.1.0"
23+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
2424
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"
25+
"@babel/helper-get-function-arity" "^7.0.0"
26+
"@babel/template" "^7.1.0"
27+
"@babel/types" "^7.0.0"
2828

29-
"@babel/[email protected]-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"
29+
"@babel/helper-get-function-arity@^7.0.0":
30+
version "7.0.0"
31+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
3232
dependencies:
33-
"@babel/types" "7.0.0-beta.44"
33+
"@babel/types" "^7.0.0"
3434

35-
"@babel/[email protected]-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"
35+
"@babel/helper-split-export-declaration@^7.0.0":
36+
version "7.0.0"
37+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
3838
dependencies:
39-
"@babel/types" "7.0.0-beta.44"
39+
"@babel/types" "^7.0.0"
4040

41-
"@babel/[email protected]-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"
41+
"@babel/highlight@^7.0.0":
42+
version "7.0.0"
43+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
4444
dependencies:
4545
chalk "^2.0.0"
4646
esutils "^2.0.2"
47-
js-tokens "^3.0.0"
47+
js-tokens "^4.0.0"
48+
49+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0":
50+
version "7.1.0"
51+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e"
52+
53+
"@babel/template@^7.1.0":
54+
version "7.1.0"
55+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.0.tgz#58cc9572e1bfe24fe1537fdf99d839d53e517e22"
56+
dependencies:
57+
"@babel/code-frame" "^7.0.0"
58+
"@babel/parser" "^7.1.0"
59+
"@babel/types" "^7.0.0"
4860

49-
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-
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"
61+
"@babel/traverse@^7.0.0":
62+
version "7.1.0"
63+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.0.tgz#503ec6669387efd182c3888c4eec07bcc45d91b2"
64+
dependencies:
65+
"@babel/code-frame" "^7.0.0"
66+
"@babel/generator" "^7.0.0"
67+
"@babel/helper-function-name" "^7.1.0"
68+
"@babel/helper-split-export-declaration" "^7.0.0"
69+
"@babel/parser" "^7.1.0"
70+
"@babel/types" "^7.0.0"
6871
debug "^3.1.0"
6972
globals "^11.1.0"
70-
invariant "^2.2.0"
71-
lodash "^4.2.0"
73+
lodash "^4.17.10"
7274

73-
"@babel/[email protected]-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"
75+
"@babel/types@^7.0.0":
76+
version "7.0.0"
77+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
7678
dependencies:
7779
esutils "^2.0.2"
78-
lodash "^4.2.0"
80+
lodash "^4.17.10"
7981
to-fast-properties "^2.0.0"
8082

8183
"@nuxtjs/youch@^4.2.3":
@@ -451,15 +453,15 @@ babel-core@^6.0.0, babel-core@^6.22.1, babel-core@^6.26.0:
451453
slash "^1.0.0"
452454
source-map "^0.5.7"
453455

454-
babel-eslint@8.2.3:
455-
version "8.2.3"
456-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf"
456+
babel-eslint@10.0.1:
457+
version "10.0.1"
458+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
457459
dependencies:
458-
"@babel/code-frame" "7.0.0-beta.44"
459-
"@babel/traverse" "7.0.0-beta.44"
460-
"@babel/types" "7.0.0-beta.44"
461-
babylon "7.0.0-beta.44"
462-
eslint-scope "~3.7.1"
460+
"@babel/code-frame" "^7.0.0"
461+
"@babel/parser" "^7.0.0"
462+
"@babel/traverse" "^7.0.0"
463+
"@babel/types" "^7.0.0"
464+
eslint-scope "3.7.1"
463465
eslint-visitor-keys "^1.0.0"
464466

465467
babel-generator@^6.26.0:
@@ -1093,10 +1095,6 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
10931095
lodash "^4.17.4"
10941096
to-fast-properties "^1.0.3"
10951097

1096-
1097-
version "7.0.0-beta.44"
1098-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
1099-
11001098
babylon@^6.18.0:
11011099
version "6.18.0"
11021100
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -2559,7 +2557,7 @@ [email protected]:
25592557
fast-diff "^1.1.1"
25602558
jest-docblock "^21.0.0"
25612559

2562-
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
2560+
[email protected], eslint-scope@^3.7.1:
25632561
version "3.7.1"
25642562
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
25652563
dependencies:
@@ -3638,12 +3636,6 @@ interpret@^1.0.0:
36383636
version "1.1.0"
36393637
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
36403638

3641-
invariant@^2.2.0:
3642-
version "2.2.2"
3643-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
3644-
dependencies:
3645-
loose-envify "^1.0.0"
3646-
36473639
invariant@^2.2.2:
36483640
version "2.2.4"
36493641
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
@@ -3944,6 +3936,10 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
39443936
version "3.0.2"
39453937
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
39463938

3939+
js-tokens@^4.0.0:
3940+
version "4.0.0"
3941+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
3942+
39473943
js-yaml@^3.4.3, js-yaml@^3.9.0:
39483944
version "3.12.0"
39493945
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
@@ -4205,7 +4201,7 @@ lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.5,
42054201
version "4.17.10"
42064202
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
42074203

4208-
lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
4204+
lodash@^4.17.4, lodash@^4.3.0:
42094205
version "4.17.5"
42104206
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
42114207

0 commit comments

Comments
 (0)