Skip to content

Commit b57d880

Browse files
committed
chore: bump @babel/core & babel-loader
1 parent e9a6925 commit b57d880

File tree

2 files changed

+27
-108
lines changed

2 files changed

+27
-108
lines changed

packages/@vuepress/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"homepage": "https://github.com/vuejs/vuepress#readme",
3030
"dependencies": {
31-
"@babel/core": "7.0.0-beta.47",
31+
"@babel/core": "^7.0.0",
3232
"@vue/babel-preset-app": "^3.1.1",
3333
"@vuepress/markdown": "^1.0.0-alpha.19",
3434
"@vuepress/markdown-loader": "^1.0.0-alpha.19",
3535
"@vuepress/plugin-last-updated": "^1.0.0-alpha.19",
3636
"@vuepress/plugin-register-components": "^1.0.0-alpha.19",
3737
"@vuepress/shared-utils": "^1.0.0-alpha.19",
3838
"autoprefixer": "^8.2.0",
39-
"babel-loader": "8.0.0-beta.3",
39+
"babel-loader": "^8.0.4",
4040
"cache-loader": "^1.2.2",
4141
"chokidar": "^2.0.3",
4242
"connect-history-api-fallback": "^1.5.0",

yarn.lock

+25-106
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
dependencies:
99
"@babel/highlight" "7.0.0-beta.44"
1010

11-
12-
version "7.0.0-beta.47"
13-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.47.tgz#d18c2f4c4ba8d093a2bcfab5616593bfe2441a27"
14-
dependencies:
15-
"@babel/highlight" "7.0.0-beta.47"
16-
1711
1812
version "7.0.0-rc.1"
1913
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-rc.1.tgz#5c2154415d6c09959a71845ef519d11157e95d10"
@@ -32,22 +26,21 @@
3226
dependencies:
3327
"@babel/highlight" "7.0.0-beta.54"
3428

35-
"@babel/[email protected]-beta.47":
36-
version "7.0.0-beta.47"
37-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.47.tgz#b9c164fb9a1e1083f067c236a9da1d7a7d759271"
38-
dependencies:
39-
"@babel/code-frame" "7.0.0-beta.47"
40-
"@babel/generator" "7.0.0-beta.47"
41-
"@babel/helpers" "7.0.0-beta.47"
42-
"@babel/template" "7.0.0-beta.47"
43-
"@babel/traverse" "7.0.0-beta.47"
44-
"@babel/types" "7.0.0-beta.47"
45-
babylon "7.0.0-beta.47"
29+
"@babel/core@^7.0.0":
30+
version "7.1.2"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
32+
dependencies:
33+
"@babel/code-frame" "^7.0.0"
34+
"@babel/generator" "^7.1.2"
35+
"@babel/helpers" "^7.1.2"
36+
"@babel/parser" "^7.1.2"
37+
"@babel/template" "^7.1.2"
38+
"@babel/traverse" "^7.1.0"
39+
"@babel/types" "^7.1.2"
4640
convert-source-map "^1.1.0"
4741
debug "^3.1.0"
4842
json5 "^0.5.0"
49-
lodash "^4.17.5"
50-
micromatch "^2.3.11"
43+
lodash "^4.17.10"
5144
resolve "^1.3.2"
5245
semver "^5.4.1"
5346
source-map "^0.5.0"
@@ -81,16 +74,6 @@
8174
source-map "^0.5.0"
8275
trim-right "^1.0.1"
8376

84-
85-
version "7.0.0-beta.47"
86-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.47.tgz#1835709f377cc4d2a4affee6d9258a10bbf3b9d1"
87-
dependencies:
88-
"@babel/types" "7.0.0-beta.47"
89-
jsesc "^2.5.1"
90-
lodash "^4.17.5"
91-
source-map "^0.5.0"
92-
trim-right "^1.0.1"
93-
9477
9578
version "7.0.0-rc.1"
9679
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-rc.1.tgz#739c87d70b31aeed802bd6bc9fd51480065c45e8"
@@ -101,7 +84,7 @@
10184
source-map "^0.5.0"
10285
trim-right "^1.0.1"
10386

104-
"@babel/generator@^7.1.3":
87+
"@babel/generator@^7.1.2", "@babel/generator@^7.1.3":
10588
version "7.1.3"
10689
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673"
10790
dependencies:
@@ -191,14 +174,6 @@
191174
"@babel/template" "7.0.0-beta.44"
192175
"@babel/types" "7.0.0-beta.44"
193176

194-
195-
version "7.0.0-beta.47"
196-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.47.tgz#8057d63e951e85c57c02cdfe55ad7608d73ffb7d"
197-
dependencies:
198-
"@babel/helper-get-function-arity" "7.0.0-beta.47"
199-
"@babel/template" "7.0.0-beta.47"
200-
"@babel/types" "7.0.0-beta.47"
201-
202177
203178
version "7.0.0-rc.1"
204179
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-rc.1.tgz#20b2cc836a53c669f297c8d309fc553385c5cdde"
@@ -221,12 +196,6 @@
221196
dependencies:
222197
"@babel/types" "7.0.0-beta.44"
223198

224-
225-
version "7.0.0-beta.47"
226-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.47.tgz#2de04f97c14b094b55899d3fa83144a16d207510"
227-
dependencies:
228-
"@babel/types" "7.0.0-beta.47"
229-
230199
231200
version "7.0.0-rc.1"
232201
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-rc.1.tgz#60185957f72ed73766ce74c836ac574921743c46"
@@ -389,12 +358,6 @@
389358
dependencies:
390359
"@babel/types" "7.0.0-beta.44"
391360

392-
393-
version "7.0.0-beta.47"
394-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.47.tgz#e11277855472d8d83baf22f2d0186c4a2059b09a"
395-
dependencies:
396-
"@babel/types" "7.0.0-beta.47"
397-
398361
399362
version "7.0.0-rc.1"
400363
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-rc.1.tgz#b00323834343fd0210f1f46c7a53521ad53efa5e"
@@ -425,14 +388,6 @@
425388
"@babel/traverse" "^7.1.0"
426389
"@babel/types" "^7.0.0"
427390

428-
429-
version "7.0.0-beta.47"
430-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.47.tgz#f9b42ed2e4d5f75ec0fb2e792c173e451e8d40fd"
431-
dependencies:
432-
"@babel/template" "7.0.0-beta.47"
433-
"@babel/traverse" "7.0.0-beta.47"
434-
"@babel/types" "7.0.0-beta.47"
435-
436391
437392
version "7.0.0-rc.1"
438393
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-rc.1.tgz#e59092cdf4b28026b3fc9d272e27e0ef152b4bee"
@@ -441,6 +396,14 @@
441396
"@babel/traverse" "7.0.0-rc.1"
442397
"@babel/types" "7.0.0-rc.1"
443398

399+
"@babel/helpers@^7.1.2":
400+
version "7.1.2"
401+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5"
402+
dependencies:
403+
"@babel/template" "^7.1.2"
404+
"@babel/traverse" "^7.1.0"
405+
"@babel/types" "^7.1.2"
406+
444407
445408
version "7.0.0-beta.44"
446409
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
@@ -449,14 +412,6 @@
449412
esutils "^2.0.2"
450413
js-tokens "^3.0.0"
451414

452-
453-
version "7.0.0-beta.47"
454-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.47.tgz#8fbc83fb2a21f0bd2b95cdbeb238cf9689cad494"
455-
dependencies:
456-
chalk "^2.0.0"
457-
esutils "^2.0.2"
458-
js-tokens "^3.0.0"
459-
460415
461416
version "7.0.0-beta.54"
462417
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.54.tgz#155d507358329b8e7068970017c3fd74a9b08584"
@@ -1133,15 +1088,6 @@
11331088
babylon "7.0.0-beta.44"
11341089
lodash "^4.2.0"
11351090

1136-
1137-
version "7.0.0-beta.47"
1138-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.47.tgz#0473970a7c0bee7a1a18c1ca999d3ba5e5bad83d"
1139-
dependencies:
1140-
"@babel/code-frame" "7.0.0-beta.47"
1141-
"@babel/types" "7.0.0-beta.47"
1142-
babylon "7.0.0-beta.47"
1143-
lodash "^4.17.5"
1144-
11451091
11461092
version "7.0.0-rc.1"
11471093
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-rc.1.tgz#5f9c0a481c9f22ecdb84697b3c3a34eadeeca23c"
@@ -1151,7 +1097,7 @@
11511097
"@babel/types" "7.0.0-rc.1"
11521098
lodash "^4.17.10"
11531099

1154-
"@babel/template@^7.1.0":
1100+
"@babel/template@^7.1.0", "@babel/template@^7.1.2":
11551101
version "7.1.2"
11561102
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
11571103
dependencies:
@@ -1174,21 +1120,6 @@
11741120
invariant "^2.2.0"
11751121
lodash "^4.2.0"
11761122

1177-
1178-
version "7.0.0-beta.47"
1179-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.47.tgz#0e57fdbb9ff3a909188b6ebf1e529c641e6c82a4"
1180-
dependencies:
1181-
"@babel/code-frame" "7.0.0-beta.47"
1182-
"@babel/generator" "7.0.0-beta.47"
1183-
"@babel/helper-function-name" "7.0.0-beta.47"
1184-
"@babel/helper-split-export-declaration" "7.0.0-beta.47"
1185-
"@babel/types" "7.0.0-beta.47"
1186-
babylon "7.0.0-beta.47"
1187-
debug "^3.1.0"
1188-
globals "^11.1.0"
1189-
invariant "^2.2.0"
1190-
lodash "^4.17.5"
1191-
11921123
11931124
version "7.0.0-rc.1"
11941125
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-rc.1.tgz#867b4b45ada2d51ae2d0076f1c1d5880f8557158"
@@ -1225,14 +1156,6 @@
12251156
lodash "^4.2.0"
12261157
to-fast-properties "^2.0.0"
12271158

1228-
1229-
version "7.0.0-beta.47"
1230-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.47.tgz#e6fcc1a691459002c2671d558a586706dddaeef8"
1231-
dependencies:
1232-
esutils "^2.0.2"
1233-
lodash "^4.17.5"
1234-
to-fast-properties "^2.0.0"
1235-
12361159
12371160
version "7.0.0-rc.1"
12381161
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-rc.1.tgz#6abf6d14ddd9fc022617e5b62e6b32f4fa6526ad"
@@ -1925,9 +1848,9 @@ babel-jest@^23.4.0, babel-jest@^23.4.2:
19251848
babel-plugin-istanbul "^4.1.6"
19261849
babel-preset-jest "^23.2.0"
19271850

1928-
1929-
version "8.0.0-beta.3"
1930-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.0-beta.3.tgz#49efeea6e8058d5af860a18a6de88b8c1450645b"
1851+
babel-loader@^8.0.4:
1852+
version "8.0.4"
1853+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.4.tgz#7bbf20cbe4560629e2e41534147692d3fecbdce6"
19311854
dependencies:
19321855
find-cache-dir "^1.0.0"
19331856
loader-utils "^1.0.2"
@@ -2048,10 +1971,6 @@ [email protected]:
20481971
version "7.0.0-beta.44"
20491972
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
20501973

2051-
2052-
version "7.0.0-beta.47"
2053-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.47.tgz#6d1fa44f0abec41ab7c780481e62fd9aafbdea80"
2054-
20551974
babylon@^6.18.0:
20561975
version "6.18.0"
20571976
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"

0 commit comments

Comments
 (0)