From 5460fd444fd2d590bf18049e33a6f461b2361b53 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 18 Nov 2021 15:44:45 +0100 Subject: [PATCH] chore(deps): add `@iconify-json/heroicons-solid` for example --- package.json | 1 + yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/package.json b/package.json index 74d711da..fd128a03 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ }, "devDependencies": { "@iconify-json/heroicons-outline": "^1.0.2", + "@iconify-json/heroicons-solid": "^1.0.2", "@nuxtjs/eslint-config-typescript": "^7.0.2", "eslint": "^8.2.0", "nuxt3": "latest", diff --git a/yarn.lock b/yarn.lock index 9fcc467d..db9c1ebb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -312,6 +312,13 @@ dependencies: "@iconify/types" "^1.0.10" +"@iconify-json/heroicons-solid@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@iconify-json/heroicons-solid/-/heroicons-solid-1.0.2.tgz#cf81ef6ce2aa70bf037c1c022b730b1698f63ffa" + integrity sha512-j9SuVhvVAVGhgesuUCzCk3Jk/Rjjh1Mcqg4SXbKv34AMvYpRLBn2LZi1gOv6RW0KmCpDsZ9C+qf5k9VmLc9kxQ== + dependencies: + "@iconify/types" "^1.0.10" + "@iconify/types@^1.0.10": version "1.0.10" resolved "https://registry.yarnpkg.com/@iconify/types/-/types-1.0.10.tgz#951122c19d3717e308a3ceac6eaafda27bd9993d"