Skip to content

Commit

Permalink
remove flex-layout dependency (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed May 29, 2023
1 parent 251b6a0 commit 4a00cbb
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 24 deletions.
17 changes: 0 additions & 17 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@angular/common": "14.1.3",
"@angular/compiler": "14.1.3",
"@angular/core": "14.1.3",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "14.1.3",
"@angular/material": "14.1.3",
"@angular/material-moment-adapter": "14.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import { NodeEntry } from '@alfresco/js-api';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { CoreModule } from '@angular/flex-layout';
import { CoreModule } from '@alfresco/adf-core';
import { AppTestingModule } from '../../../testing/app-testing.module';
import { AppSearchResultsModule } from '../search-results.module';
import { SearchResultsRowComponent } from './search-results-row.component';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import { DocumentDisplayModeComponent } from './document-display-mode.component';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { CoreModule } from '@angular/flex-layout';
import { CoreModule } from '@alfresco/adf-core';
import { AppTestingModule } from '../../../testing/app-testing.module';
import { of } from 'rxjs';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import { ToggleInfoDrawerComponent } from './toggle-info-drawer.component';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { CoreModule } from '@angular/flex-layout';
import { CoreModule } from '@alfresco/adf-core';
import { AppTestingModule } from '../../../testing/app-testing.module';
import { Subject } from 'rxjs';
import { Store } from '@ngrx/store';
Expand Down
1 change: 0 additions & 1 deletion projects/aca-folder-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@alfresco/js-api": "^6.1.0-0",
"@angular/animations": "^14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "^14.1.3",
"@angular/material": "^14.1.3",
"@ngx-translate/core": "^14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import {
rulesMock
} from '../mock/rules.mock';
import { ruleSetMock } from '../mock/rule-sets.mock';
import { expect } from '@angular/flex-layout/_private-utils/testing';
import { owningFolderIdMock } from '../mock/node.mock';
import { take } from 'rxjs/operators';

Expand Down
1 change: 0 additions & 1 deletion projects/aca-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "^14.1.3",
"@angular/material": "^14.1.3",
"@ngrx/effects": "^14.2.0",
Expand Down

0 comments on commit 4a00cbb

Please sign in to comment.