Skip to content

Commit

Permalink
fix: use @perfectmemory/ngx-contextmenu instead of ngx-contextmenu (#…
Browse files Browse the repository at this point in the history
…1825)

The `ngx-contextmenu` not maintained anymore. @perfectmemory/ngx-contextmenu actively maintained
  • Loading branch information
ert78gb authored Aug 20, 2022
1 parent 5866e4c commit 6b79a86
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 40 deletions.
76 changes: 38 additions & 38 deletions packages/uhk-web/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 packages/uhk-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@ngrx/router-store": "13.1.0",
"@ngrx/store": "13.1.0",
"@ngrx/store-devtools": "13.1.0",
"@perfectmemory/ngx-contextmenu": "7.0.1",
"angular-confirmation-popover": "6.0.0",
"angular-notifier": "9.1.0",
"angular-split": "13.1.0",
Expand All @@ -68,7 +69,6 @@
"ng2-nouislider": "1.8.3",
"ngrx-store-freeze": "0.2.4",
"ngx-clipboard": "15.0.1",
"ngx-contextmenu": "6.0.0",
"ngx-select-ex": "8.0.1",
"nouislider": "15.5.1",
"protractor": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/uhk-web/src/app/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { NgxSelectModule } from 'ngx-select-ex';
import { NgSelectModule } from '@ng-select/ng-select';
import { NouisliderModule } from 'ng2-nouislider';
import { ClipboardModule } from 'ngx-clipboard';
import { ContextMenuModule } from 'ngx-contextmenu';
import { ContextMenuModule } from '@perfectmemory/ngx-contextmenu';
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
import { MonacoEditorModule } from '@materia-ui/ngx-monaco-editor';

Expand Down
1 change: 1 addition & 0 deletions packages/uhk-web/src/styles/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
@import './side-menu';
@import './ngx-select-ex';
@import './ng-select';
@import '~@angular/cdk/overlay-prebuilt.css';

@import './global';

0 comments on commit 6b79a86

Please sign in to comment.