@_sh/strapi-plugin-ckeditor 5.0.1 → 5.0.2
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/LICENSE +2 -2
- package/dist/_chunks/{Field-wVg5xgbq.mjs → Field-D_JHCz5O.mjs} +1 -1
- package/dist/_chunks/{Field-BdtPMWJ1.js → Field-DplOWQLX.js} +1 -1
- package/dist/_chunks/{index-CZRYkPJ8.js → index-CsSYDZ4y.js} +30 -31
- package/dist/_chunks/{index-Clyv4ZPF.mjs → index-D3a4OadF.mjs} +30 -31
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +29 -30
- package/dist/server/index.mjs +29 -30
- package/package.json +29 -30
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2025 nshenderov
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
|
@@ -6,7 +6,7 @@ import { useStrapiApp, useField } from "@strapi/strapi/admin";
|
|
|
6
6
|
import { ClassicEditor } from "ckeditor5";
|
|
7
7
|
import { CKEditor } from "@ckeditor/ckeditor5-react";
|
|
8
8
|
import "ckeditor5/ckeditor5.css";
|
|
9
|
-
import { g as getPluginConfig, p as prefixFileUrlWithBackendUrl, i as isImageResponsive } from "./index-
|
|
9
|
+
import { g as getPluginConfig, p as prefixFileUrlWithBackendUrl, i as isImageResponsive } from "./index-D3a4OadF.mjs";
|
|
10
10
|
import { Collapse, Expand } from "@strapi/icons";
|
|
11
11
|
const STORAGE_KEYS = {
|
|
12
12
|
TOKEN: "jwtToken",
|
|
@@ -30,7 +30,7 @@ const admin = require("@strapi/strapi/admin");
|
|
|
30
30
|
const ckeditor5 = require("ckeditor5");
|
|
31
31
|
const ckeditor5React = require("@ckeditor/ckeditor5-react");
|
|
32
32
|
require("ckeditor5/ckeditor5.css");
|
|
33
|
-
const index = require("./index-
|
|
33
|
+
const index = require("./index-CsSYDZ4y.js");
|
|
34
34
|
const icons = require("@strapi/icons");
|
|
35
35
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
36
36
|
const React__default = /* @__PURE__ */ _interopDefault(React);
|
|
@@ -28,7 +28,7 @@ const yup__namespace = /* @__PURE__ */ _interopNamespace(yup);
|
|
|
28
28
|
const sanitizeHtml__namespace = /* @__PURE__ */ _interopNamespace(sanitizeHtml);
|
|
29
29
|
const cloneDeep__default = /* @__PURE__ */ _interopDefault(cloneDeep);
|
|
30
30
|
const name = "@_sh/strapi-plugin-ckeditor";
|
|
31
|
-
const version = "5.0.
|
|
31
|
+
const version = "5.0.2";
|
|
32
32
|
const description = "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)";
|
|
33
33
|
const keywords = [
|
|
34
34
|
"strapi",
|
|
@@ -92,41 +92,40 @@ const scripts = {
|
|
|
92
92
|
"release:info": "release-it --changelog"
|
|
93
93
|
};
|
|
94
94
|
const dependencies = {
|
|
95
|
-
"@ckeditor/ckeditor5-react": "
|
|
96
|
-
"@strapi/design-system": "
|
|
97
|
-
"@strapi/icons": "
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
"sanitize-html": "^2.13.1",
|
|
95
|
+
"@ckeditor/ckeditor5-react": "~9.5.0",
|
|
96
|
+
"@strapi/design-system": "2.0.0-rc.18",
|
|
97
|
+
"@strapi/icons": "2.0.0-rc.18",
|
|
98
|
+
ckeditor5: "~44.3.0",
|
|
99
|
+
lodash: "4.17.21",
|
|
100
|
+
"sanitize-html": "2.13.0",
|
|
102
101
|
yup: "0.32.9"
|
|
103
102
|
};
|
|
104
103
|
const devDependencies = {
|
|
105
|
-
"@release-it/conventional-changelog": "
|
|
106
|
-
"@strapi/sdk-plugin": "
|
|
107
|
-
"@strapi/strapi": "
|
|
108
|
-
"@strapi/typescript-utils": "
|
|
104
|
+
"@release-it/conventional-changelog": "10.0.0",
|
|
105
|
+
"@strapi/sdk-plugin": "5.3.2",
|
|
106
|
+
"@strapi/strapi": "5.11.0",
|
|
107
|
+
"@strapi/typescript-utils": "5.11.0",
|
|
109
108
|
"@types/react": "^18.3.12",
|
|
110
109
|
"@types/react-dom": "^18.3.1",
|
|
111
|
-
"@types/sanitize-html": "
|
|
112
|
-
"@typescript-eslint/eslint-plugin": "
|
|
113
|
-
"@typescript-eslint/parser": "
|
|
114
|
-
eslint: "
|
|
115
|
-
"eslint-config-airbnb": "
|
|
116
|
-
"eslint-config-airbnb-typescript": "
|
|
117
|
-
"eslint-config-prettier": "
|
|
118
|
-
"eslint-plugin-import": "
|
|
119
|
-
"eslint-plugin-jsx-a11y": "
|
|
120
|
-
"eslint-plugin-prettier": "
|
|
121
|
-
"eslint-plugin-react": "
|
|
122
|
-
"eslint-plugin-react-hooks": "
|
|
110
|
+
"@types/sanitize-html": "2.13.0",
|
|
111
|
+
"@typescript-eslint/eslint-plugin": "7.0.0",
|
|
112
|
+
"@typescript-eslint/parser": "7.0.0",
|
|
113
|
+
eslint: "8.2.0",
|
|
114
|
+
"eslint-config-airbnb": "19.0.4",
|
|
115
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
116
|
+
"eslint-config-prettier": "9.1.0",
|
|
117
|
+
"eslint-plugin-import": "2.25.3",
|
|
118
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
119
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
120
|
+
"eslint-plugin-react": "7.28.0",
|
|
121
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
123
122
|
prettier: "3.4.0",
|
|
124
|
-
react: "
|
|
125
|
-
"react-dom": "
|
|
126
|
-
"react-router-dom": "
|
|
127
|
-
"release-it": "
|
|
128
|
-
"styled-components": "
|
|
129
|
-
typescript: "
|
|
123
|
+
react: "18.3.1",
|
|
124
|
+
"react-dom": "18.3.1",
|
|
125
|
+
"react-router-dom": "6.30.0",
|
|
126
|
+
"release-it": "18.1.2",
|
|
127
|
+
"styled-components": "6.1.15",
|
|
128
|
+
typescript: "5.6.3"
|
|
130
129
|
};
|
|
131
130
|
const peerDependencies = {
|
|
132
131
|
"@strapi/strapi": "^5.0.0",
|
|
@@ -1270,7 +1269,7 @@ const index = {
|
|
|
1270
1269
|
defaultMessage: "The advanced rich text editor. (Community Edition)"
|
|
1271
1270
|
},
|
|
1272
1271
|
components: {
|
|
1273
|
-
Input: async () => Promise.resolve().then(() => require("./Field-
|
|
1272
|
+
Input: async () => Promise.resolve().then(() => require("./Field-DplOWQLX.js")).then((module2) => ({
|
|
1274
1273
|
default: module2.Field
|
|
1275
1274
|
}))
|
|
1276
1275
|
},
|
|
@@ -6,7 +6,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
6
6
|
import { Flex, lightTheme } from "@strapi/design-system";
|
|
7
7
|
import cloneDeep from "lodash/cloneDeep";
|
|
8
8
|
const name = "@_sh/strapi-plugin-ckeditor";
|
|
9
|
-
const version = "5.0.
|
|
9
|
+
const version = "5.0.2";
|
|
10
10
|
const description = "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)";
|
|
11
11
|
const keywords = [
|
|
12
12
|
"strapi",
|
|
@@ -70,41 +70,40 @@ const scripts = {
|
|
|
70
70
|
"release:info": "release-it --changelog"
|
|
71
71
|
};
|
|
72
72
|
const dependencies = {
|
|
73
|
-
"@ckeditor/ckeditor5-react": "
|
|
74
|
-
"@strapi/design-system": "
|
|
75
|
-
"@strapi/icons": "
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
"sanitize-html": "^2.13.1",
|
|
73
|
+
"@ckeditor/ckeditor5-react": "~9.5.0",
|
|
74
|
+
"@strapi/design-system": "2.0.0-rc.18",
|
|
75
|
+
"@strapi/icons": "2.0.0-rc.18",
|
|
76
|
+
ckeditor5: "~44.3.0",
|
|
77
|
+
lodash: "4.17.21",
|
|
78
|
+
"sanitize-html": "2.13.0",
|
|
80
79
|
yup: "0.32.9"
|
|
81
80
|
};
|
|
82
81
|
const devDependencies = {
|
|
83
|
-
"@release-it/conventional-changelog": "
|
|
84
|
-
"@strapi/sdk-plugin": "
|
|
85
|
-
"@strapi/strapi": "
|
|
86
|
-
"@strapi/typescript-utils": "
|
|
82
|
+
"@release-it/conventional-changelog": "10.0.0",
|
|
83
|
+
"@strapi/sdk-plugin": "5.3.2",
|
|
84
|
+
"@strapi/strapi": "5.11.0",
|
|
85
|
+
"@strapi/typescript-utils": "5.11.0",
|
|
87
86
|
"@types/react": "^18.3.12",
|
|
88
87
|
"@types/react-dom": "^18.3.1",
|
|
89
|
-
"@types/sanitize-html": "
|
|
90
|
-
"@typescript-eslint/eslint-plugin": "
|
|
91
|
-
"@typescript-eslint/parser": "
|
|
92
|
-
eslint: "
|
|
93
|
-
"eslint-config-airbnb": "
|
|
94
|
-
"eslint-config-airbnb-typescript": "
|
|
95
|
-
"eslint-config-prettier": "
|
|
96
|
-
"eslint-plugin-import": "
|
|
97
|
-
"eslint-plugin-jsx-a11y": "
|
|
98
|
-
"eslint-plugin-prettier": "
|
|
99
|
-
"eslint-plugin-react": "
|
|
100
|
-
"eslint-plugin-react-hooks": "
|
|
88
|
+
"@types/sanitize-html": "2.13.0",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "7.0.0",
|
|
90
|
+
"@typescript-eslint/parser": "7.0.0",
|
|
91
|
+
eslint: "8.2.0",
|
|
92
|
+
"eslint-config-airbnb": "19.0.4",
|
|
93
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
94
|
+
"eslint-config-prettier": "9.1.0",
|
|
95
|
+
"eslint-plugin-import": "2.25.3",
|
|
96
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
97
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
98
|
+
"eslint-plugin-react": "7.28.0",
|
|
99
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
101
100
|
prettier: "3.4.0",
|
|
102
|
-
react: "
|
|
103
|
-
"react-dom": "
|
|
104
|
-
"react-router-dom": "
|
|
105
|
-
"release-it": "
|
|
106
|
-
"styled-components": "
|
|
107
|
-
typescript: "
|
|
101
|
+
react: "18.3.1",
|
|
102
|
+
"react-dom": "18.3.1",
|
|
103
|
+
"react-router-dom": "6.30.0",
|
|
104
|
+
"release-it": "18.1.2",
|
|
105
|
+
"styled-components": "6.1.15",
|
|
106
|
+
typescript: "5.6.3"
|
|
108
107
|
};
|
|
109
108
|
const peerDependencies = {
|
|
110
109
|
"@strapi/strapi": "^5.0.0",
|
|
@@ -1248,7 +1247,7 @@ const index = {
|
|
|
1248
1247
|
defaultMessage: "The advanced rich text editor. (Community Edition)"
|
|
1249
1248
|
},
|
|
1250
1249
|
components: {
|
|
1251
|
-
Input: async () => import("./Field-
|
|
1250
|
+
Input: async () => import("./Field-D_JHCz5O.mjs").then((module) => ({
|
|
1252
1251
|
default: module.Field
|
|
1253
1252
|
}))
|
|
1254
1253
|
},
|
package/dist/admin/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
require("yup");
|
|
4
|
-
const index = require("../_chunks/index-
|
|
4
|
+
const index = require("../_chunks/index-CsSYDZ4y.js");
|
|
5
5
|
require("ckeditor5");
|
|
6
6
|
exports.StrapiMediaLib = index.StrapiMediaLib;
|
|
7
7
|
exports.StrapiUploadAdapter = index.StrapiUploadAdapter;
|
package/dist/admin/index.mjs
CHANGED
package/dist/server/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const name = "@_sh/strapi-plugin-ckeditor";
|
|
3
|
-
const version = "5.0.
|
|
3
|
+
const version = "5.0.2";
|
|
4
4
|
const description = "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)";
|
|
5
5
|
const keywords = [
|
|
6
6
|
"strapi",
|
|
@@ -64,41 +64,40 @@ const scripts = {
|
|
|
64
64
|
"release:info": "release-it --changelog"
|
|
65
65
|
};
|
|
66
66
|
const dependencies = {
|
|
67
|
-
"@ckeditor/ckeditor5-react": "
|
|
68
|
-
"@strapi/design-system": "
|
|
69
|
-
"@strapi/icons": "
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
"sanitize-html": "^2.13.1",
|
|
67
|
+
"@ckeditor/ckeditor5-react": "~9.5.0",
|
|
68
|
+
"@strapi/design-system": "2.0.0-rc.18",
|
|
69
|
+
"@strapi/icons": "2.0.0-rc.18",
|
|
70
|
+
ckeditor5: "~44.3.0",
|
|
71
|
+
lodash: "4.17.21",
|
|
72
|
+
"sanitize-html": "2.13.0",
|
|
74
73
|
yup: "0.32.9"
|
|
75
74
|
};
|
|
76
75
|
const devDependencies = {
|
|
77
|
-
"@release-it/conventional-changelog": "
|
|
78
|
-
"@strapi/sdk-plugin": "
|
|
79
|
-
"@strapi/strapi": "
|
|
80
|
-
"@strapi/typescript-utils": "
|
|
76
|
+
"@release-it/conventional-changelog": "10.0.0",
|
|
77
|
+
"@strapi/sdk-plugin": "5.3.2",
|
|
78
|
+
"@strapi/strapi": "5.11.0",
|
|
79
|
+
"@strapi/typescript-utils": "5.11.0",
|
|
81
80
|
"@types/react": "^18.3.12",
|
|
82
81
|
"@types/react-dom": "^18.3.1",
|
|
83
|
-
"@types/sanitize-html": "
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "
|
|
85
|
-
"@typescript-eslint/parser": "
|
|
86
|
-
eslint: "
|
|
87
|
-
"eslint-config-airbnb": "
|
|
88
|
-
"eslint-config-airbnb-typescript": "
|
|
89
|
-
"eslint-config-prettier": "
|
|
90
|
-
"eslint-plugin-import": "
|
|
91
|
-
"eslint-plugin-jsx-a11y": "
|
|
92
|
-
"eslint-plugin-prettier": "
|
|
93
|
-
"eslint-plugin-react": "
|
|
94
|
-
"eslint-plugin-react-hooks": "
|
|
82
|
+
"@types/sanitize-html": "2.13.0",
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "7.0.0",
|
|
84
|
+
"@typescript-eslint/parser": "7.0.0",
|
|
85
|
+
eslint: "8.2.0",
|
|
86
|
+
"eslint-config-airbnb": "19.0.4",
|
|
87
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
88
|
+
"eslint-config-prettier": "9.1.0",
|
|
89
|
+
"eslint-plugin-import": "2.25.3",
|
|
90
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
91
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
92
|
+
"eslint-plugin-react": "7.28.0",
|
|
93
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
95
94
|
prettier: "3.4.0",
|
|
96
|
-
react: "
|
|
97
|
-
"react-dom": "
|
|
98
|
-
"react-router-dom": "
|
|
99
|
-
"release-it": "
|
|
100
|
-
"styled-components": "
|
|
101
|
-
typescript: "
|
|
95
|
+
react: "18.3.1",
|
|
96
|
+
"react-dom": "18.3.1",
|
|
97
|
+
"react-router-dom": "6.30.0",
|
|
98
|
+
"release-it": "18.1.2",
|
|
99
|
+
"styled-components": "6.1.15",
|
|
100
|
+
typescript: "5.6.3"
|
|
102
101
|
};
|
|
103
102
|
const peerDependencies = {
|
|
104
103
|
"@strapi/strapi": "^5.0.0",
|
package/dist/server/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "@_sh/strapi-plugin-ckeditor";
|
|
2
|
-
const version = "5.0.
|
|
2
|
+
const version = "5.0.2";
|
|
3
3
|
const description = "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)";
|
|
4
4
|
const keywords = [
|
|
5
5
|
"strapi",
|
|
@@ -63,41 +63,40 @@ const scripts = {
|
|
|
63
63
|
"release:info": "release-it --changelog"
|
|
64
64
|
};
|
|
65
65
|
const dependencies = {
|
|
66
|
-
"@ckeditor/ckeditor5-react": "
|
|
67
|
-
"@strapi/design-system": "
|
|
68
|
-
"@strapi/icons": "
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
"sanitize-html": "^2.13.1",
|
|
66
|
+
"@ckeditor/ckeditor5-react": "~9.5.0",
|
|
67
|
+
"@strapi/design-system": "2.0.0-rc.18",
|
|
68
|
+
"@strapi/icons": "2.0.0-rc.18",
|
|
69
|
+
ckeditor5: "~44.3.0",
|
|
70
|
+
lodash: "4.17.21",
|
|
71
|
+
"sanitize-html": "2.13.0",
|
|
73
72
|
yup: "0.32.9"
|
|
74
73
|
};
|
|
75
74
|
const devDependencies = {
|
|
76
|
-
"@release-it/conventional-changelog": "
|
|
77
|
-
"@strapi/sdk-plugin": "
|
|
78
|
-
"@strapi/strapi": "
|
|
79
|
-
"@strapi/typescript-utils": "
|
|
75
|
+
"@release-it/conventional-changelog": "10.0.0",
|
|
76
|
+
"@strapi/sdk-plugin": "5.3.2",
|
|
77
|
+
"@strapi/strapi": "5.11.0",
|
|
78
|
+
"@strapi/typescript-utils": "5.11.0",
|
|
80
79
|
"@types/react": "^18.3.12",
|
|
81
80
|
"@types/react-dom": "^18.3.1",
|
|
82
|
-
"@types/sanitize-html": "
|
|
83
|
-
"@typescript-eslint/eslint-plugin": "
|
|
84
|
-
"@typescript-eslint/parser": "
|
|
85
|
-
eslint: "
|
|
86
|
-
"eslint-config-airbnb": "
|
|
87
|
-
"eslint-config-airbnb-typescript": "
|
|
88
|
-
"eslint-config-prettier": "
|
|
89
|
-
"eslint-plugin-import": "
|
|
90
|
-
"eslint-plugin-jsx-a11y": "
|
|
91
|
-
"eslint-plugin-prettier": "
|
|
92
|
-
"eslint-plugin-react": "
|
|
93
|
-
"eslint-plugin-react-hooks": "
|
|
81
|
+
"@types/sanitize-html": "2.13.0",
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "7.0.0",
|
|
83
|
+
"@typescript-eslint/parser": "7.0.0",
|
|
84
|
+
eslint: "8.2.0",
|
|
85
|
+
"eslint-config-airbnb": "19.0.4",
|
|
86
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
87
|
+
"eslint-config-prettier": "9.1.0",
|
|
88
|
+
"eslint-plugin-import": "2.25.3",
|
|
89
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
90
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
91
|
+
"eslint-plugin-react": "7.28.0",
|
|
92
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
94
93
|
prettier: "3.4.0",
|
|
95
|
-
react: "
|
|
96
|
-
"react-dom": "
|
|
97
|
-
"react-router-dom": "
|
|
98
|
-
"release-it": "
|
|
99
|
-
"styled-components": "
|
|
100
|
-
typescript: "
|
|
94
|
+
react: "18.3.1",
|
|
95
|
+
"react-dom": "18.3.1",
|
|
96
|
+
"react-router-dom": "6.30.0",
|
|
97
|
+
"release-it": "18.1.2",
|
|
98
|
+
"styled-components": "6.1.15",
|
|
99
|
+
typescript: "5.6.3"
|
|
101
100
|
};
|
|
102
101
|
const peerDependencies = {
|
|
103
102
|
"@strapi/strapi": "^5.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_sh/strapi-plugin-ckeditor",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -64,41 +64,40 @@
|
|
|
64
64
|
"release:info": "release-it --changelog"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@ckeditor/ckeditor5-react": "
|
|
68
|
-
"@strapi/design-system": "
|
|
69
|
-
"@strapi/icons": "
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"sanitize-html": "^2.13.1",
|
|
67
|
+
"@ckeditor/ckeditor5-react": "~9.5.0",
|
|
68
|
+
"@strapi/design-system": "2.0.0-rc.18",
|
|
69
|
+
"@strapi/icons": "2.0.0-rc.18",
|
|
70
|
+
"ckeditor5": "~44.3.0",
|
|
71
|
+
"lodash": "4.17.21",
|
|
72
|
+
"sanitize-html": "2.13.0",
|
|
74
73
|
"yup": "0.32.9"
|
|
75
74
|
},
|
|
76
75
|
"devDependencies": {
|
|
77
|
-
"@release-it/conventional-changelog": "
|
|
78
|
-
"@strapi/sdk-plugin": "
|
|
79
|
-
"@strapi/strapi": "
|
|
80
|
-
"@strapi/typescript-utils": "
|
|
76
|
+
"@release-it/conventional-changelog": "10.0.0",
|
|
77
|
+
"@strapi/sdk-plugin": "5.3.2",
|
|
78
|
+
"@strapi/strapi": "5.11.0",
|
|
79
|
+
"@strapi/typescript-utils": "5.11.0",
|
|
81
80
|
"@types/react": "^18.3.12",
|
|
82
81
|
"@types/react-dom": "^18.3.1",
|
|
83
|
-
"@types/sanitize-html": "
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "
|
|
85
|
-
"@typescript-eslint/parser": "
|
|
86
|
-
"eslint": "
|
|
87
|
-
"eslint-config-airbnb": "
|
|
88
|
-
"eslint-config-airbnb-typescript": "
|
|
89
|
-
"eslint-config-prettier": "
|
|
90
|
-
"eslint-plugin-import": "
|
|
91
|
-
"eslint-plugin-jsx-a11y": "
|
|
92
|
-
"eslint-plugin-prettier": "
|
|
93
|
-
"eslint-plugin-react": "
|
|
94
|
-
"eslint-plugin-react-hooks": "
|
|
82
|
+
"@types/sanitize-html": "2.13.0",
|
|
83
|
+
"@typescript-eslint/eslint-plugin": "7.0.0",
|
|
84
|
+
"@typescript-eslint/parser": "7.0.0",
|
|
85
|
+
"eslint": "8.2.0",
|
|
86
|
+
"eslint-config-airbnb": "19.0.4",
|
|
87
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
88
|
+
"eslint-config-prettier": "9.1.0",
|
|
89
|
+
"eslint-plugin-import": "2.25.3",
|
|
90
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
91
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
92
|
+
"eslint-plugin-react": "7.28.0",
|
|
93
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
95
94
|
"prettier": "3.4.0",
|
|
96
|
-
"react": "
|
|
97
|
-
"react-dom": "
|
|
98
|
-
"react-router-dom": "
|
|
99
|
-
"release-it": "
|
|
100
|
-
"styled-components": "
|
|
101
|
-
"typescript": "
|
|
95
|
+
"react": "18.3.1",
|
|
96
|
+
"react-dom": "18.3.1",
|
|
97
|
+
"react-router-dom": "6.30.0",
|
|
98
|
+
"release-it": "18.1.2",
|
|
99
|
+
"styled-components": "6.1.15",
|
|
100
|
+
"typescript": "5.6.3"
|
|
102
101
|
},
|
|
103
102
|
"peerDependencies": {
|
|
104
103
|
"@strapi/strapi": "^5.0.0",
|