Skip to content

Commit b20c891

Browse files
notifier and tooltip, fix closes #2591, #2390, #2462 (#2842)
* notifier and tooltip, fix closes #2591, #2390, #2462 * Update CHANGELOG.md --------- Co-authored-by: Peter <specc.dev@gmail.com>
1 parent 5ec2408 commit b20c891

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- `Fix` - Incorrect caret position after blocks merging in Safari
99
- `Fix` - Several toolbox items exported by the one tool have the same shortcut displayed in toolbox
1010
- `Improvement` - The current block reference will be updated in read-only mode when blocks are clicked
11+
- `Fix` - codex-notifier and codex-tooltip moved from devDependencies to dependencies in package.json to solve type errors
1112

1213
### 2.30.6
1314

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
"@editorjs/simple-image": "^1.4.1",
5151
"@types/node": "^18.15.11",
5252
"chai-subset": "^1.6.0",
53-
"codex-notifier": "^1.1.2",
54-
"codex-tooltip": "^1.0.5",
5553
"core-js": "3.30.0",
5654
"cypress": "^13.13.3",
5755
"cypress-intellij-reporter": "^0.0.7",
@@ -79,6 +77,8 @@
7977
"url": "https://opencollective.com/editorjs"
8078
},
8179
"dependencies": {
82-
"@editorjs/caret": "^1.0.1"
80+
"@editorjs/caret": "^1.0.1",
81+
"codex-notifier": "^1.1.2",
82+
"codex-tooltip": "^1.0.5"
8383
}
8484
}

0 commit comments

Comments
 (0)