From 2c2d2116fd187fba52d61775799774b739b45f1e Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 26 Feb 2019 20:19:11 +0800 Subject: [PATCH] [improvement] Icon: optimzie round corner of some icons (#2856) --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6b3c41930..27995245a 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "author": "youzanfe", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.3.1", - "@vant/icons": "1.0.9", + "@babel/runtime": "^7.3.4", + "@vant/icons": "1.1.2", "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.2", "vue-lazyload": "1.2.3" }, diff --git a/yarn.lock b/yarn.lock index 95184371d..9e7873978 100644 --- a/yarn.lock +++ b/yarn.lock @@ -639,10 +639,10 @@ dependencies: regenerator-runtime "^0.12.0" -"@babel/runtime@^7.3.1": - version "7.3.1" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a" - integrity sha512-7jGW8ppV0ant637pIqAcFfQDDH1orEPGJb8aXfUozuCU3QqX7rX4DA8iwrbPrR1hcH0FTTHz47yQnk+bl5xHQA== +"@babel/runtime@^7.3.4": + version "7.3.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.4.tgz#73d12ba819e365fcf7fd152aed56d6df97d21c83" + integrity sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g== dependencies: regenerator-runtime "^0.12.0" @@ -827,10 +827,10 @@ eslint-plugin-import "^2.14.0" eslint-plugin-vue "^5.0.0" -"@vant/icons@1.0.9": - version "1.0.9" - resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.0.9.tgz#20750abe2447312e25ddf5b85e98ea0c2aea69a7" - integrity sha512-UbVgL1C1GDcLIZYasdTgKiLsyyFIs9qCG80O7wStxYxF4Pm3qFxaUYwmb5KKsjqN4E+HSewBqZaPZaPk5hiVCw== +"@vant/icons@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.1.2.tgz#0b5f03fb9013e84a9c90274975ec19adfc621c61" + integrity sha512-OMu5KwYag73LsXQeA5VlzLxwMbRRfjiZsvvmtfHweNMQ+3u/NcIRfflAd4ks7OCac6lQb+5qSO/j0YNmsTbjmQ== "@vant/markdown-loader@^1.0.3": version "1.0.3"