Skip to content

Commit

Permalink
fix(plex): fix dependencia ngx-quill (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne authored Oct 18, 2024
1 parent f1841be commit 216daac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"moment": "^2.16.0",
"ng2-charts": "^2.4.2",
"ngx-infinite-scroll": "^8.0.1",
"ngx-quill": "^15.0.0",
"ngx-quill": "^4.0.0",
"node-waves": "^0.7.5",
"quill": "^1.3.6",
"rxjs": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import 'hammerjs';
import * as configMoment from './core/configMoment.function';
import { SimpleNotificationsModule } from './toast/simple-notifications.module';
import { ChartsModule } from 'ng2-charts';
import { QuillModule } from 'ngx-quill';
import { NavItemComponent } from './app/nav-item.component';
import { HintComponent } from './hint/hint.component';
import { HintDirective } from './hint/hint.directive';
Expand All @@ -89,7 +90,6 @@ import { AccordionDirective } from './accordion/pl-accordion.directive';
import { PlexVisualizadorService } from './core/plex-visualizador.service';
import { PlexGroupComponent } from './group/group.component';
import { PlexGroupItemComponent } from './group/group-item.component';
import { QuillModule } from 'ngx-quill';

@NgModule({
imports: [
Expand All @@ -101,9 +101,9 @@ import { QuillModule } from 'ngx-quill';
MatRadioModule,
MatTooltipModule,
ChartsModule,
QuillModule,
InfiniteScrollModule,
SimpleNotificationsModule.forRoot(),
QuillModule
],
declarations: [
PlexAppComponent,
Expand Down

0 comments on commit 216daac

Please sign in to comment.