Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 791933b

Browse files
authored
⬆️ update babel-eslint to version 8.2.1 (#208)
* chore(package): update babel-eslint to version 8.2.1 Closes #207 * 🐛 fix lock file
1 parent abcbb25 commit 791933b

File tree

2 files changed

+45
-50
lines changed

2 files changed

+45
-50
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"build": "lerna run --stream build",
88
"lint": "lerna run --stream lint",
99
"test": "lerna run --stream test",
10-
"test:coverage": "lerna run --stream test:coverage && codecov --disable=gcov ",
10+
"test:coverage": "lerna run --stream test:coverage && codecov --disable=gcov",
1111
"docs": "lerna run --stream docs",
1212
"docs:private": "lerna run --stream docs:private"
1313
},
1414
"devDependencies": {
1515
"babel-cli": "~6.26.0",
16-
"babel-eslint": "~8.1.0",
16+
"babel-eslint": "~8.2.1",
1717
"babel-plugin-module-resolver": "~3.0.0",
18-
"babel-plugin-transform-runtime": "^6.23.0",
18+
"babel-plugin-transform-runtime": "~6.23.0",
1919
"babel-preset-env": "~1.6.1",
2020
"babel-preset-stage-3": "~6.24.1",
2121
"codecov": "~3.0.0",

yarn.lock

+42-47
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,53 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@7.0.0-beta.31":
6-
version "7.0.0-beta.31"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
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"
88
dependencies:
99
chalk "^2.0.0"
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

13-
"@babel/helper-function-name@7.0.0-beta.31":
14-
version "7.0.0-beta.31"
15-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
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"
1616
dependencies:
17-
"@babel/helper-get-function-arity" "7.0.0-beta.31"
18-
"@babel/template" "7.0.0-beta.31"
19-
"@babel/traverse" "7.0.0-beta.31"
20-
"@babel/types" "7.0.0-beta.31"
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"
2120

22-
"@babel/helper-get-function-arity@7.0.0-beta.31":
23-
version "7.0.0-beta.31"
24-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
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"
2524
dependencies:
26-
"@babel/types" "7.0.0-beta.31"
25+
"@babel/types" "7.0.0-beta.36"
2726

28-
"@babel/template@7.0.0-beta.31":
29-
version "7.0.0-beta.31"
30-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
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"
3130
dependencies:
32-
"@babel/code-frame" "7.0.0-beta.31"
33-
"@babel/types" "7.0.0-beta.31"
34-
babylon "7.0.0-beta.31"
31+
"@babel/code-frame" "7.0.0-beta.36"
32+
"@babel/types" "7.0.0-beta.36"
33+
babylon "7.0.0-beta.36"
3534
lodash "^4.2.0"
3635

37-
"@babel/traverse@7.0.0-beta.31":
38-
version "7.0.0-beta.31"
39-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
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"
4039
dependencies:
41-
"@babel/code-frame" "7.0.0-beta.31"
42-
"@babel/helper-function-name" "7.0.0-beta.31"
43-
"@babel/types" "7.0.0-beta.31"
44-
babylon "7.0.0-beta.31"
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"
4544
debug "^3.0.1"
46-
globals "^10.0.0"
45+
globals "^11.1.0"
4746
invariant "^2.2.0"
4847
lodash "^4.2.0"
4948

50-
"@babel/types@7.0.0-beta.31":
51-
version "7.0.0-beta.31"
52-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
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"
5352
dependencies:
5453
esutils "^2.0.2"
5554
lodash "^4.2.0"
@@ -367,14 +366,14 @@ babel-core@^6.0.0, babel-core@^6.26.0:
367366
slash "^1.0.0"
368367
source-map "^0.5.6"
369368

370-
babel-eslint@~8.1.0:
371-
version "8.1.2"
372-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.1.2.tgz#a39230b0c20ecbaa19a35d5633bf9b9ca2c8116f"
369+
babel-eslint@~8.2.1:
370+
version "8.2.1"
371+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951"
373372
dependencies:
374-
"@babel/code-frame" "7.0.0-beta.31"
375-
"@babel/traverse" "7.0.0-beta.31"
376-
"@babel/types" "7.0.0-beta.31"
377-
babylon "7.0.0-beta.31"
373+
"@babel/code-frame" "7.0.0-beta.36"
374+
"@babel/traverse" "7.0.0-beta.36"
375+
"@babel/types" "7.0.0-beta.36"
376+
babylon "7.0.0-beta.36"
378377
eslint-scope "~3.7.1"
379378
eslint-visitor-keys "^1.0.0"
380379

@@ -758,7 +757,7 @@ babel-plugin-transform-regenerator@^6.22.0:
758757
dependencies:
759758
regenerator-transform "^0.10.0"
760759

761-
babel-plugin-transform-runtime@^6.23.0:
760+
babel-plugin-transform-runtime@~6.23.0:
762761
version "6.23.0"
763762
resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
764763
dependencies:
@@ -887,9 +886,9 @@ babylon@7.0.0-beta.19:
887886
version "7.0.0-beta.19"
888887
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.19.tgz#e928c7e807e970e0536b078ab3e0c48f9e052503"
889888

890-
babylon@7.0.0-beta.31:
891-
version "7.0.0-beta.31"
892-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
889+
babylon@7.0.0-beta.36:
890+
version "7.0.0-beta.36"
891+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
893892

894893
babylon@^6.18.0:
895894
version "6.18.0"
@@ -2243,11 +2242,7 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
22432242
once "^1.3.0"
22442243
path-is-absolute "^1.0.0"
22452244

2246-
globals@^10.0.0:
2247-
version "10.4.0"
2248-
resolved "https://registry.yarnpkg.com/globals/-/globals-10.4.0.tgz#5c477388b128a9e4c5c5d01c7a2aca68c68b2da7"
2249-
2250-
globals@^11.0.1:
2245+
globals@^11.0.1, globals@^11.1.0:
22512246
version "11.1.0"
22522247
resolved "https://registry.yarnpkg.com/globals/-/globals-11.1.0.tgz#632644457f5f0e3ae711807183700ebf2e4633e4"
22532248

0 commit comments

Comments
 (0)