Skip to content

Commit

Permalink
fix(ui): 添加@varlet/icons依赖
Browse files Browse the repository at this point in the history
affects: @varlet/icons, @varlet/ui
  • Loading branch information
haoziqaq committed Dec 25, 2020
1 parent 4c0ec52 commit f32de8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/icons",
"version": "0.0.0",
"version": "0.6.0",
"description": "Icons of varlet",
"bin": {
"varlet-icons": "lib/index.js"
Expand Down
5 changes: 4 additions & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"peerDependencies": {
"vue": ">=3.0.2"
},
"gitHead": "ddefaa2451eee17eb1e834a64a5b00e50d07f0ee"
"gitHead": "ddefaa2451eee17eb1e834a64a5b00e50d07f0ee",
"dependencies": {
"@varlet/icons": "^0.0.0"
}
}
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2646,6 +2646,15 @@
"@typescript-eslint/types" "4.6.0"
eslint-visitor-keys "^2.0.0"

"@varlet/icons@^0.0.0":
version "0.0.0"
resolved "https://registry.yarnpkg.com/@varlet/icons/-/icons-0.0.0.tgz#67154c7b84e2530a5f993d5e0d62393940f67887"
integrity sha512-3YZtKYqcgtjXPsoKLH1sLUg6Ko7ldJ3d15nm2AkA+3r0w/D+FLOZQTgJxxQuHhi95CZOcWnHgQV533kAuyqRBg==
dependencies:
commander "^6.2.1"
fs-extra "^9.0.1"
webfont "^9.0.0"

"@vue/compiler-core@3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.2.tgz#7790b7a1fcbba5ace4d81a70ce59096fa5c95734"
Expand Down

0 comments on commit f32de8c

Please sign in to comment.