Skip to content

Commit 6ecaf63

Browse files
committed
Update dependency @babel/core to v7.4.5
1 parent ea27b8b commit 6ecaf63

File tree

2 files changed

+59
-29
lines changed

2 files changed

+59
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"typescript": "3.3.4000"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "7.3.4",
68+
"@babel/core": "7.4.5",
6969
"@babel/plugin-syntax-dynamic-import": "7.2.0",
7070
"@types/compression-webpack-plugin": "2.0.0",
7171
"@types/history": "4.7.2",

yarn.lock

Lines changed: 58 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@7.3.4":
13-
version "7.3.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b"
15-
integrity sha512-jRsuseXBo9pN197KnDwhhaaBzyZr2oIcLHHTt2oDdQrej5Qp57dCCJafWx5ivU8/alEYDpssYqv1MUqcxwQlrA==
12+
"@babel/core@7.4.5":
13+
version "7.4.5"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a"
15+
integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==
1616
dependencies:
1717
"@babel/code-frame" "^7.0.0"
18-
"@babel/generator" "^7.3.4"
19-
"@babel/helpers" "^7.2.0"
20-
"@babel/parser" "^7.3.4"
21-
"@babel/template" "^7.2.2"
22-
"@babel/traverse" "^7.3.4"
23-
"@babel/types" "^7.3.4"
18+
"@babel/generator" "^7.4.4"
19+
"@babel/helpers" "^7.4.4"
20+
"@babel/parser" "^7.4.5"
21+
"@babel/template" "^7.4.4"
22+
"@babel/traverse" "^7.4.5"
23+
"@babel/types" "^7.4.4"
2424
convert-source-map "^1.1.0"
2525
debug "^4.1.0"
2626
json5 "^2.1.0"
@@ -60,12 +60,12 @@
6060
source-map "^0.5.0"
6161
trim-right "^1.0.1"
6262

63-
"@babel/generator@^7.3.4":
64-
version "7.3.4"
65-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.4.tgz#9aa48c1989257877a9d971296e5b73bfe72e446e"
66-
integrity sha512-8EXhHRFqlVVWXPezBW5keTiQi/rJMQTg/Y9uVCEZ0CAF3PKtCCaVRnp64Ii1ujhkoDhhF1fVsImoN4yJ2uz4Wg==
63+
"@babel/generator@^7.4.4":
64+
version "7.4.4"
65+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
66+
integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==
6767
dependencies:
68-
"@babel/types" "^7.3.4"
68+
"@babel/types" "^7.4.4"
6969
jsesc "^2.5.1"
7070
lodash "^4.17.11"
7171
source-map "^0.5.0"
@@ -106,6 +106,13 @@
106106
dependencies:
107107
"@babel/types" "^7.0.0"
108108

109+
"@babel/helper-split-export-declaration@^7.4.4":
110+
version "7.4.4"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
112+
integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
113+
dependencies:
114+
"@babel/types" "^7.4.4"
115+
109116
"@babel/helpers@^7.2.0":
110117
version "7.3.1"
111118
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.3.1.tgz#949eec9ea4b45d3210feb7dc1c22db664c9e44b9"
@@ -115,6 +122,15 @@
115122
"@babel/traverse" "^7.1.5"
116123
"@babel/types" "^7.3.0"
117124

125+
"@babel/helpers@^7.4.4":
126+
version "7.4.4"
127+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5"
128+
integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A==
129+
dependencies:
130+
"@babel/template" "^7.4.4"
131+
"@babel/traverse" "^7.4.4"
132+
"@babel/types" "^7.4.4"
133+
118134
"@babel/highlight@^7.0.0":
119135
version "7.0.0"
120136
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
@@ -129,11 +145,16 @@
129145
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.3.tgz#092d450db02bdb6ccb1ca8ffd47d8774a91aef87"
130146
integrity sha512-xsH1CJoln2r74hR+y7cg2B5JCPaTh+Hd+EbBRk9nWGSNspuo6krjhX0Om6RnRQuIvFq8wVXCLKH3kwKDYhanSg==
131147

132-
"@babel/parser@^7.1.0", "@babel/parser@^7.3.4":
148+
"@babel/parser@^7.1.0":
133149
version "7.3.4"
134150
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"
135151
integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==
136152

153+
"@babel/parser@^7.4.4", "@babel/parser@^7.4.5":
154+
version "7.4.5"
155+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
156+
integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==
157+
137158
138159
version "7.2.0"
139160
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
@@ -171,6 +192,15 @@
171192
"@babel/parser" "^7.2.2"
172193
"@babel/types" "^7.2.2"
173194

195+
"@babel/template@^7.4.4":
196+
version "7.4.4"
197+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
198+
integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==
199+
dependencies:
200+
"@babel/code-frame" "^7.0.0"
201+
"@babel/parser" "^7.4.4"
202+
"@babel/types" "^7.4.4"
203+
174204
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2":
175205
version "7.2.3"
176206
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
@@ -186,17 +216,17 @@
186216
globals "^11.1.0"
187217
lodash "^4.17.10"
188218

189-
"@babel/traverse@^7.3.4":
190-
version "7.3.4"
191-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.3.4.tgz#1330aab72234f8dea091b08c4f8b9d05c7119e06"
192-
integrity sha512-TvTHKp6471OYEcE/91uWmhR6PrrYywQntCHSaZ8CM8Vmp+pjAusal4nGB2WCCQd0rvI7nOMKn9GnbcvTUz3/ZQ==
219+
"@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5":
220+
version "7.4.5"
221+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.5.tgz#4e92d1728fd2f1897dafdd321efbff92156c3216"
222+
integrity sha512-Vc+qjynwkjRmIFGxy0KYoPj4FdVDxLej89kMHFsWScq999uX+pwcX4v9mWRjW0KcAYTPAuVQl2LKP1wEVLsp+A==
193223
dependencies:
194224
"@babel/code-frame" "^7.0.0"
195-
"@babel/generator" "^7.3.4"
225+
"@babel/generator" "^7.4.4"
196226
"@babel/helper-function-name" "^7.1.0"
197-
"@babel/helper-split-export-declaration" "^7.0.0"
198-
"@babel/parser" "^7.3.4"
199-
"@babel/types" "^7.3.4"
227+
"@babel/helper-split-export-declaration" "^7.4.4"
228+
"@babel/parser" "^7.4.5"
229+
"@babel/types" "^7.4.4"
200230
debug "^4.1.0"
201231
globals "^11.1.0"
202232
lodash "^4.17.11"
@@ -210,10 +240,10 @@
210240
lodash "^4.17.11"
211241
to-fast-properties "^2.0.0"
212242

213-
"@babel/types@^7.3.4":
214-
version "7.3.4"
215-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed"
216-
integrity sha512-WEkp8MsLftM7O/ty580wAmZzN1nDmCACc5+jFzUt+GUFNNIi3LdRlueYz0YIlmJhlZx1QYDMZL5vdWCL0fNjFQ==
243+
"@babel/types@^7.4.4":
244+
version "7.4.4"
245+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
246+
integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==
217247
dependencies:
218248
esutils "^2.0.2"
219249
lodash "^4.17.11"

0 commit comments

Comments
 (0)