Skip to content

Commit 7b11f6b

Browse files
Bump @iconify/tools to fix type errors (#230)
* 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]>
1 parent 0d668c5 commit 7b11f6b

File tree

3 files changed

+260
-59
lines changed

3 files changed

+260
-59
lines changed

.changeset/rare-rules-tie.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro-icon": patch
3+
---
4+
5+
Fixes a type definition issue caused by outdated dependency

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/natemoo-re/astro-icon#readme",
4949
"dependencies": {
50-
"@iconify/tools": "^3.0.1",
50+
"@iconify/tools": "^4.0.4",
5151
"@iconify/types": "^2.0.0",
5252
"@iconify/utils": "^2.1.5"
5353
},

0 commit comments

Comments
 (0)