feat(icons): update @vant/icons to 1.2.5 (#3539)

fix #3533
This commit is contained in:
rex 2020-08-19 14:14:31 +08:00 committed by GitHub
parent 5ea5d8f25b
commit 97228aa15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -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",

View File

@ -7,6 +7,7 @@
"noImplicitAny": false,
"outDir": "dist",
"baseUrl": ".",
"strict": true,
"types": ["miniprogram-api-typings"],
"paths": {
"definitions/*": ["./packages/definitions/*"],

View File

@ -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"