Skip to content

Commit

Permalink
feat(icons): update @vant/icons to 1.2.5 (#3539)
Browse files Browse the repository at this point in the history
fix #3533
  • Loading branch information
rex-zsd authored Aug 19, 2020
1 parent 5ea5d8f commit 97228aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vant/cli": "^1.0.3",
"@vant/doc": "^2.5.5",
"@vant/eslint-config": "^2.2.2",
"@vant/icons": "1.2.0",
"@vant/icons": "1.2.5",
"@vant/markdown-loader": "^2.3.0",
"@vant/stylelint-config": "^1.3.0",
"autoprefixer": "^9.6.1",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"noImplicitAny": false,
"outDir": "dist",
"baseUrl": ".",
"strict": true,
"types": ["miniprogram-api-typings"],
"paths": {
"definitions/*": ["./packages/definitions/*"],
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1617,10 +1617,10 @@
eslint-plugin-import "^2.20.2"
eslint-plugin-vue "^6.2.2"

"@vant/icons@1.2.0":
version "1.2.0"
resolved "https://registry.npmjs.org/@vant/icons/-/icons-1.2.0.tgz#ed31f367185704fa2ef9b437a0c8d3ee5e4f5f58"
integrity sha512-japcEMXv5BWyWNwjL52WX9pdMWB2wrZtvF0p0CwhbKJyoz/WxuvHVsNjzbeCtkBlofa+0txfJTt22qyz5BABaA==
"@vant/icons@1.2.5":
version "1.2.5"
resolved "http://registry.npm.qima-inc.com/@vant/icons/download/@vant/icons-1.2.5.tgz#f3db43c4b300300829e3c4e909beaa33d1cbe786"
integrity sha1-89tDxLMAMAgp48TpCb6qM9HL54Y=

"@vant/markdown-loader@^2.3.0":
version "2.3.0"
Expand Down

0 comments on commit 97228aa

Please sign in to comment.