Skip to content

Commit fb76d17

Browse files
chore(deps): update dependency babel-eslint to v9 (#428)
1 parent 28dcde4 commit fb76d17

File tree

2 files changed

+10
-90
lines changed

2 files changed

+10
-90
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/plugin-external-helpers": "7.0.0",
4141
"@babel/preset-env": "7.0.0",
4242
"@babel/preset-typescript": "7.0.0",
43-
"babel-eslint": "8.2.6",
43+
"babel-eslint": "9.0.0",
4444
"babel-plugin-add-module-exports": "0.3.3",
4545
"babel-plugin-dev-expression": "0.2.1",
4646
"concurrently": "4.0.1",

yarn.lock

Lines changed: 9 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
optionalDependencies:
1919
chokidar "^2.0.3"
2020

21-
22-
version "7.0.0-beta.44"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
24-
dependencies:
25-
"@babel/highlight" "7.0.0-beta.44"
26-
2721
"@babel/code-frame@^7.0.0":
2822
version "7.0.0"
2923
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
@@ -55,16 +49,6 @@
5549
semver "^5.4.1"
5650
source-map "^0.5.0"
5751

58-
59-
version "7.0.0-beta.44"
60-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
61-
dependencies:
62-
"@babel/types" "7.0.0-beta.44"
63-
jsesc "^2.5.1"
64-
lodash "^4.2.0"
65-
source-map "^0.5.0"
66-
trim-right "^1.0.1"
67-
6852
"@babel/generator@^7.0.0":
6953
version "7.0.0"
7054
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
@@ -111,14 +95,6 @@
11195
"@babel/traverse" "^7.0.0"
11296
"@babel/types" "^7.0.0"
11397

114-
115-
version "7.0.0-beta.44"
116-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
117-
dependencies:
118-
"@babel/helper-get-function-arity" "7.0.0-beta.44"
119-
"@babel/template" "7.0.0-beta.44"
120-
"@babel/types" "7.0.0-beta.44"
121-
12298
"@babel/helper-function-name@^7.0.0":
12399
version "7.0.0"
124100
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
@@ -127,12 +103,6 @@
127103
"@babel/template" "^7.0.0"
128104
"@babel/types" "^7.0.0"
129105

130-
131-
version "7.0.0-beta.44"
132-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
133-
dependencies:
134-
"@babel/types" "7.0.0-beta.44"
135-
136106
"@babel/helper-get-function-arity@^7.0.0":
137107
version "7.0.0"
138108
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
@@ -217,12 +187,6 @@
217187
"@babel/template" "^7.0.0"
218188
"@babel/types" "^7.0.0"
219189

220-
221-
version "7.0.0-beta.44"
222-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
223-
dependencies:
224-
"@babel/types" "7.0.0-beta.44"
225-
226190
"@babel/helper-split-export-declaration@^7.0.0":
227191
version "7.0.0"
228192
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
@@ -246,14 +210,6 @@
246210
"@babel/traverse" "^7.0.0"
247211
"@babel/types" "^7.0.0"
248212

249-
250-
version "7.0.0-beta.44"
251-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
252-
dependencies:
253-
chalk "^2.0.0"
254-
esutils "^2.0.2"
255-
js-tokens "^3.0.0"
256-
257213
258214
version "7.0.0-rc.1"
259215
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-rc.1.tgz#e0ca4731fa4786f7b9500421d6ff5e5a7753e81e"
@@ -595,15 +551,6 @@
595551
"@babel/helper-plugin-utils" "^7.0.0"
596552
"@babel/plugin-transform-typescript" "^7.0.0"
597553

598-
599-
version "7.0.0-beta.44"
600-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
601-
dependencies:
602-
"@babel/code-frame" "7.0.0-beta.44"
603-
"@babel/types" "7.0.0-beta.44"
604-
babylon "7.0.0-beta.44"
605-
lodash "^4.2.0"
606-
607554
"@babel/template@^7.0.0":
608555
version "7.0.0"
609556
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
@@ -612,21 +559,6 @@
612559
"@babel/parser" "^7.0.0"
613560
"@babel/types" "^7.0.0"
614561

615-
616-
version "7.0.0-beta.44"
617-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
618-
dependencies:
619-
"@babel/code-frame" "7.0.0-beta.44"
620-
"@babel/generator" "7.0.0-beta.44"
621-
"@babel/helper-function-name" "7.0.0-beta.44"
622-
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
623-
"@babel/types" "7.0.0-beta.44"
624-
babylon "7.0.0-beta.44"
625-
debug "^3.1.0"
626-
globals "^11.1.0"
627-
invariant "^2.2.0"
628-
lodash "^4.2.0"
629-
630562
"@babel/traverse@^7.0.0":
631563
version "7.0.0"
632564
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
@@ -641,14 +573,6 @@
641573
globals "^11.1.0"
642574
lodash "^4.17.10"
643575

644-
645-
version "7.0.0-beta.44"
646-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
647-
dependencies:
648-
esutils "^2.0.2"
649-
lodash "^4.2.0"
650-
to-fast-properties "^2.0.0"
651-
652576
653577
version "7.0.0-beta.56"
654578
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.56.tgz#df456947a82510ec30361971e566110d89489056"
@@ -1044,14 +968,14 @@ babel-code-frame@^6.22.0:
1044968
esutils "^2.0.2"
1045969
js-tokens "^3.0.2"
1046970

1047-
babel-eslint@8.2.6:
1048-
version "8.2.6"
1049-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
971+
babel-eslint@9.0.0:
972+
version "9.0.0"
973+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
1050974
dependencies:
1051-
"@babel/code-frame" "7.0.0-beta.44"
1052-
"@babel/traverse" "7.0.0-beta.44"
1053-
"@babel/types" "7.0.0-beta.44"
1054-
babylon "7.0.0-beta.44"
975+
"@babel/code-frame" "^7.0.0"
976+
"@babel/parser" "^7.0.0"
977+
"@babel/traverse" "^7.0.0"
978+
"@babel/types" "^7.0.0"
1055979
eslint-scope "3.7.1"
1056980
eslint-visitor-keys "^1.0.0"
1057981

@@ -1065,10 +989,6 @@ [email protected]:
1065989
version "0.2.1"
1066990
resolved "https://registry.yarnpkg.com/babel-plugin-dev-expression/-/babel-plugin-dev-expression-0.2.1.tgz#d4a7beefefbb50e3f2734990a82a2486cf9eb9ee"
1067991

1068-
1069-
version "7.0.0-beta.44"
1070-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
1071-
1072992
balanced-match@^1.0.0:
1073993
version "1.0.0"
1074994
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -2901,7 +2821,7 @@ into-stream@^3.1.0:
29012821
from2 "^2.1.1"
29022822
p-is-promise "^1.1.0"
29032823

2904-
invariant@^2.2.0, invariant@^2.2.2:
2824+
invariant@^2.2.2:
29052825
version "2.2.4"
29062826
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
29072827
dependencies:
@@ -3639,7 +3559,7 @@ lodash.without@~4.4.0:
36393559
version "4.4.0"
36403560
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
36413561

3642-
lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
3562+
lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
36433563
version "4.17.10"
36443564
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
36453565

0 commit comments

Comments
 (0)