upgrade Babel core to v7

This commit is contained in:
seven 2019-12-11 13:52:03 +05:00
parent e60d9f2d5a
commit 1af536d68f
2 changed files with 153 additions and 22 deletions

View file

@ -40,13 +40,13 @@
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/polyfill": "^7.0.0",
"@vue/test-utils": "^1.0.0-beta.26",
"autoprefixer": "^6.4.0",
"babel-core": "^6.0.0",
"babel-eslint": "^7.0.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-plugin-transform-vue-jsx": "3",