@spark-ui/icon
Advanced tools
Comparing version 7.3.5 to 7.3.6
@@ -6,2 +6,8 @@ # Change Log | ||
## [7.3.6](https://github.com/adevinta/spark/compare/v7.3.5...v7.3.6) (2025-01-08) | ||
### Bug Fixes | ||
- fixing react 19 ts errors ([def0db2](https://github.com/adevinta/spark/commit/def0db29a4269986138ac5e5be0430a1d9cf2a1b)) | ||
## [7.3.5](https://github.com/adevinta/spark/compare/v7.3.4...v7.3.5) (2025-01-07) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@spark-ui/icon", | ||
"version": "7.3.5", | ||
"version": "7.3.6", | ||
"description": "Accessible icon wrapper", | ||
@@ -38,4 +38,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@spark-ui/internal-utils": "^7.3.5", | ||
"@spark-ui/visually-hidden": "^7.3.5" | ||
"@spark-ui/internal-utils": "^7.3.6", | ||
"@spark-ui/visually-hidden": "^7.3.6" | ||
}, | ||
@@ -45,4 +45,4 @@ "peerDependencies": { | ||
"@spark-ui/theme-utils": "latest", | ||
"react": "^18.0 || ^19.0", | ||
"react-dom": "^18.0 || ^19.0", | ||
"react": "^19.0", | ||
"react-dom": "^19.0", | ||
"tailwindcss": "^3.0.0" | ||
@@ -52,3 +52,3 @@ }, | ||
"license": "MIT", | ||
"gitHead": "1b50bcc22534d8941c6da867e0d19eae94e3f022" | ||
"gitHead": "969983868f32c57cf6d6ffc838de66b51fa4163d" | ||
} |
42106
+ Added@spark-ui/tailwind-plugins@9.0.4(transitive)
+ Added@spark-ui/theme-utils@9.0.4(transitive)
+ Addedtailwindcss@4.0.5(transitive)
- Removed@spark-ui/tailwind-plugins@8.1.8(transitive)
- Removed@spark-ui/theme-utils@8.1.8(transitive)
- Removeddeepmerge@4.3.1(transitive)
- Removedtype-fest@3.13.1(transitive)