feat(Icon): add down、wap-home icon (#4404)

This commit is contained in:
neverland 2019-09-09 18:56:45 +08:00 committed by GitHub
parent f91391bdfd
commit f72cbc1c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 240 additions and 234 deletions

View File

@ -54,7 +54,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "7.x", "@babel/runtime": "7.x",
"@vant/icons": "1.1.13", "@vant/icons": "1.1.14",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"vue-lazyload": "1.2.3" "vue-lazyload": "1.2.3"
}, },

View File

@ -1,5 +1,9 @@
## Changelog ## Changelog
## 1.1.14
- add down、wap-home-o icon
## 1.1.13 ## 1.1.13
- fix gift-o、refund-o icon incomplete - fix gift-o、refund-o icon incomplete

View File

@ -1,6 +1,6 @@
{ {
"name": "@vant/icons", "name": "@vant/icons",
"version": "1.1.13", "version": "1.1.14",
"description": "vant icons", "description": "vant icons",
"main": "./src/config.js", "main": "./src/config.js",
"files": [ "files": [

View File

@ -61,6 +61,7 @@ module.exports = {
'diamond-o', 'diamond-o',
'volume-o', 'volume-o',
'cluster-o', 'cluster-o',
'wap-home-o',
'photo-o', 'photo-o',
'gift-card-o', 'gift-card-o',
'expand-o', 'expand-o',
@ -110,7 +111,7 @@ module.exports = {
'qr', 'qr',
'qr-invalid', 'qr-invalid',
'closed-eye', 'closed-eye',
'wap-home', 'down',
'scan', 'scan',
'free-postage', 'free-postage',
'certificate', 'certificate',
@ -194,6 +195,7 @@ module.exports = {
'diamond', 'diamond',
'volume', 'volume',
'cluster', 'cluster',
'wap-home',
'photo', 'photo',
'gift-card', 'gift-card',
'expand', 'expand',

File diff suppressed because one or more lines are too long

View File

@ -3,9 +3,9 @@
font-weight: normal; font-weight: normal;
font-family: 'vant-icon'; font-family: 'vant-icon';
font-style: normal; font-style: normal;
src: url('https://img.yzcdn.cn/vant/vant-icon-3a7dc2.woff2') format('woff2'), src: url('https://img.yzcdn.cn/vant/vant-icon-0bc654.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-3a7dc2.woff') format('woff'), url('https://img.yzcdn.cn/vant/vant-icon-0bc654.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-3a7dc2.ttf') format('truetype'); url('https://img.yzcdn.cn/vant/vant-icon-0bc654.ttf') format('truetype');
} }
.van-icon { .van-icon {
@ -321,607 +321,614 @@
content: "\F04A"; content: "\F04A";
} }
.van-icon-ecard-pay:before { .van-icon-down:before {
content: "\F04B"; content: "\F04B";
} }
.van-icon-edit:before { .van-icon-ecard-pay:before {
content: "\F04C"; content: "\F04C";
} }
.van-icon-ellipsis:before { .van-icon-edit:before {
content: "\F04D"; content: "\F04D";
} }
.van-icon-empty:before { .van-icon-ellipsis:before {
content: "\F04E"; content: "\F04E";
} }
.van-icon-envelop-o:before { .van-icon-empty:before {
content: "\F04F"; content: "\F04F";
} }
.van-icon-exchange:before { .van-icon-envelop-o:before {
content: "\F050"; content: "\F050";
} }
.van-icon-expand-o:before { .van-icon-exchange:before {
content: "\F051"; content: "\F051";
} }
.van-icon-expand:before { .van-icon-expand-o:before {
content: "\F052"; content: "\F052";
} }
.van-icon-eye-o:before { .van-icon-expand:before {
content: "\F053"; content: "\F053";
} }
.van-icon-eye:before { .van-icon-eye-o:before {
content: "\F054"; content: "\F054";
} }
.van-icon-fail:before { .van-icon-eye:before {
content: "\F055"; content: "\F055";
} }
.van-icon-failure:before { .van-icon-fail:before {
content: "\F056"; content: "\F056";
} }
.van-icon-filter-o:before { .van-icon-failure:before {
content: "\F057"; content: "\F057";
} }
.van-icon-fire-o:before { .van-icon-filter-o:before {
content: "\F058"; content: "\F058";
} }
.van-icon-fire:before { .van-icon-fire-o:before {
content: "\F059"; content: "\F059";
} }
.van-icon-flag-o:before { .van-icon-fire:before {
content: "\F05A"; content: "\F05A";
} }
.van-icon-flower-o:before { .van-icon-flag-o:before {
content: "\F05B"; content: "\F05B";
} }
.van-icon-free-postage:before { .van-icon-flower-o:before {
content: "\F05C"; content: "\F05C";
} }
.van-icon-friends-o:before { .van-icon-free-postage:before {
content: "\F05D"; content: "\F05D";
} }
.van-icon-friends:before { .van-icon-friends-o:before {
content: "\F05E"; content: "\F05E";
} }
.van-icon-gem-o:before { .van-icon-friends:before {
content: "\F05F"; content: "\F05F";
} }
.van-icon-gem:before { .van-icon-gem-o:before {
content: "\F060"; content: "\F060";
} }
.van-icon-gift-card-o:before { .van-icon-gem:before {
content: "\F061"; content: "\F061";
} }
.van-icon-gift-card:before { .van-icon-gift-card-o:before {
content: "\F062"; content: "\F062";
} }
.van-icon-gift-o:before { .van-icon-gift-card:before {
content: "\F063"; content: "\F063";
} }
.van-icon-gift:before { .van-icon-gift-o:before {
content: "\F064"; content: "\F064";
} }
.van-icon-gold-coin-o:before { .van-icon-gift:before {
content: "\F065"; content: "\F065";
} }
.van-icon-gold-coin:before { .van-icon-gold-coin-o:before {
content: "\F066"; content: "\F066";
} }
.van-icon-good-job-o:before { .van-icon-gold-coin:before {
content: "\F067"; content: "\F067";
} }
.van-icon-good-job:before { .van-icon-good-job-o:before {
content: "\F068"; content: "\F068";
} }
.van-icon-goods-collect-o:before { .van-icon-good-job:before {
content: "\F069"; content: "\F069";
} }
.van-icon-goods-collect:before { .van-icon-goods-collect-o:before {
content: "\F06A"; content: "\F06A";
} }
.van-icon-graphic:before { .van-icon-goods-collect:before {
content: "\F06B"; content: "\F06B";
} }
.van-icon-home-o:before { .van-icon-graphic:before {
content: "\F06C"; content: "\F06C";
} }
.van-icon-hot-o:before { .van-icon-home-o:before {
content: "\F06D"; content: "\F06D";
} }
.van-icon-hot-sale-o:before { .van-icon-hot-o:before {
content: "\F06E"; content: "\F06E";
} }
.van-icon-hot-sale:before { .van-icon-hot-sale-o:before {
content: "\F06F"; content: "\F06F";
} }
.van-icon-hot:before { .van-icon-hot-sale:before {
content: "\F070"; content: "\F070";
} }
.van-icon-hotel-o:before { .van-icon-hot:before {
content: "\F071"; content: "\F071";
} }
.van-icon-idcard:before { .van-icon-hotel-o:before {
content: "\F072"; content: "\F072";
} }
.van-icon-info-o:before { .van-icon-idcard:before {
content: "\F073"; content: "\F073";
} }
.van-icon-info:before { .van-icon-info-o:before {
content: "\F074"; content: "\F074";
} }
.van-icon-invition:before { .van-icon-info:before {
content: "\F075"; content: "\F075";
} }
.van-icon-label-o:before { .van-icon-invition:before {
content: "\F076"; content: "\F076";
} }
.van-icon-label:before { .van-icon-label-o:before {
content: "\F077"; content: "\F077";
} }
.van-icon-like-o:before { .van-icon-label:before {
content: "\F078"; content: "\F078";
} }
.van-icon-like:before { .van-icon-like-o:before {
content: "\F079"; content: "\F079";
} }
.van-icon-live:before { .van-icon-like:before {
content: "\F07A"; content: "\F07A";
} }
.van-icon-location-o:before { .van-icon-live:before {
content: "\F07B"; content: "\F07B";
} }
.van-icon-location:before { .van-icon-location-o:before {
content: "\F07C"; content: "\F07C";
} }
.van-icon-lock:before { .van-icon-location:before {
content: "\F07D"; content: "\F07D";
} }
.van-icon-logistics:before { .van-icon-lock:before {
content: "\F07E"; content: "\F07E";
} }
.van-icon-manager-o:before { .van-icon-logistics:before {
content: "\F07F"; content: "\F07F";
} }
.van-icon-manager:before { .van-icon-manager-o:before {
content: "\F080"; content: "\F080";
} }
.van-icon-map-marked:before { .van-icon-manager:before {
content: "\F081"; content: "\F081";
} }
.van-icon-medel-o:before { .van-icon-map-marked:before {
content: "\F082"; content: "\F082";
} }
.van-icon-medel:before { .van-icon-medel-o:before {
content: "\F083"; content: "\F083";
} }
.van-icon-more-o:before { .van-icon-medel:before {
content: "\F084"; content: "\F084";
} }
.van-icon-more:before { .van-icon-more-o:before {
content: "\F085"; content: "\F085";
} }
.van-icon-music-o:before { .van-icon-more:before {
content: "\F086"; content: "\F086";
} }
.van-icon-music:before { .van-icon-music-o:before {
content: "\F087"; content: "\F087";
} }
.van-icon-new-arrival-o:before { .van-icon-music:before {
content: "\F088"; content: "\F088";
} }
.van-icon-new-arrival:before { .van-icon-new-arrival-o:before {
content: "\F089"; content: "\F089";
} }
.van-icon-new-o:before { .van-icon-new-arrival:before {
content: "\F08A"; content: "\F08A";
} }
.van-icon-new:before { .van-icon-new-o:before {
content: "\F08B"; content: "\F08B";
} }
.van-icon-newspaper-o:before { .van-icon-new:before {
content: "\F08C"; content: "\F08C";
} }
.van-icon-notes-o:before { .van-icon-newspaper-o:before {
content: "\F08D"; content: "\F08D";
} }
.van-icon-orders-o:before { .van-icon-notes-o:before {
content: "\F08E"; content: "\F08E";
} }
.van-icon-other-pay:before { .van-icon-orders-o:before {
content: "\F08F"; content: "\F08F";
} }
.van-icon-paid:before { .van-icon-other-pay:before {
content: "\F090"; content: "\F090";
} }
.van-icon-passed:before { .van-icon-paid:before {
content: "\F091"; content: "\F091";
} }
.van-icon-pause-circle-o:before { .van-icon-passed:before {
content: "\F092"; content: "\F092";
} }
.van-icon-pause-circle:before { .van-icon-pause-circle-o:before {
content: "\F093"; content: "\F093";
} }
.van-icon-pause:before { .van-icon-pause-circle:before {
content: "\F094"; content: "\F094";
} }
.van-icon-peer-pay:before { .van-icon-pause:before {
content: "\F095"; content: "\F095";
} }
.van-icon-pending-payment:before { .van-icon-peer-pay:before {
content: "\F096"; content: "\F096";
} }
.van-icon-phone-circle-o:before { .van-icon-pending-payment:before {
content: "\F097"; content: "\F097";
} }
.van-icon-phone-circle:before { .van-icon-phone-circle-o:before {
content: "\F098"; content: "\F098";
} }
.van-icon-phone-o:before { .van-icon-phone-circle:before {
content: "\F099"; content: "\F099";
} }
.van-icon-phone:before { .van-icon-phone-o:before {
content: "\F09A"; content: "\F09A";
} }
.van-icon-photo-o:before { .van-icon-phone:before {
content: "\F09B"; content: "\F09B";
} }
.van-icon-photo:before { .van-icon-photo-o:before {
content: "\F09C"; content: "\F09C";
} }
.van-icon-photograph:before { .van-icon-photo:before {
content: "\F09D"; content: "\F09D";
} }
.van-icon-play-circle-o:before { .van-icon-photograph:before {
content: "\F09E"; content: "\F09E";
} }
.van-icon-play-circle:before { .van-icon-play-circle-o:before {
content: "\F09F"; content: "\F09F";
} }
.van-icon-play:before { .van-icon-play-circle:before {
content: "\F0A0"; content: "\F0A0";
} }
.van-icon-plus:before { .van-icon-play:before {
content: "\F0A1"; content: "\F0A1";
} }
.van-icon-point-gift-o:before { .van-icon-plus:before {
content: "\F0A2"; content: "\F0A2";
} }
.van-icon-point-gift:before { .van-icon-point-gift-o:before {
content: "\F0A3"; content: "\F0A3";
} }
.van-icon-points:before { .van-icon-point-gift:before {
content: "\F0A4"; content: "\F0A4";
} }
.van-icon-printer:before { .van-icon-points:before {
content: "\F0A5"; content: "\F0A5";
} }
.van-icon-qr-invalid:before { .van-icon-printer:before {
content: "\F0A6"; content: "\F0A6";
} }
.van-icon-qr:before { .van-icon-qr-invalid:before {
content: "\F0A7"; content: "\F0A7";
} }
.van-icon-question-o:before { .van-icon-qr:before {
content: "\F0A8"; content: "\F0A8";
} }
.van-icon-question:before { .van-icon-question-o:before {
content: "\F0A9"; content: "\F0A9";
} }
.van-icon-records:before { .van-icon-question:before {
content: "\F0AA"; content: "\F0AA";
} }
.van-icon-refund-o:before { .van-icon-records:before {
content: "\F0AB"; content: "\F0AB";
} }
.van-icon-replay:before { .van-icon-refund-o:before {
content: "\F0AC"; content: "\F0AC";
} }
.van-icon-scan:before { .van-icon-replay:before {
content: "\F0AD"; content: "\F0AD";
} }
.van-icon-search:before { .van-icon-scan:before {
content: "\F0AE"; content: "\F0AE";
} }
.van-icon-send-gift-o:before { .van-icon-search:before {
content: "\F0AF"; content: "\F0AF";
} }
.van-icon-send-gift:before { .van-icon-send-gift-o:before {
content: "\F0B0"; content: "\F0B0";
} }
.van-icon-service-o:before { .van-icon-send-gift:before {
content: "\F0B1"; content: "\F0B1";
} }
.van-icon-service:before { .van-icon-service-o:before {
content: "\F0B2"; content: "\F0B2";
} }
.van-icon-setting-o:before { .van-icon-service:before {
content: "\F0B3"; content: "\F0B3";
} }
.van-icon-setting:before { .van-icon-setting-o:before {
content: "\F0B4"; content: "\F0B4";
} }
.van-icon-share:before { .van-icon-setting:before {
content: "\F0B5"; content: "\F0B5";
} }
.van-icon-shop-collect-o:before { .van-icon-share:before {
content: "\F0B6"; content: "\F0B6";
} }
.van-icon-shop-collect:before { .van-icon-shop-collect-o:before {
content: "\F0B7"; content: "\F0B7";
} }
.van-icon-shop-o:before { .van-icon-shop-collect:before {
content: "\F0B8"; content: "\F0B8";
} }
.van-icon-shop:before { .van-icon-shop-o:before {
content: "\F0B9"; content: "\F0B9";
} }
.van-icon-shopping-cart-o:before { .van-icon-shop:before {
content: "\F0BA"; content: "\F0BA";
} }
.van-icon-shopping-cart:before { .van-icon-shopping-cart-o:before {
content: "\F0BB"; content: "\F0BB";
} }
.van-icon-shrink:before { .van-icon-shopping-cart:before {
content: "\F0BC"; content: "\F0BC";
} }
.van-icon-sign:before { .van-icon-shrink:before {
content: "\F0BD"; content: "\F0BD";
} }
.van-icon-smile-comment-o:before { .van-icon-sign:before {
content: "\F0BE"; content: "\F0BE";
} }
.van-icon-smile-comment:before { .van-icon-smile-comment-o:before {
content: "\F0BF"; content: "\F0BF";
} }
.van-icon-smile-o:before { .van-icon-smile-comment:before {
content: "\F0C0"; content: "\F0C0";
} }
.van-icon-smile:before { .van-icon-smile-o:before {
content: "\F0C1"; content: "\F0C1";
} }
.van-icon-star-o:before { .van-icon-smile:before {
content: "\F0C2"; content: "\F0C2";
} }
.van-icon-star:before { .van-icon-star-o:before {
content: "\F0C3"; content: "\F0C3";
} }
.van-icon-stop-circle-o:before { .van-icon-star:before {
content: "\F0C4"; content: "\F0C4";
} }
.van-icon-stop-circle:before { .van-icon-stop-circle-o:before {
content: "\F0C5"; content: "\F0C5";
} }
.van-icon-stop:before { .van-icon-stop-circle:before {
content: "\F0C6"; content: "\F0C6";
} }
.van-icon-success:before { .van-icon-stop:before {
content: "\F0C7"; content: "\F0C7";
} }
.van-icon-thumb-circle-o:before { .van-icon-success:before {
content: "\F0C8"; content: "\F0C8";
} }
.van-icon-thumb-circle:before { .van-icon-thumb-circle-o:before {
content: "\F0C9"; content: "\F0C9";
} }
.van-icon-todo-list-o:before { .van-icon-thumb-circle:before {
content: "\F0CA"; content: "\F0CA";
} }
.van-icon-todo-list:before { .van-icon-todo-list-o:before {
content: "\F0CB"; content: "\F0CB";
} }
.van-icon-tosend:before { .van-icon-todo-list:before {
content: "\F0CC"; content: "\F0CC";
} }
.van-icon-tv-o:before { .van-icon-tosend:before {
content: "\F0CD"; content: "\F0CD";
} }
.van-icon-umbrella-circle:before { .van-icon-tv-o:before {
content: "\F0CE"; content: "\F0CE";
} }
.van-icon-underway-o:before { .van-icon-umbrella-circle:before {
content: "\F0CF"; content: "\F0CF";
} }
.van-icon-underway:before { .van-icon-underway-o:before {
content: "\F0D0"; content: "\F0D0";
} }
.van-icon-upgrade:before { .van-icon-underway:before {
content: "\F0D1"; content: "\F0D1";
} }
.van-icon-user-circle-o:before { .van-icon-upgrade:before {
content: "\F0D2"; content: "\F0D2";
} }
.van-icon-user-o:before { .van-icon-user-circle-o:before {
content: "\F0D3"; content: "\F0D3";
} }
.van-icon-video-o:before { .van-icon-user-o:before {
content: "\F0D4"; content: "\F0D4";
} }
.van-icon-video:before { .van-icon-video-o:before {
content: "\F0D5"; content: "\F0D5";
} }
.van-icon-vip-card-o:before { .van-icon-video:before {
content: "\F0D6"; content: "\F0D6";
} }
.van-icon-vip-card:before { .van-icon-vip-card-o:before {
content: "\F0D7"; content: "\F0D7";
} }
.van-icon-volume-o:before { .van-icon-vip-card:before {
content: "\F0D8"; content: "\F0D8";
} }
.van-icon-volume:before { .van-icon-volume-o:before {
content: "\F0D9"; content: "\F0D9";
} }
.van-icon-wap-home:before { .van-icon-volume:before {
content: "\F0DA"; content: "\F0DA";
} }
.van-icon-wap-nav:before { .van-icon-wap-home-o:before {
content: "\F0DB"; content: "\F0DB";
} }
.van-icon-warn-o:before { .van-icon-wap-home:before {
content: "\F0DC"; content: "\F0DC";
} }
.van-icon-warning-o:before { .van-icon-wap-nav:before {
content: "\F0DD"; content: "\F0DD";
} }
.van-icon-warning:before { .van-icon-warn-o:before {
content: "\F0DE"; content: "\F0DE";
} }
.van-icon-weapp-nav:before { .van-icon-warning-o:before {
content: "\F0DF"; content: "\F0DF";
} }
.van-icon-wechat:before { .van-icon-warning:before {
content: "\F0E0"; content: "\F0E0";
} }
.van-icon-youzan-shield:before { .van-icon-weapp-nav:before {
content: "\F0E1"; content: "\F0E1";
} }
.van-icon-wechat:before {
content: "\F0E2";
}
.van-icon-youzan-shield:before {
content: "\F0E3";
}

View File

@ -2,25 +2,25 @@
# yarn lockfile v1 # yarn lockfile v1
"@nodelib/fs.scandir@2.1.1": "@nodelib/fs.scandir@2.0.1":
version "2.1.1" version "2.0.1"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.1.tgz#7fa8fed654939e1a39753d286b48b4836d00e0eb" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.0.1.tgz#120ff490365eb7a86b7f883af216382963c8436f"
integrity sha512-NT/skIZjgotDSiXs0WqYhgcuBKhUMgfekCmCGtkUAiLqZdOnrdjmZr9wRl3ll64J9NF79uZ4fk16Dx0yMc/Xbg== integrity sha512-p2mECeAoBC1G3PfTt65jKoNAd926rJTPg7RgsW7jR42Y1y/vrDkBcd9cvCKAUWB5aSaI3rBoYRE4qLw5sHjKeg==
dependencies: dependencies:
"@nodelib/fs.stat" "2.0.1" "@nodelib/fs.stat" "2.0.1"
run-parallel "^1.1.9" run-parallel "^1.1.9"
"@nodelib/fs.stat@2.0.1", "@nodelib/fs.stat@^2.0.1": "@nodelib/fs.stat@2.0.1", "@nodelib/fs.stat@^2.0.0":
version "2.0.1" version "2.0.1"
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.1.tgz#814f71b1167390cfcb6a6b3d9cdeb0951a192c14" resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.1.tgz#814f71b1167390cfcb6a6b3d9cdeb0951a192c14"
integrity sha512-+RqhBlLn6YRBGOIoVYthsG0J9dfpO79eJyN7BYBkZJtfqrBwf2KK+rD/M/yjZR6WBmIhAgOV7S60eCgaSWtbFw== integrity sha512-+RqhBlLn6YRBGOIoVYthsG0J9dfpO79eJyN7BYBkZJtfqrBwf2KK+rD/M/yjZR6WBmIhAgOV7S60eCgaSWtbFw==
"@nodelib/fs.walk@^1.2.1": "@nodelib/fs.walk@^1.1.0":
version "1.2.2" version "1.1.1"
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.2.tgz#6a6450c5e17012abd81450eb74949a4d970d2807" resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.1.1.tgz#62b9f903397ad32b14b88de30674e6350b0f35ed"
integrity sha512-J/DR3+W12uCzAJkw7niXDcqcKBg6+5G5Q/ZpThpGNzAUz70eOR6RV4XnnSN01qHZiVl0eavoxJsBypQoKsV2QQ== integrity sha512-MmjNq20/nGuDyc4PUSpTiiu5Hg9Q9VfQR78CGf2Yquhws9SCm+XDdxYa1niRqeVHW9nP8DQSX+tlM8bLUNsUGA==
dependencies: dependencies:
"@nodelib/fs.scandir" "2.1.1" "@nodelib/fs.scandir" "2.0.1"
fastq "^1.6.0" fastq "^1.6.0"
"@types/q@^1.5.1": "@types/q@^1.5.1":
@ -637,6 +637,14 @@ css-select@^2.0.0:
domutils "^1.7.0" domutils "^1.7.0"
nth-check "^1.0.2" nth-check "^1.0.2"
css-tree@1.0.0-alpha.28:
version "1.0.0-alpha.28"
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.28.tgz#8e8968190d886c9477bc8d61e96f61af3f7ffa7f"
integrity sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w==
dependencies:
mdn-data "~1.1.0"
source-map "^0.5.3"
css-tree@1.0.0-alpha.29: css-tree@1.0.0-alpha.29:
version "1.0.0-alpha.29" version "1.0.0-alpha.29"
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39" resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.29.tgz#3fa9d4ef3142cbd1c301e7664c1f352bd82f5a39"
@ -645,13 +653,10 @@ css-tree@1.0.0-alpha.29:
mdn-data "~1.1.0" mdn-data "~1.1.0"
source-map "^0.5.3" source-map "^0.5.3"
css-tree@1.0.0-alpha.33: css-url-regex@^1.1.0:
version "1.0.0-alpha.33" version "1.1.0"
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.33.tgz#970e20e5a91f7a378ddd0fc58d0b6c8d4f3be93e" resolved "https://registry.yarnpkg.com/css-url-regex/-/css-url-regex-1.1.0.tgz#83834230cc9f74c457de59eebd1543feeb83b7ec"
integrity sha512-SPt57bh5nQnpsTBsx/IXbO14sRc9xXu5MtMAVuo0BaQQmyf0NupNPPSoMaqiAF5tDFafYsTkfeH4Q/HCKXkg4w== integrity sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=
dependencies:
mdn-data "2.0.4"
source-map "^0.5.3"
css-what@^2.1.2: css-what@^2.1.2:
version "2.1.3" version "2.1.3"
@ -780,23 +785,18 @@ detect-libc@^1.0.2:
integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
dom-serializer@0: dom-serializer@0:
version "0.2.1" version "0.1.1"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.1.tgz#13650c850daffea35d8b626a4cfc4d3a17643fdb" resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
integrity sha512-sK3ujri04WyjwQXVoK4PU3y8ula1stq10GJZpqHIUgoGZdsGzAGu65BnU3d08aTVSvO7mGPZUc0wTEDL+qGE0Q== integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==
dependencies: dependencies:
domelementtype "^2.0.1" domelementtype "^1.3.0"
entities "^2.0.0" entities "^1.1.1"
domelementtype@1: domelementtype@1, domelementtype@^1.3.0:
version "1.3.1" version "1.3.1"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
domelementtype@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d"
integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==
domutils@^1.7.0: domutils@^1.7.0:
version "1.7.0" version "1.7.0"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
@ -852,10 +852,10 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
dependencies: dependencies:
once "^1.4.0" once "^1.4.0"
entities@^2.0.0: entities@^1.1.1:
version "2.0.0" version "1.1.2"
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw== integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
error-ex@^1.2.0: error-ex@^1.2.0:
version "1.3.2" version "1.3.2"
@ -1011,14 +1011,14 @@ fast-deep-equal@^2.0.1:
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
fast-glob@^3.0.0: fast-glob@^3.0.0:
version "3.0.4" version "3.0.0"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.0.4.tgz#d484a41005cb6faeb399b951fd1bd70ddaebb602" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.0.0.tgz#719bc921f2c37322affd3b6fbfcfbb135e7fc198"
integrity sha512-wkIbV6qg37xTJwqSsdnIphL1e+LaGz4AIQqr00mIubMaEhv1/HEmJ0uuCGZRNRUkZZmOB5mJKO0ZUTVq+SxMQg== integrity sha512-zyUoA7qfL6sIWD7FYyleqjsOZ4BbpILPrGVKM3inQV4lJ71kOqFHNX7G95PX4iVMojol01LXJ6gQW/usDLNqnQ==
dependencies: dependencies:
"@nodelib/fs.stat" "^2.0.1" "@nodelib/fs.stat" "^2.0.0"
"@nodelib/fs.walk" "^1.2.1" "@nodelib/fs.walk" "^1.1.0"
glob-parent "^5.0.0" glob-parent "^5.0.0"
is-glob "^4.0.1" is-glob "^4.0.0"
merge2 "^1.2.3" merge2 "^1.2.3"
micromatch "^4.0.2" micromatch "^4.0.2"
@ -1142,11 +1142,11 @@ fragment-cache@^0.2.1:
map-cache "^0.2.2" map-cache "^0.2.2"
fs-extra@^8.0.1: fs-extra@^8.0.1:
version "8.1.0" version "8.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b"
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== integrity sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==
dependencies: dependencies:
graceful-fs "^4.2.0" graceful-fs "^4.1.2"
jsonfile "^4.0.0" jsonfile "^4.0.0"
universalify "^0.1.0" universalify "^0.1.0"
@ -1301,16 +1301,11 @@ glogg@^1.0.0:
dependencies: dependencies:
sparkles "^1.0.0" sparkles "^1.0.0"
graceful-fs@^4.0.0, graceful-fs@^4.1.11: graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.15" version "4.1.15"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
version "4.2.2"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
gulp-cli@^2.2.0: gulp-cli@^2.2.0:
version "2.2.0" version "2.2.0"
resolved "https://registry.yarnpkg.com/gulp-cli/-/gulp-cli-2.2.0.tgz#5533126eeb7fe415a7e3e84a297d334d5cf70ebc" resolved "https://registry.yarnpkg.com/gulp-cli/-/gulp-cli-2.2.0.tgz#5533126eeb7fe415a7e3e84a297d334d5cf70ebc"
@ -1722,7 +1717,14 @@ is-glob@^3.1.0:
dependencies: dependencies:
is-extglob "^2.1.0" is-extglob "^2.1.0"
is-glob@^4.0.0, is-glob@^4.0.1: is-glob@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0"
integrity sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=
dependencies:
is-extglob "^2.1.1"
is-glob@^4.0.1:
version "4.0.1" version "4.0.1"
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@ -2109,20 +2111,15 @@ md5-file@^4.0.0:
resolved "https://registry.yarnpkg.com/md5-file/-/md5-file-4.0.0.tgz#f3f7ba1e2dd1144d5bf1de698d0e5f44a4409584" resolved "https://registry.yarnpkg.com/md5-file/-/md5-file-4.0.0.tgz#f3f7ba1e2dd1144d5bf1de698d0e5f44a4409584"
integrity sha512-UC0qFwyAjn4YdPpKaDNw6gNxRf7Mcx7jC1UGCY4boCzgvU2Aoc1mOGzTtrjjLKhM5ivsnhoKpQVxKPp+1j1qwg== integrity sha512-UC0qFwyAjn4YdPpKaDNw6gNxRf7Mcx7jC1UGCY4boCzgvU2Aoc1mOGzTtrjjLKhM5ivsnhoKpQVxKPp+1j1qwg==
mdn-data@2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
mdn-data@~1.1.0: mdn-data@~1.1.0:
version "1.1.4" version "1.1.4"
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01" resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01"
integrity sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA== integrity sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA==
merge2@^1.2.3: merge2@^1.2.3:
version "1.2.4" version "1.2.3"
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.4.tgz#c9269589e6885a60cf80605d9522d4b67ca646e3" resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.3.tgz#7ee99dbd69bb6481689253f018488a1b902b0ed5"
integrity sha512-FYE8xI+6pjFOhokZu0We3S5NKCirLbCzSh2Usf3qEyr4X8U+0jNg9P8RZ4qz+V2UoECLVwSyzU3LxXBaLGtD3A== integrity sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA==
microbuffer@^1.0.0: microbuffer@^1.0.0:
version "1.0.0" version "1.0.0"
@ -2201,9 +2198,9 @@ minizlib@^1.1.1, minizlib@^1.2.1:
minipass "^2.2.1" minipass "^2.2.1"
mixin-deep@^1.2.0: mixin-deep@^1.2.0:
version "1.3.2" version "1.3.1"
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==
dependencies: dependencies:
for-in "^1.0.2" for-in "^1.0.2"
is-extendable "^1.0.1" is-extendable "^1.0.1"
@ -2429,16 +2426,11 @@ object-copy@^0.1.0:
define-property "^0.2.5" define-property "^0.2.5"
kind-of "^3.0.3" kind-of "^3.0.3"
object-keys@^1.0.11: object-keys@^1.0.11, object-keys@^1.0.12:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg== integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg==
object-keys@^1.0.12:
version "1.1.1"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
object-visit@^1.0.0: object-visit@^1.0.0:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@ -3289,15 +3281,16 @@ svgicons2svgfont@^9.0.3:
transformation-matrix-js "^2.7.1" transformation-matrix-js "^2.7.1"
svgo@^1.2.2: svgo@^1.2.2:
version "1.3.0" version "1.2.2"
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.0.tgz#bae51ba95ded9a33a36b7c46ce9c359ae9154313" resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.2.2.tgz#0253d34eccf2aed4ad4f283e11ee75198f9d7316"
integrity sha512-MLfUA6O+qauLDbym+mMZgtXCGRfIxyQoeH6IKVcFslyODEe/ElJNwr0FohQ3xG4C6HK6bk3KYPPXwHVJk3V5NQ== integrity sha512-rAfulcwp2D9jjdGu+0CuqlrAUin6bBWrpoqXWwKDZZZJfXcUXQSxLJOFJCQCSA0x0pP2U0TxSlJu2ROq5Bq6qA==
dependencies: dependencies:
chalk "^2.4.1" chalk "^2.4.1"
coa "^2.0.2" coa "^2.0.2"
css-select "^2.0.0" css-select "^2.0.0"
css-select-base-adapter "^0.1.1" css-select-base-adapter "^0.1.1"
css-tree "1.0.0-alpha.33" css-tree "1.0.0-alpha.28"
css-url-regex "^1.1.0"
csso "^3.5.1" csso "^3.5.1"
js-yaml "^3.13.1" js-yaml "^3.13.1"
mkdirp "~0.5.1" mkdirp "~0.5.1"

View File

@ -1302,10 +1302,10 @@
eslint-plugin-import "^2.18.2" eslint-plugin-import "^2.18.2"
eslint-plugin-vue "^5.2.3" eslint-plugin-vue "^5.2.3"
"@vant/icons@1.1.13": "@vant/icons@1.1.14":
version "1.1.13" version "1.1.14"
resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.1.13.tgz#ea77298f4f2b19ccc761005068a2c7436098e4d4" resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.1.14.tgz#76dfb7be055f98875d703af59a6216539c32a8cd"
integrity sha512-r2EoKDQ4Xh82fo5jVY/m/+LZFfRhHp+ViagySExzlJ7t6JFtmK1OqB6HdFkXXbfEzB/48BvGoPVifFoYzke6KQ== integrity sha512-KfH33dwTHZY1NDU2hTEwCUAcbkNuqvrY36hedVhWFZbQfGPV1Aywg3v/txh7+7NsACi5IOd4MD9S2ymFB7dUAg==
"@vant/markdown-loader@^2.2.0": "@vant/markdown-loader@^2.2.0":
version "2.2.0" version "2.2.0"