Skip to content

Commit

Permalink
Bump @iconify/tools to fix type errors (#230)
Browse files Browse the repository at this point in the history
* Bump @iconify/tools to fix type errors

Iconify tools had a type error with a specific 'cheerio' package that caused astro-icon to fail on build with Astro. Bumping the package fixes the type error.

See this issue for more details: #210

* Add updated pnpm lock to pr

* chore: add changeset

---------

Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
frankievalentine and natemoo-re authored Aug 16, 2024
1 parent 0d668c5 commit 7b11f6b
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 59 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-rules-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-icon": patch
---

Fixes a type definition issue caused by outdated dependency
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/natemoo-re/astro-icon#readme",
"dependencies": {
"@iconify/tools": "^3.0.1",
"@iconify/tools": "^4.0.4",
"@iconify/types": "^2.0.0",
"@iconify/utils": "^2.1.5"
},
Expand Down
Loading

0 comments on commit 7b11f6b

Please sign in to comment.