File tree Expand file tree Collapse file tree 4 files changed +3470
-2212
lines changed Expand file tree Collapse file tree 4 files changed +3470
-2212
lines changed Original file line number Diff line number Diff line change 30
30
"./package.json" : " ./package.json"
31
31
},
32
32
"dependencies" : {
33
- "lodash-es " : " ^4.17.21 " ,
34
- "@ckeditor/ckeditor5-integrations-common " : " ^2.2.2 "
33
+ "@ckeditor/ckeditor5-integrations-common " : " ^2.2.2 " ,
34
+ "lodash-es " : " ^4.17.21 "
35
35
},
36
36
"peerDependencies" : {
37
37
"ckeditor5" : " >=42.0.0 || ^0.0.0-nightly" ,
48
48
"@vitest/coverage-istanbul" : " ^2.1.4" ,
49
49
"@vitest/ui" : " ^2.1.4" ,
50
50
"@vue/test-utils" : " ^2.3.1" ,
51
- "ckeditor5" : " ^43.2 .0" ,
52
- "ckeditor5-premium-features" : " ^43.2 .0" ,
51
+ "ckeditor5" : " ^44.3 .0" ,
52
+ "ckeditor5-premium-features" : " ^44.3 .0" ,
53
53
"coveralls" : " ^3.1.1" ,
54
54
"eslint" : " ^7.32.0" ,
55
55
"eslint-config-ckeditor5" : " ^7.1.0" ,
58
58
"lint-staged" : " ^10.2.11" ,
59
59
"listr2" : " ^6.5.0" ,
60
60
"minimist" : " ^1.2.5" ,
61
- "semver" : " ^7.6.2 " ,
61
+ "semver" : " ^7.0.0 " ,
62
62
"typescript" : " ~5.4.5" ,
63
63
"vite" : " ^5.3.1" ,
64
64
"vitest" : " ^2.1.9" ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export default defineConfig( {
52
52
53
53
// https://vitest.dev/config/
54
54
test : {
55
+ setupFiles : [ './vitest-setup.ts' ] ,
55
56
include : [
56
57
'tests/**/*.test.[j|t]s'
57
58
] ,
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+
6
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
7
+ // @ts -ignore
8
+ window . CKEDITOR_GLOBAL_LICENSE_KEY = 'GPL' ;
You can’t perform that action at this time.
0 commit comments