File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
- ` Fix ` - Incorrect caret position after blocks merging in Safari
9
9
- ` Fix ` - Several toolbox items exported by the one tool have the same shortcut displayed in toolbox
10
10
- ` 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
11
12
12
13
### 2.30.6
13
14
Original file line number Diff line number Diff line change 50
50
"@editorjs/simple-image" : " ^1.4.1" ,
51
51
"@types/node" : " ^18.15.11" ,
52
52
"chai-subset" : " ^1.6.0" ,
53
- "codex-notifier" : " ^1.1.2" ,
54
- "codex-tooltip" : " ^1.0.5" ,
55
53
"core-js" : " 3.30.0" ,
56
54
"cypress" : " ^13.13.3" ,
57
55
"cypress-intellij-reporter" : " ^0.0.7" ,
79
77
"url" : " https://opencollective.com/editorjs"
80
78
},
81
79
"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"
83
83
}
84
84
}
You can’t perform that action at this time.
0 commit comments