Internal: Replaced `ckeditor5-uitls/src/lib/lodash` imports with `lodash-es`.
@@ -22,7 +22,8 @@
],
"dependencies": {
"@ckeditor/ckeditor5-engine": "^10.2.0",
- "@ckeditor/ckeditor5-utils": "^10.2.0"
+ "@ckeditor/ckeditor5-utils": "^10.2.0",
+ "lodash-es": "^4.17.10"
},
"devDependencies": {
"@ckeditor/ckeditor5-autoformat": "^10.0.2",
@@ -3,7 +3,7 @@
* For licensing, see LICENSE.md.
*/
-import isFunction from '@ckeditor/ckeditor5-utils/src/lib/lodash/isFunction';
+import { isFunction } from 'lodash-es';
import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
/**