Skip to content

Commit

Permalink
chore: upgrade prettier to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Nov 26, 2024
1 parent 450a29b commit 1c0bf4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lint-staged": "^13.3.0",
"nx": "^16.10.0",
"postcss-less": "^6.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"pnpm": "^8.15.6",
"react-test-renderer": "^18.3.1",
"stylelint": "^14.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/libro-jupyter/src/cell/jupyter-code-cell-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const JupyterCodeCellComponent = forwardRef<HTMLDivElement>(
@transient()
@view('jupyter-code-cell-view')
export class JupyterCodeCellView extends LibroCodeCellView {
protected declare _parent: LibroJupyterView;
declare protected _parent: LibroJupyterView;

override get parent() {
return this._parent;
Expand Down
5 changes: 1 addition & 4 deletions packages/libro-search/src/libro-search-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ export const LibroSearchToggleCommand = {
],
})
export class LibroSearchManager
implements
CommandContribution,
KeybindingContribution,
LibroExtensionSlotContribution
implements CommandContribution, KeybindingContribution, LibroExtensionSlotContribution
{
@inject(ViewManager) viewManager: ViewManager;
@inject(LibroCommandRegister) libroCommandRegister: LibroCommandRegister;
Expand Down

0 comments on commit 1c0bf4b

Please sign in to comment.