@scalably/ui 0.7.3 → 0.7.4

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalably/ui",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Scalably Design System - Shared UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -63,6 +63,8 @@
63
63
  "url": "https://github.com/quangnle/scalably-components/issues"
64
64
  },
65
65
  "peerDependencies": {
66
+ "@grapesjs/react": "2.0.0",
67
+ "grapesjs": "0.22.14",
66
68
  "react": ">=18",
67
69
  "react-dom": ">=18"
68
70
  },
@@ -104,12 +106,13 @@
104
106
  "tailwindcss": "3.4.17",
105
107
  "tsup": "8.5.1",
106
108
  "typescript": "5.9.3",
109
+ "@grapesjs/react": "2.0.0",
110
+ "grapesjs": "0.22.14",
107
111
  "vite": "7.2.4",
108
112
  "vitest": "4.0.14"
109
113
  },
110
114
  "dependencies": {
111
115
  "@floating-ui/react": "0.26.28",
112
- "@grapesjs/react": "2.0.0",
113
116
  "@tiptap/core": "3.18.0",
114
117
  "@tiptap/extension-character-count": "3.18.0",
115
118
  "@tiptap/extension-highlight": "3.18.0",
@@ -124,7 +127,6 @@
124
127
  "@tiptap/starter-kit": "3.18.0",
125
128
  "class-variance-authority": "0.7.1",
126
129
  "date-fns": "4.1.0",
127
- "grapesjs": "0.22.14",
128
130
  "lottie-react": "2.4.1",
129
131
  "react-easy-crop": "5.5.6"
130
132
  },