Skip to content

Commit

Permalink
fix: add url-loader and build icons
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Dec 27, 2020
1 parent 9215a83 commit c4c219a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"slash": "^3.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.7",
"url-loader": "^4.1.1",
"vue-loader": "^16.0.0-beta.9",
"vue-router": "4.0.0-rc.1",
"webpack": "4.44.2",
Expand Down
Empty file modified packages/varlet-icons/lib/index.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"gitHead": "42554856ff028f6f411a35f468e0f763978270b0",
"dependencies": {
"@varlet/icons": "^7.0.0"
"@varlet/icons": "^0.7.0"
}
}
18 changes: 10 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2646,13 +2646,6 @@
"@typescript-eslint/types" "4.6.0"
eslint-visitor-keys "^2.0.0"

"@varlet/icons@^7.0.0":
version "0.7.0"
dependencies:
commander "^6.2.1"
fs-extra "^9.0.1"
webfont "^9.0.0"

"@vue/[email protected]":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.2.tgz#7790b7a1fcbba5ace4d81a70ce59096fa5c95734"
Expand Down Expand Up @@ -8867,7 +8860,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea"
integrity sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==

mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
version "2.1.27"
resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
Expand Down Expand Up @@ -12721,6 +12714,15 @@ urix@^0.1.0:
resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=

url-loader@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-4.1.1.tgz#28505e905cae158cf07c92ca622d7f237e70a4e2"
integrity sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==
dependencies:
loader-utils "^2.0.0"
mime-types "^2.1.27"
schema-utils "^3.0.0"

url-parse@^1.4.3:
version "1.4.7"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
Expand Down

0 comments on commit c4c219a

Please sign in to comment.