fix(deps): update ckeditor monorepo to v47

This commit is contained in:
renovate[bot]
2025-10-02 01:54:42 +00:00
committed by GitHub
parent edcdecb720
commit 8c46103f63
7 changed files with 1102 additions and 1367 deletions

View File

@@ -32,7 +32,7 @@
"@typescript-eslint/parser": "8.45.0",
"@vitest/browser": "3.2.4",
"@vitest/coverage-istanbul": "3.2.4",
"ckeditor5": "46.1.1",
"ckeditor5": "47.0.0",
"eslint": "9.36.0",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "14.1.1",
@@ -46,7 +46,7 @@
"webdriverio": "9.20.0"
},
"peerDependencies": {
"ckeditor5": "46.1.1"
"ckeditor5": "47.0.0"
},
"scripts": {
"build": "node ./scripts/build-dist.mjs",
@@ -71,6 +71,6 @@
]
},
"dependencies": {
"@ckeditor/ckeditor5-icons": "46.1.1"
"@ckeditor/ckeditor5-icons": "47.0.0"
}
}