unifyedx-storybook-new 0.1.35 → 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.
|
|
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,14 +56,14 @@
|
|
|
56
56
|
"react-router-dom": ">=6"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
+
"ckeditor5": "46.0.0",
|
|
60
|
+
"@ckeditor/ckeditor5-react": "11.0.0",
|
|
59
61
|
"@dnd-kit/core": "^6.3.1",
|
|
60
62
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
61
63
|
"@heroicons/react": "^2.2.0",
|
|
62
64
|
"@hookform/resolvers": "^5.1.1",
|
|
63
|
-
"@ckeditor/ckeditor5-react": "^11.0.0",
|
|
64
65
|
"axios": "^1.10.0",
|
|
65
66
|
"classnames": "^2.5.1",
|
|
66
|
-
"ckeditor5": "^46.0.0",
|
|
67
67
|
"date-fns": "^4.1.0",
|
|
68
68
|
"formik": "^2.4.6",
|
|
69
69
|
"lucide-react": "^0.525.0",
|
|
@@ -72,9 +72,8 @@
|
|
|
72
72
|
"react-dropzone": "^14.3.8",
|
|
73
73
|
"react-file-icon": "^1.6.0",
|
|
74
74
|
"react-hook-form": "^7.60.0",
|
|
75
|
-
"react-tooltip": "^5.29.1",
|
|
76
75
|
"react-toastify": "^11.0.5",
|
|
77
|
-
"
|
|
76
|
+
"react-tooltip": "^5.29.1",
|
|
78
77
|
"yup": "^1.6.1"
|
|
79
78
|
},
|
|
80
79
|
"devDependencies": {
|
|
@@ -118,5 +117,9 @@
|
|
|
118
117
|
"storybook": "storybook dev -p 6006",
|
|
119
118
|
"build-storybook": "storybook build",
|
|
120
119
|
"local-pub": "npm run build && yalc publish --push"
|
|
120
|
+
},
|
|
121
|
+
"overrides": {
|
|
122
|
+
"ckeditor5": "46.0.0",
|
|
123
|
+
"@ckeditor/ckeditor5-react": "11.0.0"
|
|
121
124
|
}
|
|
122
125
|
}
|