Skip to content

Commit d58ae3f

Browse files
committed
Update dependency @babel/core to v7.4.0
1 parent b326198 commit d58ae3f

File tree

2 files changed

+57
-32
lines changed

2 files changed

+57
-32
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.3333"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "7.3.4",
68+
"@babel/core": "7.4.0",
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: 56 additions & 31 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.0":
13+
version "7.4.0"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.0.tgz#248fd6874b7d755010bfe61f557461d4f446d9e9"
15+
integrity sha512-Dzl7U0/T69DFOTwqz/FJdnOSWS57NpjNfCwMKHABr589Lg8uX1RrlBIJ7L5Dubt/xkLsx0xH5EBFzlBVes1ayA==
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.0"
19+
"@babel/helpers" "^7.4.0"
20+
"@babel/parser" "^7.4.0"
21+
"@babel/template" "^7.4.0"
22+
"@babel/traverse" "^7.4.0"
23+
"@babel/types" "^7.4.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.4.0":
64+
version "7.4.0"
65+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196"
66+
integrity sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==
6767
dependencies:
68-
"@babel/types" "^7.3.4"
68+
"@babel/types" "^7.4.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.0":
110+
version "7.4.0"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz#571bfd52701f492920d63b7f735030e9a3e10b55"
112+
integrity sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==
113+
dependencies:
114+
"@babel/types" "^7.4.0"
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.0":
126+
version "7.4.2"
127+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.2.tgz#3bdfa46a552ca77ef5a0f8551be5f0845ae989be"
128+
integrity sha512-gQR1eQeroDzFBikhrCccm5Gs2xBjZ57DNjGbqTaHo911IpmSxflOQWMAHPw/TXk8L3isv7s9lYzUkexOeTQUYg==
129+
dependencies:
130+
"@babel/template" "^7.4.0"
131+
"@babel/traverse" "^7.4.0"
132+
"@babel/types" "^7.4.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,10 +145,10 @@
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.3.4":
133-
version "7.3.4"
134-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"
135-
integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==
148+
"@babel/parser@^7.4.0":
149+
version "7.4.2"
150+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.2.tgz#b4521a400cb5a871eab3890787b4bc1326d38d91"
151+
integrity sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==
136152

137153
138154
version "7.2.0"
@@ -171,6 +187,15 @@
171187
"@babel/parser" "^7.2.2"
172188
"@babel/types" "^7.2.2"
173189

190+
"@babel/template@^7.4.0":
191+
version "7.4.0"
192+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b"
193+
integrity sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==
194+
dependencies:
195+
"@babel/code-frame" "^7.0.0"
196+
"@babel/parser" "^7.4.0"
197+
"@babel/types" "^7.4.0"
198+
174199
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2":
175200
version "7.2.3"
176201
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
@@ -186,17 +211,17 @@
186211
globals "^11.1.0"
187212
lodash "^4.17.10"
188213

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==
214+
"@babel/traverse@^7.4.0":
215+
version "7.4.0"
216+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.0.tgz#14006967dd1d2b3494cdd650c686db9daf0ddada"
217+
integrity sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==
193218
dependencies:
194219
"@babel/code-frame" "^7.0.0"
195-
"@babel/generator" "^7.3.4"
220+
"@babel/generator" "^7.4.0"
196221
"@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"
222+
"@babel/helper-split-export-declaration" "^7.4.0"
223+
"@babel/parser" "^7.4.0"
224+
"@babel/types" "^7.4.0"
200225
debug "^4.1.0"
201226
globals "^11.1.0"
202227
lodash "^4.17.11"
@@ -210,10 +235,10 @@
210235
lodash "^4.17.11"
211236
to-fast-properties "^2.0.0"
212237

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==
238+
"@babel/types@^7.4.0":
239+
version "7.4.0"
240+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
241+
integrity sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==
217242
dependencies:
218243
esutils "^2.0.2"
219244
lodash "^4.17.11"

0 commit comments

Comments
 (0)