@_sh/strapi-plugin-ckeditor 6.0.2 → 7.0.0
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/README.md +7 -7
- package/dist/_chunks/{Field-bpNZPEcR.js → Field-D_sK_Mfq.js} +115 -78
- package/dist/_chunks/{Field-DwEixuI8.mjs → Field-SB2kmV75.mjs} +117 -80
- package/dist/_chunks/{index-CM-eZqTL.mjs → index-D6brYb_3.mjs} +66 -84
- package/dist/_chunks/{index-CgWKes-C.js → index-V5z1nLLU.js} +66 -84
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/admin/src/components/CKEReact.d.ts +4 -1
- package/dist/admin/src/components/Editor.d.ts +4 -1
- package/dist/admin/src/components/Field.d.ts +3 -2
- package/dist/server/index.js +33 -31
- package/dist/server/index.mjs +33 -31
- package/package.json +33 -31
package/dist/server/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "@_sh/strapi-plugin-ckeditor";
|
|
2
|
-
const version = "
|
|
2
|
+
const version = "7.0.0";
|
|
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",
|
|
@@ -60,43 +60,45 @@ const scripts = {
|
|
|
60
60
|
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
|
|
61
61
|
"test:ts:back": "run -T tsc -p server/tsconfig.json",
|
|
62
62
|
release: "release-it",
|
|
63
|
-
"release:info": "release-it --changelog"
|
|
63
|
+
"release:info": "release-it --changelog",
|
|
64
|
+
"lint:ts": "eslint . --ext ts,tsx --report-unused-disable-directives",
|
|
65
|
+
"lint:ts:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --fix"
|
|
64
66
|
};
|
|
65
67
|
const dependencies = {
|
|
66
|
-
"@ckeditor/ckeditor5-react": "~
|
|
67
|
-
"@strapi/design-system": "2.
|
|
68
|
-
"@strapi/icons": "2.
|
|
69
|
-
ckeditor5: "~
|
|
68
|
+
"@ckeditor/ckeditor5-react": "~11.0.1",
|
|
69
|
+
"@strapi/design-system": "2.1.2",
|
|
70
|
+
"@strapi/icons": "2.1.2",
|
|
71
|
+
ckeditor5: "~47.4.0",
|
|
70
72
|
lodash: "4.17.21",
|
|
71
73
|
"sanitize-html": "2.13.0",
|
|
72
74
|
yup: "0.32.9"
|
|
73
75
|
};
|
|
74
76
|
const devDependencies = {
|
|
75
77
|
"@release-it/conventional-changelog": "10.0.0",
|
|
76
|
-
"@strapi/sdk-plugin": "5.
|
|
77
|
-
"@strapi/strapi": "5.
|
|
78
|
-
"@strapi/typescript-utils": "5.
|
|
79
|
-
"@types/react": "^18.
|
|
80
|
-
"@types/react-dom": "^18.
|
|
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",
|
|
93
|
-
prettier: "3.4.0",
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
78
|
+
"@strapi/sdk-plugin": "5.4.0",
|
|
79
|
+
"@strapi/strapi": "5.33.4",
|
|
80
|
+
"@strapi/typescript-utils": "5.33.4",
|
|
81
|
+
"@types/react": "^18.0.0",
|
|
82
|
+
"@types/react-dom": "^18.0.0",
|
|
83
|
+
"@types/sanitize-html": "^2.13.0",
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
85
|
+
"@typescript-eslint/parser": "^7.0.0",
|
|
86
|
+
eslint: "^8.2.0",
|
|
87
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
88
|
+
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
89
|
+
"eslint-config-prettier": "^9.1.0",
|
|
90
|
+
"eslint-plugin-import": "^2.25.3",
|
|
91
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
92
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
93
|
+
"eslint-plugin-react": "^7.28.0",
|
|
94
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
95
|
+
prettier: "^3.4.0",
|
|
96
|
+
"release-it": "^18.1.2",
|
|
97
|
+
typescript: "5.6.3",
|
|
98
|
+
react: "^18.0.0",
|
|
99
|
+
"react-dom": "^18.0.0",
|
|
100
|
+
"react-router-dom": "^6.0.0",
|
|
101
|
+
"styled-components": "^6.0.0"
|
|
100
102
|
};
|
|
101
103
|
const peerDependencies = {
|
|
102
104
|
"@strapi/strapi": "^5.0.0",
|
|
@@ -106,7 +108,7 @@ const peerDependencies = {
|
|
|
106
108
|
"styled-components": "^6.0.0"
|
|
107
109
|
};
|
|
108
110
|
const engines = {
|
|
109
|
-
node: ">=
|
|
111
|
+
node: ">=20.0.0 <=24.x.x",
|
|
110
112
|
npm: ">=6.0.0"
|
|
111
113
|
};
|
|
112
114
|
const license = "MIT";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_sh/strapi-plugin-ckeditor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -61,43 +61,45 @@
|
|
|
61
61
|
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
|
|
62
62
|
"test:ts:back": "run -T tsc -p server/tsconfig.json",
|
|
63
63
|
"release": "release-it",
|
|
64
|
-
"release:info": "release-it --changelog"
|
|
64
|
+
"release:info": "release-it --changelog",
|
|
65
|
+
"lint:ts": "eslint . --ext ts,tsx --report-unused-disable-directives",
|
|
66
|
+
"lint:ts:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --fix"
|
|
65
67
|
},
|
|
66
68
|
"dependencies": {
|
|
67
|
-
"@ckeditor/ckeditor5-react": "~
|
|
68
|
-
"@strapi/design-system": "2.
|
|
69
|
-
"@strapi/icons": "2.
|
|
70
|
-
"ckeditor5": "~
|
|
69
|
+
"@ckeditor/ckeditor5-react": "~11.0.1",
|
|
70
|
+
"@strapi/design-system": "2.1.2",
|
|
71
|
+
"@strapi/icons": "2.1.2",
|
|
72
|
+
"ckeditor5": "~47.4.0",
|
|
71
73
|
"lodash": "4.17.21",
|
|
72
74
|
"sanitize-html": "2.13.0",
|
|
73
75
|
"yup": "0.32.9"
|
|
74
76
|
},
|
|
75
77
|
"devDependencies": {
|
|
76
78
|
"@release-it/conventional-changelog": "10.0.0",
|
|
77
|
-
"@strapi/sdk-plugin": "5.
|
|
78
|
-
"@strapi/strapi": "5.
|
|
79
|
-
"@strapi/typescript-utils": "5.
|
|
80
|
-
"@types/react": "^18.
|
|
81
|
-
"@types/react-dom": "^18.
|
|
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",
|
|
94
|
-
"prettier": "3.4.0",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"react
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
79
|
+
"@strapi/sdk-plugin": "5.4.0",
|
|
80
|
+
"@strapi/strapi": "5.33.4",
|
|
81
|
+
"@strapi/typescript-utils": "5.33.4",
|
|
82
|
+
"@types/react": "^18.0.0",
|
|
83
|
+
"@types/react-dom": "^18.0.0",
|
|
84
|
+
"@types/sanitize-html": "^2.13.0",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
86
|
+
"@typescript-eslint/parser": "^7.0.0",
|
|
87
|
+
"eslint": "^8.2.0",
|
|
88
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
89
|
+
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
90
|
+
"eslint-config-prettier": "^9.1.0",
|
|
91
|
+
"eslint-plugin-import": "^2.25.3",
|
|
92
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
93
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
94
|
+
"eslint-plugin-react": "^7.28.0",
|
|
95
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
96
|
+
"prettier": "^3.4.0",
|
|
97
|
+
"release-it": "^18.1.2",
|
|
98
|
+
"typescript": "5.6.3",
|
|
99
|
+
"react": "^18.0.0",
|
|
100
|
+
"react-dom": "^18.0.0",
|
|
101
|
+
"react-router-dom": "^6.0.0",
|
|
102
|
+
"styled-components": "^6.0.0"
|
|
101
103
|
},
|
|
102
104
|
"peerDependencies": {
|
|
103
105
|
"@strapi/strapi": "^5.0.0",
|
|
@@ -107,7 +109,7 @@
|
|
|
107
109
|
"styled-components": "^6.0.0"
|
|
108
110
|
},
|
|
109
111
|
"engines": {
|
|
110
|
-
"node": ">=
|
|
112
|
+
"node": ">=20.0.0 <=24.x.x",
|
|
111
113
|
"npm": ">=6.0.0"
|
|
112
114
|
},
|
|
113
115
|
"license": "MIT"
|