fix(deps): update ckeditor monorepo to v46.1.0

This commit is contained in:
renovate[bot]
2025-09-11 14:50:50 +00:00
committed by GitHub
parent 3232900bdc
commit 867d1841e9
7 changed files with 1111 additions and 1337 deletions

View File

@@ -32,7 +32,7 @@
"@typescript-eslint/parser": "^8.0.0",
"@vitest/browser": "^3.0.5",
"@vitest/coverage-istanbul": "^3.0.5",
"ckeditor5": "46.0.3",
"ckeditor5": "46.1.0",
"eslint": "^9.0.0",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "^14.1.0",
@@ -46,7 +46,7 @@
"webdriverio": "^9.0.7"
},
"peerDependencies": {
"ckeditor5": "46.0.3"
"ckeditor5": "46.1.0"
},
"scripts": {
"build": "node ./scripts/build-dist.mjs",
@@ -71,6 +71,6 @@
]
},
"dependencies": {
"@ckeditor/ckeditor5-icons": "46.0.3"
"@ckeditor/ckeditor5-icons": "46.1.0"
}
}