Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Aug 6, 2020
1 parent 9e4425b commit ebd7983
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
dist/
src/
packages/
packages/**/*
.vscode/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-hero-icons",
"version": "1.5.0",
"version": "1.6.0",
"description": "A set of free MIT-licensed high-quality SVG icons as Vue functional components.",
"repository": {
"url": "matschik/vue-hero-icons",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@vue/babel-preset-jsx": "^1.1.2",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.0",
"css-loader": "^4.2.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^9.0.1",
"html-loader": "^1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1480,10 +1480,10 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0"
randomfill "^1.0.3"

css-loader@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.2.0.tgz#b57efb92ac8f0cd85bf92d89df9634ef1f51b8bf"
integrity sha512-ko7a9b0iFpWtk9eSI/C8IICvZeGtYnjxYjw45rJprokXj/+kBd/siX4vAIBq9Uij8Jubc4jL1EvSnTjCEwaHSw==
css-loader@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.2.1.tgz#9f48fd7eae1219d629a3f085ba9a9102ca1141a7"
integrity sha512-MoqmF1if7Z0pZIEXA4ZF9PgtCXxWbfzfJM+3p+OYfhcrwcqhaCRb74DSnfzRl7e024xEiCRn5hCvfUbTf2sgFA==
dependencies:
camelcase "^6.0.0"
cssesc "^3.0.0"
Expand Down Expand Up @@ -2478,7 +2478,7 @@ he@^1.1.0, he@^1.2.0:

"heroicons@git+https://github.com/refactoringui/heroicons.git#master":
version "0.3.7"
resolved "git+https://github.com/refactoringui/heroicons.git#fd7537549f717d1134bfffda9c4be6ea8ca250b0"
resolved "git+https://github.com/refactoringui/heroicons.git#ecfba30b87166c07993ed8162ce47073752e41f9"

hex-rgb@^4.1.0:
version "4.1.0"
Expand Down

0 comments on commit ebd7983

Please sign in to comment.