@astryxdesign/core 0.3.0-canary.82d4dab → 0.3.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/core",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"displayName": "Astryx Core",
|
|
5
5
|
"description": "The component library. Accessible, themeable React components with built-in spacing, dark mode, and StyleX styling.",
|
|
6
6
|
"author": "Meta Open Source",
|
|
@@ -649,7 +649,6 @@
|
|
|
649
649
|
"react-dom": ">=19.0.0"
|
|
650
650
|
},
|
|
651
651
|
"devDependencies": {
|
|
652
|
-
"@astryxdesign/cli": "0.3.0-canary.82d4dab",
|
|
653
652
|
"@babel/cli": "^8.0.4",
|
|
654
653
|
"@babel/core": "^7.29.7",
|
|
655
654
|
"@babel/preset-react": "^8.0.1",
|
|
@@ -658,7 +657,8 @@
|
|
|
658
657
|
"@testing-library/dom": "^10.0.0",
|
|
659
658
|
"@testing-library/jest-dom": "^6.6.0",
|
|
660
659
|
"@testing-library/react": "^16.3.2",
|
|
661
|
-
"rimraf": "^6.0.1"
|
|
660
|
+
"rimraf": "^6.0.1",
|
|
661
|
+
"@astryxdesign/cli": "0.3.0"
|
|
662
662
|
},
|
|
663
663
|
"dependencies": {
|
|
664
664
|
"intl-messageformat": "^11.2.9"
|