Skip to content

Commit

Permalink
[improvement] Icon: optimzie round corner of some icons (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Feb 26, 2019
1 parent 7d5bfff commit 2c2d211
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2c2d211

Please sign in to comment.