chore: update @vue/babel-plugin-jsx

This commit is contained in:
chenjiahan 2020-08-28 15:24:35 +08:00
parent f843e6def9
commit 61c44383c2
3 changed files with 22 additions and 22 deletions

View File

@ -39,7 +39,6 @@
"@types/webpack-merge": "^4.1.5"
},
"dependencies": {
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-rc.1",
"@babel/core": "^7.10.1",
"@babel/plugin-syntax-jsx": "^7.10.1",
"@babel/plugin-transform-object-assign": "^7.10.1",
@ -55,6 +54,7 @@
"@vant/markdown-vetur": "^2.0.1",
"@vant/stylelint-config": "^1.3.0",
"@vant/touch-emulator": "^1.2.0",
"@vue/babel-plugin-jsx": "^1.0.0-rc.2",
"@vue/component-compiler-utils": "^3.1.2",
"@vue/test-utils": "2.0.0-beta.2",
"address": "^1.1.2",

View File

@ -1,6 +1,6 @@
import { ConfigAPI } from '@babel/core';
module.exports = function(api?: ConfigAPI) {
module.exports = function (api?: ConfigAPI) {
if (api) {
api.cache.never();
}
@ -37,7 +37,7 @@ module.exports = function(api?: ConfigAPI) {
},
'vant',
],
'@ant-design-vue/babel-plugin-jsx',
'@vue/babel-plugin-jsx',
'@babel/plugin-transform-object-assign',
],
};

View File

@ -2,25 +2,6 @@
# yarn lockfile v1
"@ant-design-vue/babel-helper-vue-transform-on@^1.0.0":
version "1.0.1"
resolved "https://registry.npmjs.org/@ant-design-vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.1.tgz#d219d92f4e1fc5e7add211c347c7fa000518b623"
integrity sha512-dOAPf/tCM2lCG8FhvOMFBaOdMElMEGhOoocMXEWvHW2l1KIex+UibDcq4bdBEJpDMLrnbNOqci9E7P2dARP6lg==
"@ant-design-vue/babel-plugin-jsx@^1.0.0-rc.1":
version "1.0.0-rc.1"
resolved "https://registry.npmjs.org/@ant-design-vue/babel-plugin-jsx/-/babel-plugin-jsx-1.0.0-rc.1.tgz#ae56cecbda9f08691bcf92dfe98e2416e77d758b"
integrity sha512-x7PfAHSs5/emIuey1Df7Bh/vJU27S9KBdufzoAA7kgwTpEpY85R7CXD9gl6sJFB7aG2pZpl4Tmm+FsHlzgp7fA==
dependencies:
"@ant-design-vue/babel-helper-vue-transform-on" "^1.0.0"
"@babel/helper-module-imports" "^7.0.0"
"@babel/plugin-syntax-jsx" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
camelcase "^6.0.0"
html-tags "^3.1.0"
svg-tags "^1.0.0"
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
@ -2139,6 +2120,25 @@
resolved "https://registry.yarnpkg.com/@vant/touch-emulator/-/touch-emulator-1.2.0.tgz#486300b23e57db9ce9231a04e0a0c621c68692d8"
integrity sha512-sJ97zU85zOq51qoi7+CpBEcOyH3CitjP1KC7/GQwqaurUJni+EP7/F9n0HMnAh8GXMjgtgDBNJ5z48x+coNKYQ==
"@vue/babel-helper-vue-transform-on@^1.0.0-rc.2":
version "1.0.0-rc.2"
resolved "https://registry.npm.taobao.org/@vue/babel-helper-vue-transform-on/download/@vue/babel-helper-vue-transform-on-1.0.0-rc.2.tgz#7246341f666e7c6e65b13da420e2ce85714fbbca"
integrity sha1-ckY0H2ZufG5lsT2kIOLOhXFPu8o=
"@vue/babel-plugin-jsx@^1.0.0-rc.2":
version "1.0.0-rc.2"
resolved "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.0-rc.2.tgz#2c72a6bf6d10f57bb6bf1a2799214a541933345b"
integrity sha1-LHKmv20Q9Xu2vxonmSFKVBkzNFs=
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/plugin-syntax-jsx" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
"@vue/babel-helper-vue-transform-on" "^1.0.0-rc.2"
camelcase "^6.0.0"
html-tags "^3.1.0"
svg-tags "^1.0.0"
"@vue/component-compiler-utils@^3.1.2":
version "3.1.2"
resolved "https://registry.npm.taobao.org/@vue/component-compiler-utils/download/@vue/component-compiler-utils-3.1.2.tgz#8213a5ff3202f9f2137fe55370f9e8b9656081c3"