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

Commit d2e6b1d

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency babel-eslint to v8.2.2
1 parent d1e94da commit d2e6b1d

File tree

2 files changed

+81
-45
lines changed

2 files changed

+81
-45
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.1",
13+
"babel-eslint": "8.2.2",
1414
"eslint": "4.18.1",
1515
"eslint-config-algolia": "13.1.0",
1616
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 80 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,77 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@7.0.0-beta.36":
6-
version "7.0.0-beta.36"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4"
5+
"@babel/code-frame@7.0.0-beta.42", "@babel/code-frame@^7.0.0-beta.40":
6+
version "7.0.0-beta.42"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962"
88
dependencies:
9-
chalk "^2.0.0"
10-
esutils "^2.0.2"
11-
js-tokens "^3.0.0"
9+
"@babel/highlight" "7.0.0-beta.42"
10+
11+
"@babel/generator@7.0.0-beta.42":
12+
version "7.0.0-beta.42"
13+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.42.tgz#777bb50f39c94a7e57f73202d833141f8159af33"
14+
dependencies:
15+
"@babel/types" "7.0.0-beta.42"
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.42":
22+
version "7.0.0-beta.42"
23+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.42.tgz#b38b8f4f85168d1812c543dd700b5d549b0c4658"
24+
dependencies:
25+
"@babel/helper-get-function-arity" "7.0.0-beta.42"
26+
"@babel/template" "7.0.0-beta.42"
27+
"@babel/types" "7.0.0-beta.42"
28+
29+
"@babel/helper-get-function-arity@7.0.0-beta.42":
30+
version "7.0.0-beta.42"
31+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.42.tgz#ad072e32f912c033053fc80478169aeadc22191e"
32+
dependencies:
33+
"@babel/types" "7.0.0-beta.42"
1234

13-
"@babel/helper-function-name@7.0.0-beta.36":
14-
version "7.0.0-beta.36"
15-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
35+
"@babel/helper-split-export-declaration@7.0.0-beta.42":
36+
version "7.0.0-beta.42"
37+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.42.tgz#0d0d5254220a9cc4e7e226240306b939dc210ee7"
1638
dependencies:
17-
"@babel/helper-get-function-arity" "7.0.0-beta.36"
18-
"@babel/template" "7.0.0-beta.36"
19-
"@babel/types" "7.0.0-beta.36"
39+
"@babel/types" "7.0.0-beta.42"
2040

21-
"@babel/helper-get-function-arity@7.0.0-beta.36":
22-
version "7.0.0-beta.36"
23-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
41+
"@babel/highlight@7.0.0-beta.42":
42+
version "7.0.0-beta.42"
43+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.42.tgz#a502a1c0d6f99b2b0e81d468a1b0c0e81e3f3623"
2444
dependencies:
25-
"@babel/types" "7.0.0-beta.36"
45+
chalk "^2.0.0"
46+
esutils "^2.0.2"
47+
js-tokens "^3.0.0"
2648

27-
"@babel/template@7.0.0-beta.36":
28-
version "7.0.0-beta.36"
29-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
49+
"@babel/template@7.0.0-beta.42":
50+
version "7.0.0-beta.42"
51+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.42.tgz#7186d4e70d44cdec975049ba0a73bdaf5cdee052"
3052
dependencies:
31-
"@babel/code-frame" "7.0.0-beta.36"
32-
"@babel/types" "7.0.0-beta.36"
33-
babylon "7.0.0-beta.36"
53+
"@babel/code-frame" "7.0.0-beta.42"
54+
"@babel/types" "7.0.0-beta.42"
55+
babylon "7.0.0-beta.42"
3456
lodash "^4.2.0"
3557

