@scalably/ui 0.7.5 → 0.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scalably/ui",
3
- "version": "0.7.5",
3
+ "version": "0.7.7",
4
4
  "description": "Scalably Design System - Shared UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -64,14 +64,11 @@
64
64
  "url": "https://github.com/quangnle/scalably-components/issues"
65
65
  },
66
66
  "peerDependencies": {
67
- "@grapesjs/react": ">=2.0.0",
68
- "grapesjs": ">=0.22.0",
69
67
  "react": ">=18",
70
68
  "react-dom": ">=18"
71
69
  },
72
70
  "devDependencies": {
73
71
  "@eslint/js": "9.15.0",
74
- "@grapesjs/react": "2.0.0",
75
72
  "@storybook/addon-a11y": "10.1.11",
76
73
  "@storybook/addon-designs": "11.1.1",
77
74
  "@storybook/addon-docs": "10.1.11",
@@ -98,7 +95,6 @@
98
95
  "eslint-plugin-react-hooks": "5.0.0",
99
96
  "eslint-plugin-storybook": "10.1.11",
100
97
  "essentials": "1.2.0",
101
- "grapesjs": "0.22.14",
102
98
  "jest-axe": "10.0.0",
103
99
  "jsdom": "24.1.3",
104
100
  "postcss": "8.4.49",
@@ -114,6 +110,7 @@
114
110
  },
115
111
  "dependencies": {
116
112
  "@floating-ui/react": "0.26.28",
113
+ "@grapesjs/react": "2.0.0",
117
114
  "@tiptap/core": "3.18.0",
118
115
  "@tiptap/extension-character-count": "3.18.0",
119
116
  "@tiptap/extension-highlight": "3.18.0",
@@ -128,6 +125,7 @@
128
125
  "@tiptap/starter-kit": "3.18.0",
129
126
  "class-variance-authority": "0.7.1",
130
127
  "date-fns": "4.1.0",
128
+ "grapesjs": "0.22.14",
131
129
  "lottie-react": "2.4.1",
132
130
  "react-easy-crop": "5.5.6"
133
131
  },