@astryxdesign/core 0.5.2-canary.c7df10c → 0.5.2

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.5.2-canary.c7df10c",
3
+ "version": "0.5.2",
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",
@@ -661,7 +661,6 @@
661
661
  "react-dom": ">=19.0.0"
662
662
  },
663
663
  "devDependencies": {
664
- "@astryxdesign/cli": "0.5.2-canary.c7df10c",
665
664
  "@babel/cli": "^8.0.4",
666
665
  "@babel/core": "^7.29.7",
667
666
  "@babel/preset-react": "^8.0.1",
@@ -669,7 +668,8 @@
669
668
  "@stylexjs/babel-plugin": "^0.19.0",
670
669
  "@testing-library/dom": "^10.0.0",
671
670
  "@testing-library/jest-dom": "^6.6.0",
672
- "@testing-library/react": "^16.3.2"
671
+ "@testing-library/react": "^16.3.2",
672
+ "@astryxdesign/cli": "0.5.2"
673
673
  },
674
674
  "dependencies": {
675
675
  "intl-messageformat": "^11.2.9"