Skip to content

Commit

Permalink
📌 Pin @icons-pack/react-simple-icons to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold committed Aug 21, 2024
1 parent 3ea2804 commit 81866c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/components/DownloadLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function DownloadLinks() {
target="_blank"
rel="noreferrer"
>
{/* @ts-expect-error: Its fine */}
<link.icon className="h-5 w-5" />
</a>
</motion.div>
Expand Down
1 change: 1 addition & 0 deletions docs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default function Footer() {
className="text-gray-750 hover:text-gray-650 dark:text-gray-300 dark:hover:text-gray-100"
>
<span className="sr-only">{item.name}</span>
{/* @ts-expect-error: Its fine */}
<item.icon className="h-6 w-6" aria-hidden="true" />
</a>
))}
Expand Down
1 change: 1 addition & 0 deletions docs/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function Hero() {
href="https://www.github.com/stumpapp/stump"
target="_blank"
>
{/* @ts-expect-error: its fine */}
<SiGithub />

<span>See on Github</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@icons-pack/react-simple-icons": "^9.1.0",
"@icons-pack/react-simple-icons": "=9.1.0",
"clsx": "2.0.0",
"framer-motion": "^10.16.4",
"next": "^13.5.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2757,10 +2757,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==

"@icons-pack/react-simple-icons@^9.1.0":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@icons-pack/react-simple-icons/-/react-simple-icons-9.3.0.tgz#a3901d7eb0f2f4109d8f2c584f537cea056aa238"
integrity sha512-e2VRDFrhI9rCkEdkuAUhf/Ool0cwusWnwKqMACbIRMLHXxnHp1SdnGlRaEEjDeF4R0pQaEkmVNs2x2vn1sl+7A==
"@icons-pack/react-simple-icons@=9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@icons-pack/react-simple-icons/-/react-simple-icons-9.1.0.tgz#8267121647e979daf1f84ea9c7a87fb7a6a8ca0a"
integrity sha512-3v6W4SgkYX6bHfKrFvRZrxilv+4wXKYQ2DVRldqaZgcwGK5ajsW4PzLlqF9aw+uT/NeoMklunonoYwZlx9Kbwg==

"@isaacs/cliui@^8.0.2":
version "8.0.2"
Expand Down

0 comments on commit 81866c9

Please sign in to comment.