mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(cli): changelog 3.1.8
This commit is contained in:
parent
41688353e1
commit
559710f945
@ -66,7 +66,7 @@
|
|||||||
"vue": "^3.0.0"
|
"vue": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vant/cli": "^3.1.5",
|
"@vant/cli": "^3.1.8",
|
||||||
"@vue/compiler-sfc": "3.0.3",
|
"@vue/compiler-sfc": "3.0.3",
|
||||||
"vue": "3.0.3",
|
"vue": "3.0.3",
|
||||||
"prettier": "2.1.0"
|
"prettier": "2.1.0"
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## v3.1.8
|
||||||
|
|
||||||
|
`2020-12-30`
|
||||||
|
|
||||||
|
- 升级 @vue/babel-plugin-jsx 1.0.0 正式版
|
||||||
|
|
||||||
## v3.1.7
|
## v3.1.7
|
||||||
|
|
||||||
`2020-12-16`
|
`2020-12-16`
|
||||||
|
54
yarn.lock
54
yarn.lock
@ -1867,10 +1867,10 @@
|
|||||||
"@typescript-eslint/types" "4.6.0"
|
"@typescript-eslint/types" "4.6.0"
|
||||||
eslint-visitor-keys "^2.0.0"
|
eslint-visitor-keys "^2.0.0"
|
||||||
|
|
||||||
"@vant/cli@^3.1.5":
|
"@vant/cli@^3.1.8":
|
||||||
version "3.1.5"
|
version "3.1.8"
|
||||||
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.1.5.tgz?cache=0&sync_timestamp=1608038340110&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-3.1.5.tgz#9ab76931aa05dd939cb602620d6c8773c6a5899d"
|
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.1.8.tgz?cache=0&sync_timestamp=1609321911081&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-3.1.8.tgz#45b79f02c9878aa688d7a8df7c33710de2984bd3"
|
||||||
integrity sha1-mrdpMaoF3ZOctgJiDWyHc8aliZ0=
|
integrity sha1-RbefAsmHiqaI16jffDNxDeKYS9M=
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.12.7"
|
"@babel/core" "^7.12.7"
|
||||||
"@babel/plugin-transform-object-assign" "^7.12.1"
|
"@babel/plugin-transform-object-assign" "^7.12.1"
|
||||||
@ -1882,12 +1882,12 @@
|
|||||||
"@nuxt/friendly-errors-webpack-plugin" "^2.5.0"
|
"@nuxt/friendly-errors-webpack-plugin" "^2.5.0"
|
||||||
"@types/jest" "^26.0.15"
|
"@types/jest" "^26.0.15"
|
||||||
"@types/webpack-dev-server" "^3.11.1"
|
"@types/webpack-dev-server" "^3.11.1"
|
||||||
"@vant/eslint-config" "^3.0.0"
|
"@vant/eslint-config" "^3.0.3"
|
||||||
"@vant/markdown-loader" "^3.0.2"
|
"@vant/markdown-loader" "^3.0.2"
|
||||||
"@vant/markdown-vetur" "^2.0.2"
|
"@vant/markdown-vetur" "^2.0.2"
|
||||||
"@vant/stylelint-config" "^1.4.0"
|
"@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"
|
||||||
@ -1927,17 +1927,17 @@
|
|||||||
stylelint "^13.8.0"
|
stylelint "^13.8.0"
|
||||||
typescript "^4.1.2"
|
typescript "^4.1.2"
|
||||||
vue-jest "^5.0.0-alpha.7"
|
vue-jest "^5.0.0-alpha.7"
|
||||||
vue-loader "^16.0.0"
|
vue-loader "^16.1.2"
|
||||||
vue-router "^4.0.0"
|
vue-router "^4.0.0"
|
||||||
webpack "^5.10.0"
|
webpack "^5.10.0"
|
||||||
webpack-dev-server "^3.11.0"
|
webpack-dev-server "^3.11.0"
|
||||||
webpack-merge "^5.4.0"
|
webpack-merge "^5.4.0"
|
||||||
webpackbar "^5.0.0-3"
|
webpackbar "^5.0.0-3"
|
||||||
|
|
||||||
"@vant/eslint-config@^3.0.0":
|
"@vant/eslint-config@^3.0.3":
|
||||||
version "3.0.0"
|
version "3.0.3"
|
||||||
resolved "https://registry.npm.taobao.org/@vant/eslint-config/download/@vant/eslint-config-3.0.0.tgz#b494e8c0ebfdb2e57022c93d3eed891ead0edb51"
|
resolved "https://registry.npm.taobao.org/@vant/eslint-config/download/@vant/eslint-config-3.0.3.tgz#c3b5a4f87a03757b42eedff147132ed2231b7d69"
|
||||||
integrity sha1-tJTowOv9suVwIsk9Pu2JHq0O21E=
|
integrity sha1-w7Wk+HoDdXtC7t/xRxMu0iMbfWk=
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/eslint-plugin" "^4.6.0"
|
"@typescript-eslint/eslint-plugin" "^4.6.0"
|
||||||
"@typescript-eslint/parser" "^4.6.0"
|
"@typescript-eslint/parser" "^4.6.0"
|
||||||
@ -1983,10 +1983,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@popperjs/core" "^2.5.4"
|
"@popperjs/core" "^2.5.4"
|
||||||
|
|
||||||
"@vant/stylelint-config@^1.4.0":
|
"@vant/stylelint-config@^1.4.2":
|
||||||
version "1.4.1"
|
version "1.4.2"
|
||||||
resolved "https://registry.npm.taobao.org/@vant/stylelint-config/download/@vant/stylelint-config-1.4.1.tgz#f96d21e09de884e4d9fee71712aacb35228a066f"
|
resolved "https://registry.npm.taobao.org/@vant/stylelint-config/download/@vant/stylelint-config-1.4.2.tgz#defca4ded4b5c8a9eaf168ee1ba40819bcc646c1"
|
||||||
integrity sha1-+W0h4J3ohOTZ/ucXEqrLNSKKBm8=
|
integrity sha1-3vyk3tS1yKnq8WjuG6QIGbzGRsE=
|
||||||
dependencies:
|
dependencies:
|
||||||
stylelint-config-prettier "^8.0.1"
|
stylelint-config-prettier "^8.0.1"
|
||||||
stylelint-config-standard "^20.0.0"
|
stylelint-config-standard "^20.0.0"
|
||||||
@ -2003,22 +2003,22 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "7.x"
|
"@babel/runtime" "7.x"
|
||||||
|
|
||||||
"@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.npmjs.org/@vue/babel-helper-vue-transform-on/-/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 sha512-1+7CwjQ0Kasml6rHoNQUmbISwqLNNfFVBUcZl6QBremUl296ZmLrVQPqJP5pyAAWjZke5bpI1hlj+LVVuT7Jcg==
|
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=1607774980922&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"
|
||||||
@ -10599,9 +10599,9 @@ vue-jest@^5.0.0-alpha.7:
|
|||||||
extract-from-css "^0.4.4"
|
extract-from-css "^0.4.4"
|
||||||
ts-jest "^24.0.0"
|
ts-jest "^24.0.0"
|
||||||
|
|
||||||
vue-loader@^16.0.0:
|
vue-loader@^16.1.2:
|
||||||
version "16.1.2"
|
version "16.1.2"
|
||||||
resolved "https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.1.2.tgz?cache=0&sync_timestamp=1608187947155&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-loader%2Fdownload%2Fvue-loader-16.1.2.tgz#5c03b6c50d2a5f983c7ceba15c50d78ca2b298f4"
|
resolved "https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.1.2.tgz#5c03b6c50d2a5f983c7ceba15c50d78ca2b298f4"
|
||||||
integrity sha1-XAO2xQ0qX5g8fOuhXFDXjKKymPQ=
|
integrity sha1-XAO2xQ0qX5g8fOuhXFDXjKKymPQ=
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^4.1.0"
|
chalk "^4.1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user