Skip to content

Commit 1aff8b1

Browse files
chore(deps): update dependency babel-eslint to v8.2.5 (#95)
1 parent 20fe2f9 commit 1aff8b1

File tree

2 files changed

+89
-9
lines changed

2 files changed

+89
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/plugin-external-helpers": "7.0.0-beta.51",
4040
"@babel/preset-env": "7.0.0-beta.51",
4141
"@babel/preset-typescript": "7.0.0-beta.51",
42-
"babel-eslint": "8.2.4",
42+
"babel-eslint": "8.2.5",
4343
"babel-plugin-add-module-exports": "0.2.1",
4444
"babel-plugin-dev-expression": "0.2.1",
4545
"concurrently": "3.6.0",

yarn.lock

Lines changed: 88 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
optionalDependencies:
1818
chokidar "^2.0.3"
1919

20+
21+
version "7.0.0-beta.44"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
23+
dependencies:
24+
"@babel/highlight" "7.0.0-beta.44"
25+
2026
2127
version "7.0.0-beta.51"
2228
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.51.tgz#bd71d9b192af978df915829d39d4094456439a0c"
@@ -49,6 +55,16 @@
4955
semver "^5.4.1"
5056
source-map "^0.5.0"
5157

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+
5268
5369
version "7.0.0-beta.51"
5470
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.51.tgz#6c7575ffde761d07485e04baedc0392c6d9e30f6"
@@ -95,6 +111,14 @@
95111
"@babel/traverse" "7.0.0-beta.51"
96112
"@babel/types" "7.0.0-beta.51"
97113

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+
98122
99123
version "7.0.0-beta.51"
100124
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.51.tgz#21b4874a227cf99ecafcc30a90302da5a2640561"
@@ -103,6 +127,12 @@
103127
"@babel/template" "7.0.0-beta.51"
104128
"@babel/types" "7.0.0-beta.51"
105129

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+
106136
107137
version "7.0.0-beta.51"
108138
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.51.tgz#3281b2d045af95c172ce91b20825d85ea4676411"
@@ -189,6 +219,12 @@
189219
"@babel/types" "7.0.0-beta.51"
190220
lodash "^4.17.5"
191221

222+
223+
version "7.0.0-beta.44"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
225+
dependencies:
226+
"@babel/types" "7.0.0-beta.44"
227+
192228
193229
version "7.0.0-beta.51"
194230
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.51.tgz#8a6c3f66c4d265352fc077484f9f6e80a51ab978"
@@ -212,6 +248,14 @@
212248
"@babel/traverse" "7.0.0-beta.51"
213249
"@babel/types" "7.0.0-beta.51"
214250

251+
252+
version "7.0.0-beta.44"
253+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
254+
dependencies:
255+
chalk "^2.0.0"
256+
esutils "^2.0.2"
257+
js-tokens "^3.0.0"
258+
215259
216260
version "7.0.0-beta.47"
217261
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.47.tgz#8fbc83fb2a21f0bd2b95cdbeb238cf9689cad494"
@@ -539,6 +583,15 @@
539583
"@babel/helper-plugin-utils" "7.0.0-beta.51"
540584
"@babel/plugin-transform-typescript" "7.0.0-beta.51"
541585

586+
587+
version "7.0.0-beta.44"
588+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
589+
dependencies:
590+
"@babel/code-frame" "7.0.0-beta.44"
591+
"@babel/types" "7.0.0-beta.44"
592+
babylon "7.0.0-beta.44"
593+
lodash "^4.2.0"
594+
542595
543596
version "7.0.0-beta.51"
544597
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.51.tgz#9602a40aebcf357ae9677e2532ef5fc810f5fbff"
@@ -548,6 +601,21 @@
548601
"@babel/types" "7.0.0-beta.51"
549602
lodash "^4.17.5"
550603

604+
605+
version "7.0.0-beta.44"
606+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
607+
dependencies:
608+
"@babel/code-frame" "7.0.0-beta.44"
609+
"@babel/generator" "7.0.0-beta.44"
610+
"@babel/helper-function-name" "7.0.0-beta.44"
611+
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
612+
"@babel/types" "7.0.0-beta.44"
613+
babylon "7.0.0-beta.44"
614+
debug "^3.1.0"
615+
globals "^11.1.0"
616+
invariant "^2.2.0"
617+
lodash "^4.2.0"
618+
551619
552620
version "7.0.0-beta.51"
553621
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.51.tgz#981daf2cec347a6231d3aa1d9e1803b03aaaa4a8"
@@ -563,6 +631,14 @@
563631
invariant "^2.2.0"
564632
lodash "^4.17.5"
565633

634+
635+
version "7.0.0-beta.44"
636+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
637+
dependencies:
638+
esutils "^2.0.2"
639+
lodash "^4.2.0"
640+
to-fast-properties "^2.0.0"
641+
566642
567643
version "7.0.0-beta.49"
568644
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.49.tgz#b7e3b1c3f4d4cfe11bdf8c89f1efd5e1617b87a6"
@@ -886,14 +962,14 @@ babel-code-frame@^6.26.0:
886962
esutils "^2.0.2"
887963
js-tokens "^3.0.2"
888964

889-
890-
version "8.2.4"
891-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.4.tgz#93bd946ffaaa00153d82d864c57e3609eaf148d8"
965+
966+
version "8.2.5"
967+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.5.tgz#dc2331c259d36782aa189da510c43dedd5adc7a3"
892968
dependencies:
893-
"@babel/code-frame" "7.0.0-beta.51"
894-
"@babel/parser" "7.0.0-beta.51"
895-
"@babel/traverse" "7.0.0-beta.51"
896-
"@babel/types" "7.0.0-beta.51"
969+
"@babel/code-frame" "7.0.0-beta.44"
970+
"@babel/traverse" "7.0.0-beta.44"
971+
"@babel/types" "7.0.0-beta.44"
972+
babylon "7.0.0-beta.44"
897973
eslint-scope "~3.7.1"
898974
eslint-visitor-keys "^1.0.0"
899975

@@ -905,6 +981,10 @@ [email protected]:
905981
version "0.2.1"
906982
resolved "https://registry.yarnpkg.com/babel-plugin-dev-expression/-/babel-plugin-dev-expression-0.2.1.tgz#d4a7beefefbb50e3f2734990a82a2486cf9eb9ee"
907983

984+
985+
version "7.0.0-beta.44"
986+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
987+
908988
balanced-match@^1.0.0:
909989
version "1.0.0"
910990
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -2810,7 +2890,7 @@ lodash.toarray@^4.4.0:
28102890
version "4.4.0"
28112891
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
28122892

2813-
lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
2893+
lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1:
28142894
version "4.17.10"
28152895
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
28162896

0 commit comments

Comments
 (0)