Skip to content

Commit

Permalink
Upgrade Nebular to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drumonii committed Mar 14, 2020
1 parent 34fd4bd commit ff49be7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
33 changes: 16 additions & 17 deletions frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"private": true,
"dependencies": {
"@angular/animations": "9.0.6",
"@angular/cdk": "^8.2.3",
"@angular/cdk": "^9.1.2",
"@angular/common": "9.0.6",
"@angular/compiler": "9.0.6",
"@angular/core": "9.0.6",
Expand All @@ -36,13 +36,13 @@
"@clr/core": "^3.0.1",
"@clr/icons": "^3.0.1",
"@clr/ui": "^3.0.1",
"@nebular/eva-icons": "^4.6.0",
"@nebular/theme": "^4.6.0",
"@nebular/eva-icons": "^5.0.0",
"@nebular/theme": "^5.0.0",
"@ngx-loading-bar/core": "^4.2.0",
"@ngx-loading-bar/http-client": "^4.2.0",
"@webcomponents/webcomponentsjs": "^2.4.2",
"core-js": "^2.6.5",
"eva-icons": "^1.1.2",
"eva-icons": "^1.1.3",
"rxjs": "^6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { HttpClientTestingModule } from '@angular/common/http/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { By } from '@angular/platform-browser';

import { NbA11yModule } from '@nebular/theme';
import { NbEvaIconsModule } from '@nebular/eva-icons';

import { of } from 'rxjs';
Expand All @@ -20,7 +21,7 @@ describe('ChampionsPage', () => {

beforeEach(async(() => {
TestBed.configureTestingModule({
imports: [HttpClientTestingModule, RouterTestingModule, NbEvaIconsModule, ChampionsModule],
imports: [HttpClientTestingModule, RouterTestingModule, NbA11yModule.forRoot(), NbEvaIconsModule, ChampionsModule],
})
.compileComponents();
}));
Expand Down
1 change: 1 addition & 0 deletions frontend/projects/troll-build/src/styles/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $button-disabled-border-color: $button-disabled-background-color;
.ltb-btn {
border: 2px solid $button-border-color !important;
background-color: $button-background-color !important;
color: #fff !important;
font-weight: normal !important;
text-transform: none !important;

Expand Down

0 comments on commit ff49be7

Please sign in to comment.