@astryxdesign/core 0.4.7-canary.2ce1983 → 0.4.7

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/core",
3
- "version": "0.4.7-canary.2ce1983",
3
+ "version": "0.4.7",
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",
@@ -656,7 +656,6 @@
656
656
  "react-dom": ">=19.0.0"
657
657
  },
658
658
  "devDependencies": {
659
- "@astryxdesign/cli": "0.4.7-canary.2ce1983",
660
659
  "@babel/cli": "^8.0.4",
661
660
  "@babel/core": "^7.29.7",
662
661
  "@babel/preset-react": "^8.0.1",
@@ -665,7 +664,8 @@
665
664
  "@testing-library/dom": "^10.0.0",
666
665
  "@testing-library/jest-dom": "^6.6.0",
667
666
  "@testing-library/react": "^16.3.2",
668
- "rimraf": "^6.0.1"
667
+ "rimraf": "^6.0.1",
668
+ "@astryxdesign/cli": "0.4.7"
669
669
  },
670
670
  "dependencies": {
671
671
  "intl-messageformat": "^11.2.9"