Skip to content

Commit cca3be1

Browse files
chore(deps): update babel monorepo to v7.0.0-beta.53 (#122)
1 parent 0f5817c commit cca3be1

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"devDependencies": {
3737
"@babel/cli": "7.0.0-beta.52",
3838
"@babel/core": "7.0.0-beta.52",
39-
"@babel/plugin-external-helpers": "7.0.0-beta.52",
39+
"@babel/plugin-external-helpers": "7.0.0-beta.53",
4040
"@babel/preset-env": "7.0.0-beta.52",
41-
"@babel/preset-typescript": "7.0.0-beta.52",
41+
"@babel/preset-typescript": "7.0.0-beta.53",
4242
"babel-eslint": "8.2.5",
4343
"babel-plugin-add-module-exports": "0.2.1",
4444
"babel-plugin-dev-expression": "0.2.1",

yarn.lock

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@
187187
version "7.0.0-beta.52"
188188
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.52.tgz#2f058c5f7c3a5fe4bc219036b2e78e11bddeb7ad"
189189

190+
191+
version "7.0.0-beta.53"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.53.tgz#d64458636ffc258b42714a9dd93aeb6f8b8cf3ed"
193+
190194
191195
version "7.0.0-beta.52"
192196
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.52.tgz#4ad8c7720497afbcd8f897c8a1b2ad03ebcd3061"
@@ -277,11 +281,11 @@
277281
version "7.0.0-beta.52"
278282
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.52.tgz#4e935b62cd9bf872bd37bcf1f63d82fe7b0237a2"
279283

280-
"@babel/[email protected].52":
281-
version "7.0.0-beta.52"
282-
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0-beta.52.tgz#26e81700679faf26111a7ce1be5d8c774e6f2cf8"
284+
"@babel/[email protected].53":
285+
version "7.0.0-beta.53"
286+
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0-beta.53.tgz#58c308627e1c057377e1e871a6a27dd3808d2db7"
283287
dependencies:
284-
"@babel/helper-plugin-utils" "7.0.0-beta.52"
288+
"@babel/helper-plugin-utils" "7.0.0-beta.53"
285289

286290
287291
version "7.0.0-beta.52"
@@ -331,11 +335,11 @@
331335
dependencies:
332336
"@babel/helper-plugin-utils" "7.0.0-beta.52"
333337

334-
"@babel/[email protected].52":
335-
version "7.0.0-beta.52"
336-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0-beta.52.tgz#9864f409a692d051a76e19828036234325c752f5"
338+
"@babel/[email protected].53":
339+
version "7.0.0-beta.53"
340+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0-beta.53.tgz#575a163cb144b094b4f7240e434badad831ec455"
337341
dependencies:
338-
"@babel/helper-plugin-utils" "7.0.0-beta.52"
342+
"@babel/helper-plugin-utils" "7.0.0-beta.53"
339343

340344
341345
version "7.0.0-beta.52"
@@ -517,12 +521,12 @@
517521
dependencies:
518522
"@babel/helper-plugin-utils" "7.0.0-beta.52"
519523

520-
"@babel/[email protected].52":
521-
version "7.0.0-beta.52"
522-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0-beta.52.tgz#8361c4c002040d4e4b5f38416757c0fe4741a1cb"
524+
"@babel/[email protected].53":
525+
version "7.0.0-beta.53"
526+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0-beta.53.tgz#775d2a53e46fd4a7562f314fe674a6ad2f8373c0"
523527
dependencies:
524-
"@babel/helper-plugin-utils" "7.0.0-beta.52"
525-
"@babel/plugin-syntax-typescript" "7.0.0-beta.52"
528+
"@babel/helper-plugin-utils" "7.0.0-beta.53"
529+
"@babel/plugin-syntax-typescript" "7.0.0-beta.53"
526530

527531
528532
version "7.0.0-beta.52"
@@ -577,12 +581,12 @@
577581
js-levenshtein "^1.1.3"
578582
semver "^5.3.0"
579583

580-
"@babel/[email protected].52":
581-
version "7.0.0-beta.52"
582-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.0.0-beta.52.tgz#34778e100bc69411463d44ffc4d53aea798b9921"
584+
"@babel/[email protected].53":
585+
version "7.0.0-beta.53"
586+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.0.0-beta.53.tgz#15faddecce27b9062ba50e1a13c201e2ce2ab9b0"
583587
dependencies:
584-
"@babel/helper-plugin-utils" "7.0.0-beta.52"
585-
"@babel/plugin-transform-typescript" "7.0.0-beta.52"
588+
"@babel/helper-plugin-utils" "7.0.0-beta.53"
589+
"@babel/plugin-transform-typescript" "7.0.0-beta.53"
586590

587591
588592
version "7.0.0-beta.44"

0 commit comments

Comments
 (0)