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

This commit is contained in:
renovate[bot]
2025-05-15 05:41:52 +00:00
committed by GitHub
parent 826230311a
commit f3fd4dd273
7 changed files with 651 additions and 1597 deletions

View File

@@ -43,7 +43,7 @@
"@typescript-eslint/parser": "^8.0.0",
"@vitest/browser": "^3.0.5",
"@vitest/coverage-istanbul": "^3.0.5",
"ckeditor5": "45.0.0",
"ckeditor5": "45.1.0",
"eslint": "^9.0.0",
"eslint-config-ckeditor5": ">=9.1.0",
"http-server": "^14.1.0",
@@ -57,7 +57,7 @@
"webdriverio": "^9.0.7"
},
"peerDependencies": {
"ckeditor5": "45.0.0"
"ckeditor5": "45.1.0"
},
"scripts": {
"build": "node ./scripts/build-dist.mjs",
@@ -90,6 +90,6 @@
}
},
"dependencies": {
"@ckeditor/ckeditor5-icons": "45.0.0"
"@ckeditor/ckeditor5-icons": "45.1.0"
}
}