Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29b12ab

Browse files
authoredFeb 16, 2018
Bump deps (babel#591)
1 parent 236adb8 commit 29b12ab

File tree

2 files changed

+72
-43
lines changed

2 files changed

+72
-43
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"url": "https://github.com/babel/babel-eslint.git"
1212
},
1313
"dependencies": {
14-
"@babel/code-frame": "7.0.0-beta.36",
15-
"@babel/traverse": "7.0.0-beta.36",
16-
"@babel/types": "7.0.0-beta.36",
17-
"babylon": "7.0.0-beta.36",
14+
"@babel/code-frame": "7.0.0-beta.40",
15+
"@babel/traverse": "7.0.0-beta.40",
16+
"@babel/types": "7.0.0-beta.40",
17+
"babylon": "7.0.0-beta.40",
1818
"eslint-scope": "~3.7.1",
1919
"eslint-visitor-keys": "^1.0.0"
2020
},
@@ -48,7 +48,7 @@
4848
"espree": "^3.5.2",
4949
"husky": "^0.14.0",
5050
"lint-staged": "^4.0.0",
51-
"mocha": "^4.0.0",
51+
"mocha": "^5.0.1",
5252
"prettier": "^1.4.4"
5353
},
5454
"lint-staged": {

‎yarn.lock

+67-38
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,70 @@
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.40":
6+
version "7.0.0-beta.40"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.40.tgz#37e2b0cf7c56026b4b21d3927cadf81adec32ac6"
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.40"
10+
11+
"@babel/generator@7.0.0-beta.40":
12+
version "7.0.0-beta.40"
13+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.40.tgz#ab61f9556f4f71dbd1138949c795bb9a21e302ea"
14+
dependencies:
15+
"@babel/types" "7.0.0-beta.40"
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.40":
22+
version "7.0.0-beta.40"
23+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.40.tgz#9d033341ab16517f40d43a73f2d81fc431ccd7b6"
24+
dependencies:
25+
"@babel/helper-get-function-arity" "7.0.0-beta.40"
26+
"@babel/template" "7.0.0-beta.40"
27+
"@babel/types" "7.0.0-beta.40"
1228

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"
29+
"@babel/helper-get-function-arity@7.0.0-beta.40":
30+
version "7.0.0-beta.40"
31+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.40.tgz#ac0419cf067b0ec16453e1274f03878195791c6e"
1632
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"
33+
"@babel/types" "7.0.0-beta.40"
2034

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"
35+
"@babel/highlight@7.0.0-beta.40":
36+
version "7.0.0-beta.40"
37+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.40.tgz#b43d67d76bf46e1d10d227f68cddcd263786b255"
2438
dependencies:
25-
"@babel/types" "7.0.0-beta.36"
39+
chalk "^2.0.0"
40+
esutils "^2.0.2"
41+
js-tokens "^3.0.0"
2642

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"
43+
"@babel/template@7.0.0-beta.40":
44+
version "7.0.0-beta.40"
45+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.40.tgz#034988c6424eb5c3268fe6a608626de1f4410fc8"
3046
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"
47+
"@babel/code-frame" "7.0.0-beta.40"
48+
"@babel/types" "7.0.0-beta.40"
49+
babylon "7.0.0-beta.40"
3450
lodash "^4.2.0"
3551

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"
52+
"@babel/traverse@7.0.0-beta.40":
53+
version "7.0.0-beta.40"
54+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.40.tgz#d140e449b2e093ef9fe1a2eecc28421ffb4e521e"
3955
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"
56+
"@babel/code-frame" "7.0.0-beta.40"
57+
"@babel/generator" "7.0.0-beta.40"
58+
"@babel/helper-function-name" "7.0.0-beta.40"
59+
"@babel/types" "7.0.0-beta.40"
60+
babylon "7.0.0-beta.40"
4461
debug "^3.0.1"
4562
globals "^11.1.0"
4663
invariant "^2.2.0"
4764
lodash "^4.2.0"
4865

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"
66+
"@babel/types@7.0.0-beta.40":
67+
version "7.0.0-beta.40"
68+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.40.tgz#25c3d7aae14126abe05fcb098c65a66b6d6b8c14"
5269
dependencies:
5370
esutils "^2.0.2"
5471
lodash "^4.2.0"
@@ -217,9 +234,9 @@ babylon@7.0.0-beta.22:
217234
version "7.0.0-beta.22"
218235
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
219236

220-
babylon@7.0.0-beta.36:
221-
version "7.0.0-beta.36"
222-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
237+
babylon@7.0.0-beta.40:
238+
version "7.0.0-beta.40"
239+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.40.tgz#91fc8cd56d5eb98b28e6fde41045f2957779940a"
223240

224241
balanced-match@^1.0.0:
225242
version "1.0.0"
@@ -960,6 +977,10 @@ jschardet@^1.4.2:
960977
version "1.4.2"
961978
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-1.4.2.tgz#2aa107f142af4121d145659d44f50830961e699a"
962979

980+
jsesc@^2.5.1:
981+
version "2.5.1"
982+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
983+
963984
json-schema-traverse@^0.3.0:
964985
version "0.3.1"
965986
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
@@ -1124,9 +1145,9 @@ mkdirp@0.5.1, mkdirp@^0.5.1:
11241145
dependencies:
11251146
minimist "0.0.8"
11261147

1127-
mocha@^4.0.0:
1128-
version "4.0.1"
1129-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.0.1.tgz#0aee5a95cf69a4618820f5e51fa31717117daf1b"
1148+
mocha@^5.0.1:
1149+
version "5.0.1"
1150+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.1.tgz#759b62c836b0732382a62b6b1fb245ec1bc943ac"
11301151
dependencies:
11311152
browser-stdout "1.3.0"
11321153
commander "2.11.0"
@@ -1458,6 +1479,10 @@ slice-ansi@0.0.4:
14581479
version "0.0.4"
14591480
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
14601481

1482+
source-map@^0.5.0:
1483+
version "0.5.7"
1484+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1485+
14611486
spdx-correct@~1.0.0:
14621487
version "1.0.2"
14631488
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40"
@@ -1582,6 +1607,10 @@ to-fast-properties@^2.0.0:
15821607
version "2.0.0"
15831608
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
15841609

1610+
trim-right@^1.0.1:
1611+
version "1.0.1"
1612+
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
1613+
15851614
tryit@^1.0.1:
15861615
version "1.0.3"
15871616
resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"

0 commit comments

Comments
 (0)
Please sign in to comment.