@xaui/icons 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xaui/icons",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Icon components for XAUI - Flutter-inspired React Native UI library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -2631,7 +2631,7 @@
|
|
|
2631
2631
|
"directory": "packages/icons"
|
|
2632
2632
|
},
|
|
2633
2633
|
"dependencies": {
|
|
2634
|
-
"@xaui/core": "0.1.
|
|
2634
|
+
"@xaui/core": "0.1.11"
|
|
2635
2635
|
},
|
|
2636
2636
|
"peerDependencies": {
|
|
2637
2637
|
"react": "^18.0.0 || ^19.0.0",
|