Skip to content

Commit e0e8d06

Browse files
committed
fix: upgrade mana of scql
1 parent 98c6676 commit e0e8d06

File tree

3 files changed

+58
-148
lines changed

3 files changed

+58
-148
lines changed

packages/secretnote-scql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@aarkue/tiptap-math-extension": "^1.3.3",
2525
"@antv/s2": "^1.52.0",
2626
"@difizen/libro-jupyter": "0.3.4",
27-
"@difizen/mana-app": "0.1.31",
28-
"@difizen/mana-l10n": "0.1.31",
29-
"@difizen/mana-react": "0.1.31",
27+
"@difizen/mana-app": "0.1.32",
28+
"@difizen/mana-l10n": "0.1.32",
29+
"@difizen/mana-react": "0.1.32",
3030
"@kanaries/web-data-loader": "^0.1.7",
3131
"@lumino/polling": "^2.1.3",
3232
"@tiptap/core": "^2.1.11",

packages/secretnote-scql/src/modules/scql-editor/cell/view.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class SQLCellView extends LibroExecutableCellView {
6969
@prop() editorView?: CodeEditorView = void 0;
7070

7171
get cellModel() {
72-
return this.model as SQLCellModel;
72+
return this.model as unknown as SQLCellModel;
7373
}
7474

7575
constructor(

0 commit comments

Comments
 (0)