Skip to content

Commit 656c4c5

Browse files
chore(deps): update dependency @babel/core to v7.0.0-beta.52 (#118)
1 parent 3ebdde1 commit 656c4c5

File tree

2 files changed

+18
-90
lines changed

2 files changed

+18
-90
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@babel/cli": "7.0.0-beta.52",
38-
"@babel/core": "7.0.0-beta.51",
38+
"@babel/core": "7.0.0-beta.52",
3939
"@babel/plugin-external-helpers": "7.0.0-beta.52",
4040
"@babel/preset-env": "7.0.0-beta.52",
4141
"@babel/preset-typescript": "7.0.0-beta.52",

yarn.lock

Lines changed: 17 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
dependencies:
2525
"@babel/highlight" "7.0.0-beta.44"
2626

27-
28-
version "7.0.0-beta.51"
29-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.51.tgz#bd71d9b192af978df915829d39d4094456439a0c"
30-
dependencies:
31-
"@babel/highlight" "7.0.0-beta.51"
32-
3327
3428
version "7.0.0-beta.52"
3529
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.52.tgz#192483bfa0d1e467c101571c21029ccb74af2801"
@@ -42,17 +36,17 @@
4236
dependencies:
4337
"@babel/highlight" "7.0.0-beta.47"
4438

45-
"@babel/[email protected].51":
46-
version "7.0.0-beta.51"
47-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.51.tgz#0e54bd6b638736b2ae593c31a47f0969e2b2b96d"
48-
dependencies:
49-
"@babel/code-frame" "7.0.0-beta.51"
50-
"@babel/generator" "7.0.0-beta.51"
51-
"@babel/helpers" "7.0.0-beta.51"
52-
"@babel/parser" "7.0.0-beta.51"
53-
"@babel/template" "7.0.0-beta.51"
54-
"@babel/traverse" "7.0.0-beta.51"
55-
"@babel/types" "7.0.0-beta.51"
39+
"@babel/[email protected].52":
40+
version "7.0.0-beta.52"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.52.tgz#f27a9a468f8cf9c860aabca5f6084fa52fbc6e55"
42+
dependencies:
43+
"@babel/code-frame" "7.0.0-beta.52"
44+
"@babel/generator" "7.0.0-beta.52"
45+
"@babel/helpers" "7.0.0-beta.52"
46+
"@babel/parser" "7.0.0-beta.52"
47+
"@babel/template" "7.0.0-beta.52"
48+
"@babel/traverse" "7.0.0-beta.52"
49+
"@babel/types" "7.0.0-beta.52"
5650
convert-source-map "^1.1.0"
5751
debug "^3.1.0"
5852
json5 "^0.5.0"
@@ -72,16 +66,6 @@
7266
source-map "^0.5.0"
7367
trim-right "^1.0.1"
7468

75-
76-
version "7.0.0-beta.51"
77-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.51.tgz#6c7575ffde761d07485e04baedc0392c6d9e30f6"
78-
dependencies:
79-
"@babel/types" "7.0.0-beta.51"
80-
jsesc "^2.5.1"
81-
lodash "^4.17.5"
82-
source-map "^0.5.0"
83-
trim-right "^1.0.1"
84-
8569
8670
version "7.0.0-beta.52"
8771
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.52.tgz#26968f12fad818cd974c849b286b437e1e8ccd91"
@@ -136,14 +120,6 @@
136120
"@babel/template" "7.0.0-beta.44"
137121
"@babel/types" "7.0.0-beta.44"
138122

139-
140-
version "7.0.0-beta.51"
141-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.51.tgz#21b4874a227cf99ecafcc30a90302da5a2640561"
142-
dependencies:
143-
"@babel/helper-get-function-arity" "7.0.0-beta.51"
144-
"@babel/template" "7.0.0-beta.51"
145-
"@babel/types" "7.0.0-beta.51"
146-
147123
148124
version "7.0.0-beta.52"
149125
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.52.tgz#a867a58ff571b25772b2d799b32866058573c450"
@@ -158,12 +134,6 @@
158134
dependencies:
159135
"@babel/types" "7.0.0-beta.44"
160136

161-
162-
version "7.0.0-beta.51"
163-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.51.tgz#3281b2d045af95c172ce91b20825d85ea4676411"
164-
dependencies:
165-
"@babel/types" "7.0.0-beta.51"
166-
167137
168138
version "7.0.0-beta.52"
169139
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.52.tgz#1c0cda58e0b75f45e92eafbd8fe189a4eee92b74"
@@ -256,12 +226,6 @@
256226
dependencies:
257227
"@babel/types" "7.0.0-beta.44"
258228

259-
260-
version "7.0.0-beta.51"
261-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.51.tgz#8a6c3f66c4d265352fc077484f9f6e80a51ab978"
262-
dependencies:
263-
"@babel/types" "7.0.0-beta.51"
264-
265229
266230
version "7.0.0-beta.52"
267231
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.52.tgz#4aac4f30ea6384af3676e04b5246727632e460df"
@@ -277,13 +241,13 @@
277241
"@babel/traverse" "7.0.0-beta.52"
278242
"@babel/types" "7.0.0-beta.52"
279243

280-
"@babel/[email protected].51":
281-
version "7.0.0-beta.51"
282-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.51.tgz#95272be2ab4634d6820425f8925031a928918397"
244+
"@babel/[email protected].52":
245+
version "7.0.0-beta.52"
246+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.52.tgz#89beebe4e4fd6b22f5d7540716027629408c4a63"
283247
dependencies:
284-
"@babel/template" "7.0.0-beta.51"
285-
"@babel/traverse" "7.0.0-beta.51"
286-
"@babel/types" "7.0.0-beta.51"
248+
"@babel/template" "7.0.0-beta.52"
249+
"@babel/traverse" "7.0.0-beta.52"
250+
"@babel/types" "7.0.0-beta.52"
287251

288252
289253
version "7.0.0-beta.44"
@@ -301,14 +265,6 @@
301265
esutils "^2.0.2"
302266
js-tokens "^3.0.0"
303267

304-
305-
version "7.0.0-beta.51"
306-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.51.tgz#e8844ae25a1595ccfd42b89623b4376ca06d225d"
307-
dependencies:
308-
chalk "^2.0.0"
309-
esutils "^2.0.2"
310-
js-tokens "^3.0.0"
311-
312268
313269
version "7.0.0-beta.52"
314270
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.52.tgz#ef24931432f06155e7bc39cdb8a6b37b4a28b3d0"
@@ -317,10 +273,6 @@
317273
esutils "^2.0.2"
318274
js-tokens "^3.0.0"
319275

320-
321-
version "7.0.0-beta.51"
322-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.51.tgz#27cec2df409df60af58270ed8f6aa55409ea86f6"
323-
324276
325277
version "7.0.0-beta.52"
326278
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.52.tgz#4e935b62cd9bf872bd37bcf1f63d82fe7b0237a2"
@@ -641,15 +593,6 @@
641593
babylon "7.0.0-beta.44"
642594
lodash "^4.2.0"
643595

644-
645-
version "7.0.0-beta.51"
646-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.51.tgz#9602a40aebcf357ae9677e2532ef5fc810f5fbff"
647-
dependencies:
648-
"@babel/code-frame" "7.0.0-beta.51"
649-
"@babel/parser" "7.0.0-beta.51"
650-
"@babel/types" "7.0.0-beta.51"
651-
lodash "^4.17.5"
652-
653596
654597
version "7.0.0-beta.52"
655598
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.52.tgz#44e18fac38251f57f92511d6748f095ab02f996e"
@@ -674,21 +617,6 @@
674617
invariant "^2.2.0"
675618
lodash "^4.2.0"
676619

677-
678-
version "7.0.0-beta.51"
679-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.51.tgz#981daf2cec347a6231d3aa1d9e1803b03aaaa4a8"
680-
dependencies:
681-
"@babel/code-frame" "7.0.0-beta.51"
682-
"@babel/generator" "7.0.0-beta.51"
683-
"@babel/helper-function-name" "7.0.0-beta.51"
684-
"@babel/helper-split-export-declaration" "7.0.0-beta.51"
685-
"@babel/parser" "7.0.0-beta.51"
686-
"@babel/types" "7.0.0-beta.51"
687-
debug "^3.1.0"
688-
globals "^11.1.0"
689-
invariant "^2.2.0"
690-
lodash "^4.17.5"
691-
692620
693621
version "7.0.0-beta.52"
694622
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.52.tgz#9b8ba994f7264d9847858ad2feecc2738c5e2ef3"

0 commit comments

Comments
 (0)