36-
"@babel/traverse@7.0.0-beta.36":
37-
version "7.0.0-beta.36"
38-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261"
58+
"@babel/traverse@^7.0.0-beta.40":
59+
version "7.0.0-beta.42"
60+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.42.tgz#f4bf4d1e33d41baf45205e2d0463591d57326285"
3961
dependencies:
40-
"@babel/code-frame" "7.0.0-beta.36"
41-
"@babel/helper-function-name" "7.0.0-beta.36"
42-
"@babel/types" "7.0.0-beta.36"
43-
babylon "7.0.0-beta.36"
44-
debug "^3.0.1"
62+
"@babel/code-frame" "7.0.0-beta.42"
63+
"@babel/generator" "7.0.0-beta.42"
64+
"@babel/helper-function-name" "7.0.0-beta.42"
65+
"@babel/helper-split-export-declaration" "7.0.0-beta.42"
66+
"@babel/types" "7.0.0-beta.42"
67+
babylon "7.0.0-beta.42"
68+
debug "^3.1.0"
4569
globals "^11.1.0"
4670
invariant "^2.2.0"
4771
lodash "^4.2.0"
4872

49-
"@babel/types@7.0.0-beta.36":
50-
version "7.0.0-beta.36"
51-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23"
73+
"@babel/types@7.0.0-beta.42", "@babel/types@^7.0.0-beta.40":
74+
version "7.0.0-beta.42"
75+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.42.tgz#1e2118767684880f6963801b272fd2b3348efacc"
5276
dependencies:
5377
esutils "^2.0.2"
5478
lodash "^4.2.0"
@@ -131,20 +155,20 @@ babel-code-frame@^6.22.0:
131155
esutils "^2.0.2"
132156
js-tokens "^3.0.2"
133157

134-
babel-eslint@8.2.1:
135-
version "8.2.1"
136-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951"
158+
babel-eslint@8.2.2:
159+
version "8.2.2"
160+
resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
137161
dependencies:
138-
"@babel/code-frame" "7.0.0-beta.36"
139-
"@babel/traverse" "7.0.0-beta.36"
140-
"@babel/types" "7.0.0-beta.36"
141-
babylon "7.0.0-beta.36"
162+
"@babel/code-frame" "^7.0.0-beta.40"
163+
"@babel/traverse" "^7.0.0-beta.40"
164+
"@babel/types" "^7.0.0-beta.40"
165+
babylon "^7.0.0-beta.40"
142166
eslint-scope "~3.7.1"
143167
eslint-visitor-keys "^1.0.0"
144168

145-
babylon@7.0.0-beta.36:
146-
version "7.0.0-beta.36"
147-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
169+
babylon@7.0.0-beta.42, babylon@^7.0.0-beta.40:
170+
version "7.0.0-beta.42"
171+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657"
148172

149173
balanced-match@^1.0.0:
150174
version "1.0.0"
@@ -255,7 +279,7 @@ debug@^2.6.8, debug@^2.6.9:
255279
dependencies:
256280
ms "2.0.0"
257281

258-
debug@^3.0.1, debug@^3.1.0:
282+
debug@^3.1.0:
259283
version "3.1.0"
260284
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
261285
dependencies:
@@ -714,6 +738,10 @@ js-yaml@^3.9.1:
714738
argparse "^1.0.7"
715739
esprima "^4.0.0"
716740

741+
jsesc@^2.5.1:
742+
version "2.5.1"
743+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
744+
717745
json-schema-traverse@^0.3.0:
718746
version "0.3.1"
719747
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
@@ -1029,6 +1057,10 @@ slice-ansi@1.0.0:
10291057
dependencies:
10301058
is-fullwidth-code-point "^2.0.0"
10311059

1060+
source-map@^0.5.0:
1061+
version "0.5.7"
1062+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1063+
10321064
spdx-correct@~1.0.0:
10331065
version "1.0.2"
10341066
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40"
@@ -1119,6 +1151,10 @@ to-fast-properties@^2.0.0:
11191151
version "2.0.0"
11201152
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
11211153

1154+
trim-right@^1.0.1:
1155+
version "1.0.1"
1156+
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
1157+
11221158
type-check@~0.3.2:
11231159
version "0.3.2"
11241160
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"

0 commit comments

Comments
 (0)