From 70c5f3dada97dcbd4b7792575aeebdd77c4ac712 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 12 Oct 2024 16:48:37 +0200 Subject: [PATCH 1/2] notifier and tooltip, fix closes #2591, #2390, #2462 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1a54f4f27..2fa9c06e5 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,6 @@ "@editorjs/simple-image": "^1.4.1", "@types/node": "^18.15.11", "chai-subset": "^1.6.0", - "codex-notifier": "^1.1.2", - "codex-tooltip": "^1.0.5", "core-js": "3.30.0", "cypress": "^13.13.3", "cypress-intellij-reporter": "^0.0.7", @@ -79,6 +77,8 @@ "url": "https://opencollective.com/editorjs" }, "dependencies": { - "@editorjs/caret": "^1.0.1" + "@editorjs/caret": "^1.0.1", + "codex-notifier": "^1.1.2", + "codex-tooltip": "^1.0.5" } } From 6ccb51426a1804a7a1a7349ce90ca92cd3fa1ae3 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 12 Oct 2024 16:56:58 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 049d5609f..07996ca9c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ - `New` - Inline tools (those with `isReadOnlySupported` specified) can now be used in read-only mode - `Fix` - Fix selection of first block in read-only initialization with "autofocus=true" - `Fix` - Incorrect caret position after blocks merging in Safari +- `Fix` - codex-notifier and codex-tooltip moved from devDependencies to dependencies in package.json to solve type errors ### 2.30.6