From 2f2f3e42ae7413d726b4869e7b339e45d3ab11b6 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 25 Oct 2019 10:38:43 +0800 Subject: [PATCH] feat(Icon): add font-display auto property (#2203) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a76120d8..0a8a55ec 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@vant/cli": "^1.0.3", "@vant/doc": "^2.5.5", "@vant/eslint-config": "^1.2.4", - "@vant/icons": "1.1.14", + "@vant/icons": "1.1.15", "@vant/markdown-loader": "^2.2.0", "autoprefixer": "^9.6.1", "babel-loader": "8.0.6", diff --git a/yarn.lock b/yarn.lock index 45dc0bce..42fd6440 100644 --- a/yarn.lock +++ b/yarn.lock @@ -870,10 +870,10 @@ eslint-plugin-import "^2.18.2" eslint-plugin-vue "^5.2.3" -"@vant/icons@1.1.14": - version "1.1.14" - resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.1.14.tgz#76dfb7be055f98875d703af59a6216539c32a8cd" - integrity sha512-KfH33dwTHZY1NDU2hTEwCUAcbkNuqvrY36hedVhWFZbQfGPV1Aywg3v/txh7+7NsACi5IOd4MD9S2ymFB7dUAg== +"@vant/icons@1.1.15": + version "1.1.15" + resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.1.15.tgz#53c51ace21e9992bfeeb2e1ad9094fbf6506d116" + integrity sha512-96tbJotfofrKpOrUGWKkiGLJsCFc0OX5pikWLW5yarD+EMhi0zCrQSDb95xGrp/HETAFm+nSTQu2e1zGsWN/7A== "@vant/markdown-loader@^2.2.0": version "2.2.0"