unifyedx-storybook-new 0.1.36 → 0.1.38

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.36",
4
+ "version": "0.1.38",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",
@@ -56,13 +56,13 @@
56
56
  "react-router-dom": ">=6"
57
57
  },
58
58
  "dependencies": {
59
- "@ckeditor/ckeditor5-react": "^11.0.0",
59
+ "ckeditor5": "46.0.0",
60
+ "@ckeditor/ckeditor5-react": "11.0.0",
60
61
  "@dnd-kit/core": "^6.3.1",
61
62
  "@dnd-kit/modifiers": "^9.0.0",
62
63
  "@heroicons/react": "^2.2.0",
63
64
  "@hookform/resolvers": "^5.1.1",
64
65
  "axios": "^1.10.0",
65
- "ckeditor5": "^46.0.0",
66
66
  "classnames": "^2.5.1",
67
67
  "date-fns": "^4.1.0",
68
68
  "formik": "^2.4.6",
@@ -117,5 +117,9 @@
117
117
  "storybook": "storybook dev -p 6006",
118
118
  "build-storybook": "storybook build",
119
119
  "local-pub": "npm run build && yalc publish --push"
120
+ },
121
+ "overrides": {
122
+ "ckeditor5": "46.0.0",
123
+ "@ckeditor/ckeditor5-react": "11.0.0"
120
124
  }
121
125
  }