Skip to content

Commit da72e13

Browse files
committed
Update dependency @babel/core to v7.5.4
1 parent ea27b8b commit da72e13

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.5.4",
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.5.4":
13+
version "7.5.4"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
15+
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
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.5.0"
19+
"@babel/helpers" "^7.5.4"
20+
"@babel/parser" "^7.5.0"
21+
"@babel/template" "^7.4.4"
22+
"@babel/traverse" "^7.5.0"
23+
"@babel/types" "^7.5.0"
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.5.0":
64+
version "7.5.0"
65+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
66+
integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==
6767
dependencies:
68-
"@babel/types" "^7.3.4"
68+
"@babel/types" "^7.5.0"
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.5.4":
126+
version "7.5.4"
127+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
128+
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
129+
dependencies:
130+
"@babel/template" "^7.4.4"
131+
"@babel/traverse" "^7.5.0"
132+
"@babel/types" "^7.5.0"
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.5.0":
154+
version "7.5.0"
155+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
156+
integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
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.5.0":
220+
version "7.5.0"
221+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
222+
integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
193223
dependencies:
194224
"@babel/code-frame" "^7.0.0"
195-
"@babel/generator" "^7.3.4"
225+
"@babel/generator" "^7.5.0"
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.5.0"
229+
"@babel/types" "^7.5.0"
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", "@babel/types@^7.5.0":
244+
version "7.5.0"
245+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
246+
integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==
217247
dependencies:
218248
esutils "^2.0.2"
219249
lodash "^4.17.11"

0 commit comments

Comments
 (0)