chore(cli): bump @vue/babel-plugin-jsx@1.0.0

This commit is contained in:
chenjiahan 2020-12-30 17:50:25 +08:00
parent 54d2717267
commit 4bdad0119f
2 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@
"@vant/markdown-vetur": "^2.0.2", "@vant/markdown-vetur": "^2.0.2",
"@vant/stylelint-config": "^1.4.2", "@vant/stylelint-config": "^1.4.2",
"@vant/touch-emulator": "^1.2.0", "@vant/touch-emulator": "^1.2.0",
"@vue/babel-plugin-jsx": "^1.0.0-rc.5", "@vue/babel-plugin-jsx": "^1.0.0",
"@vue/test-utils": "2.0.0-beta.10", "@vue/test-utils": "2.0.0-beta.10",
"address": "^1.1.2", "address": "^1.1.2",
"autoprefixer": "^9.0.0", "autoprefixer": "^9.0.0",

View File

@ -1905,22 +1905,22 @@
resolved "https://registry.yarnpkg.com/@vant/touch-emulator/-/touch-emulator-1.2.0.tgz#486300b23e57db9ce9231a04e0a0c621c68692d8" resolved "https://registry.yarnpkg.com/@vant/touch-emulator/-/touch-emulator-1.2.0.tgz#486300b23e57db9ce9231a04e0a0c621c68692d8"
integrity sha512-sJ97zU85zOq51qoi7+CpBEcOyH3CitjP1KC7/GQwqaurUJni+EP7/F9n0HMnAh8GXMjgtgDBNJ5z48x+coNKYQ== integrity sha512-sJ97zU85zOq51qoi7+CpBEcOyH3CitjP1KC7/GQwqaurUJni+EP7/F9n0HMnAh8GXMjgtgDBNJ5z48x+coNKYQ==
"@vue/babel-helper-vue-transform-on@^1.0.0-rc.2": "@vue/babel-helper-vue-transform-on@^1.0.0":
version "1.0.0-rc.2" version "1.0.0"
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" resolved "https://registry.npm.taobao.org/@vue/babel-helper-vue-transform-on/download/@vue/babel-helper-vue-transform-on-1.0.0.tgz?cache=0&sync_timestamp=1608914007884&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-helper-vue-transform-on%2Fdownload%2F%40vue%2Fbabel-helper-vue-transform-on-1.0.0.tgz#8cbec6bbcae53626ad70139061be5e73403c9a62"
integrity sha1-ckY0H2ZufG5lsT2kIOLOhXFPu8o= integrity sha1-jL7Gu8rlNiatcBOQYb5ec0A8mmI=
"@vue/babel-plugin-jsx@^1.0.0-rc.5": "@vue/babel-plugin-jsx@^1.0.0":
version "1.0.0-rc.5" version "1.0.0"
resolved "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.0-rc.5.tgz?cache=0&sync_timestamp=1607773033381&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.0-rc.5.tgz#e440be2d0775ee3828cba2c38a03b19a92174865" resolved "https://registry.npm.taobao.org/@vue/babel-plugin-jsx/download/@vue/babel-plugin-jsx-1.0.0.tgz?cache=0&sync_timestamp=1608914005291&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vue%2Fbabel-plugin-jsx%2Fdownload%2F%40vue%2Fbabel-plugin-jsx-1.0.0.tgz#1dabe1cf8588d088226fd5666ff1987f2f11982d"
integrity sha1-5EC+LQd17jgoy6LDigOxmpIXSGU= integrity sha1-Havhz4WI0Igib9Vmb/GYfy8RmC0=
dependencies: dependencies:
"@babel/helper-module-imports" "^7.0.0" "@babel/helper-module-imports" "^7.0.0"
"@babel/plugin-syntax-jsx" "^7.0.0" "@babel/plugin-syntax-jsx" "^7.0.0"
"@babel/template" "^7.0.0" "@babel/template" "^7.0.0"
"@babel/traverse" "^7.0.0" "@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0" "@babel/types" "^7.0.0"
"@vue/babel-helper-vue-transform-on" "^1.0.0-rc.2" "@vue/babel-helper-vue-transform-on" "^1.0.0"
camelcase "^6.0.0" camelcase "^6.0.0"
html-tags "^3.1.0" html-tags "^3.1.0"
svg-tags "^1.0.0" svg-tags "^1.0.0"