@sankhyatronics/sankhya-ui 0.0.1 → 0.0.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 +1 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sankhyatronics/sankhya-ui",
3
3
  "description": "Pure view React components (React 19) for making portals. These components are designed to use with headless CMS.",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",
7
7
  "types": "dist/index.d.ts",
@@ -29,10 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@emotion/is-prop-valid": "^1.4.0",
32
- "@iconify/react": "6.0.2",
33
32
  "motion": "12.24.7",
34
- "react": "19.2.0",
35
- "react-dom": "19.2.0",
36
33
  "react-markdown": "9.0.3",
37
34
  "remark-breaks": "^4.0.0"
38
35
  },