@saas-ui/react 3.0.0-alpha.2 → 3.0.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0-alpha.3",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -63,8 +63,8 @@
63
63
  "url": "https://storybook.saas-ui.dev"
64
64
  },
65
65
  "dependencies": {
66
- "@saas-ui/core": "3.0.0-alpha.2",
67
- "@saas-ui/hooks": "3.0.0-alpha.2"
66
+ "@saas-ui/core": "3.0.0-alpha.3",
67
+ "@saas-ui/hooks": "3.0.0-alpha.3"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@chakra-ui/react": "^3.0.0",