Skip to content

Commit 0a57c1a

Browse files
authored
Merge pull request #350 from ckeditor/ci/3953-update-dependencies
Internal: Update dependencies.
2 parents 2948afb + 7a95879 commit 0a57c1a

File tree

4 files changed

+3470
-2212
lines changed

4 files changed

+3470
-2212
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"./package.json": "./package.json"
3131
},
3232
"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"
3535
},
3636
"peerDependencies": {
3737
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly",
@@ -48,8 +48,8 @@
4848
"@vitest/coverage-istanbul": "^2.1.4",
4949
"@vitest/ui": "^2.1.4",
5050
"@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",
5353
"coveralls": "^3.1.1",
5454
"eslint": "^7.32.0",
5555
"eslint-config-ckeditor5": "^7.1.0",
@@ -58,7 +58,7 @@
5858
"lint-staged": "^10.2.11",
5959
"listr2": "^6.5.0",
6060
"minimist": "^1.2.5",
61-
"semver": "^7.6.2",
61+
"semver": "^7.0.0",
6262
"typescript": "~5.4.5",
6363
"vite": "^5.3.1",
6464
"vitest": "^2.1.9",

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default defineConfig( {
5252

5353
// https://vitest.dev/config/
5454
test: {
55+
setupFiles: [ './vitest-setup.ts' ],
5556
include: [
5657
'tests/**/*.test.[j|t]s'
5758
],

vitest-setup.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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';

0 commit comments

Comments
 (0)