Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 1738588

Browse files
committed
fix(deps): update babel monorepo to ^7.5.4
1 parent 311406a commit 1738588

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@babel/cli": "^7.5.0",
43-
"@babel/core": "^7.5.0",
44-
"@babel/preset-env": "^7.5.0",
43+
"@babel/core": "^7.5.4",
44+
"@babel/preset-env": "^7.5.4",
4545
"@babel/preset-typescript": "^7.3.3",
4646
"@babel/register": "^7.4.4",
4747
"babel-plugin-static-fs": "^1.2.0",

Diff for: yarn.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
dependencies:
3939
"@babel/highlight" "^7.0.0"
4040

41-
"@babel/core@^7.5.0":
42-
version "7.5.0"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.0.tgz#6ed6a2881ad48a732c5433096d96d1b0ee5eb734"
44-
integrity sha512-6Isr4X98pwXqHvtigw71CKgmhL1etZjPs5A67jL/w0TkLM9eqmFR40YrnJvEc1WnMZFsskjsmid8bHZyxKEAnw==
41+
"@babel/core@^7.5.4":
42+
version "7.5.4"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
44+
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
4545
dependencies:
4646
"@babel/code-frame" "^7.0.0"
4747
"@babel/generator" "^7.5.0"
48-
"@babel/helpers" "^7.5.0"
48+
"@babel/helpers" "^7.5.4"
4949
"@babel/parser" "^7.5.0"
5050
"@babel/template" "^7.4.4"
5151
"@babel/traverse" "^7.5.0"
@@ -236,10 +236,10 @@
236236
"@babel/traverse" "^7.1.0"
237237
"@babel/types" "^7.2.0"
238238

239-
"@babel/helpers@^7.5.0":
240-
version "7.5.1"
241-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.1.tgz#65407c741a56ddd59dd86346cd112da3de912db3"
242-
integrity sha512-rVOTDv8sH8kNI72Unenusxw6u+1vEepZgLxeV+jHkhsQlYhzVhzL1EpfoWT7Ub3zpWSv2WV03V853dqsnyoQzA==
239+
"@babel/helpers@^7.5.4":
240+
version "7.5.4"
241+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
242+
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
243243
dependencies:
244244
"@babel/template" "^7.4.4"
245245
"@babel/traverse" "^7.5.0"
@@ -284,10 +284,10 @@
284284
"@babel/helper-plugin-utils" "^7.0.0"
285285
"@babel/plugin-syntax-json-strings" "^7.2.0"
286286

287-
"@babel/plugin-proposal-object-rest-spread@^7.5.0":
288-
version "7.5.1"
289-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.1.tgz#5788ab097c63135e4236548b4f112bfce09dd394"
290-
integrity sha512-PVGXx5LYHcT7L4MdoE+rM5uq68IKlvU9lljVQ4OXY6aUEnGvezcGbM4VNY57Ug+3R2Zg/nYHlEdiWoIBoRA0mw==
287+
"@babel/plugin-proposal-object-rest-spread@^7.5.4":
288+
version "7.5.4"
289+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331"
290+
integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA==
291291
dependencies:
292292
"@babel/helper-plugin-utils" "^7.0.0"
293293
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
@@ -606,17 +606,17 @@
606606
"@babel/helper-regex" "^7.4.4"
607607
regexpu-core "^4.5.4"
608608

609-
"@babel/preset-env@^7.5.0":
610-
version "7.5.0"
611-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.0.tgz#1122a751e864850b4dbce38bd9b4497840ee6f01"
612-
integrity sha512-/5oQ7cYg+6sH9Dt9yx5IiylnLPiUdyMHl5y+K0mKVNiW2wJ7FpU5bg8jKcT8PcCbxdYzfv6OuC63jLEtMuRSmQ==
609+
"@babel/preset-env@^7.5.4":
610+
version "7.5.4"
611+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d"
612+
integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ==
613613
dependencies:
614614
"@babel/helper-module-imports" "^7.0.0"
615615
"@babel/helper-plugin-utils" "^7.0.0"
616616
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
617617
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
618618
"@babel/plugin-proposal-json-strings" "^7.2.0"
619-
"@babel/plugin-proposal-object-rest-spread" "^7.5.0"
619+
"@babel/plugin-proposal-object-rest-spread" "^7.5.4"
620620
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
621621
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
622622
"@babel/plugin-syntax-async-generators" "^7.2.0"

0 commit comments

Comments
 (0)