Skip to content

Commit be94630

Browse files
author
test
committed
chore: bump babel version
1 parent fe12c6e commit be94630

File tree

5 files changed

+550
-782
lines changed

5 files changed

+550
-782
lines changed

packages/@vue/babel-preset-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/babel-preset-app#readme",
2323
"dependencies": {
24-
"@babel/plugin-syntax-jsx": "7.0.0-beta.46",
25-
"@babel/plugin-transform-runtime": "7.0.0-beta.46",
26-
"@babel/preset-env": "7.0.0-beta.46",
27-
"@babel/preset-stage-2": "7.0.0-beta.46",
28-
"@babel/runtime": "7.0.0-beta.46",
24+
"@babel/plugin-syntax-jsx": "7.0.0-beta.47",
25+
"@babel/plugin-transform-runtime": "7.0.0-beta.47",
26+
"@babel/preset-env": "7.0.0-beta.47",
27+
"@babel/preset-stage-2": "7.0.0-beta.47",
28+
"@babel/runtime": "7.0.0-beta.47",
2929
"babel-helper-vue-jsx-merge-props": "^2.0.3",
3030
"babel-plugin-dynamic-import-node": "^1.2.0",
3131
"babel-plugin-transform-vue-jsx": "^4.0.1"

packages/@vue/cli-plugin-babel/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// hack babel's codegen to fix source map.
2-
// this is a temporary patch before the actual change is released.
3-
// TODO remove after upgrading Babel to 7.0.0-beta.47
4-
require('./patchBabel')
5-
61
module.exports = (api, {
72
parallel,
83
transpileDependencies

packages/@vue/cli-plugin-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-plugin-babel#readme",
2121
"dependencies": {
22-
"@babel/core": "7.0.0-beta.46",
22+
"@babel/core": "7.0.0-beta.47",
2323
"@vue/babel-preset-app": "^3.0.0-beta.10",
2424
"babel-loader": "^8.0.0-0"
2525
},

0 commit comments

Comments
 (0)