unifyedx-storybook-new 0.1.38 → 0.1.39

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,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.1.38",
4
+ "version": "0.1.39",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",
@@ -53,11 +53,11 @@
53
53
  "framer-motion": ">=11",
54
54
  "react": ">=18",
55
55
  "react-dom": ">=18",
56
- "react-router-dom": ">=6"
56
+ "react-router-dom": ">=6",
57
+ "ckeditor5": "46.0.0",
58
+ "@ckeditor/ckeditor5-react": "11.0.0"
57
59
  },
58
60
  "dependencies": {
59
- "ckeditor5": "46.0.0",
60
- "@ckeditor/ckeditor5-react": "11.0.0",
61
61
  "@dnd-kit/core": "^6.3.1",
62
62
  "@dnd-kit/modifiers": "^9.0.0",
63
63
  "@heroicons/react": "^2.2.0",
@@ -77,6 +77,8 @@
77
77
  "yup": "^1.6.1"
78
78
  },
79
79
  "devDependencies": {
80
+ "ckeditor5": "46.0.0",
81
+ "@ckeditor/ckeditor5-react": "11.0.0",
80
82
  "@chromatic-com/storybook": "^4.0.1",
81
83
  "@eslint/js": "^9.30.1",
82
84
  "@storybook/addon-a11y": "^9.0.17",
@@ -117,9 +119,5 @@
117
119
  "storybook": "storybook dev -p 6006",
118
120
  "build-storybook": "storybook build",
119
121
  "local-pub": "npm run build && yalc publish --push"
120
- },
121
- "overrides": {
122
- "ckeditor5": "46.0.0",
123
- "@ckeditor/ckeditor5-react": "11.0.0"
124
122
  }
125
123
  }