Skip to content

Commit

Permalink
Upgrade to ngx-intersection
Browse files Browse the repository at this point in the history
  • Loading branch information
mralexandernickel committed Sep 11, 2019
1 parent 28a39be commit aaebac6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@angular/platform-browser": "~8.2.4",
"@angular/platform-browser-dynamic": "~8.2.4",
"@angular/router": "~8.2.4",
"@mralexandernickel/angular-intersection": "^0.3.0",
"@mralexandernickel/ngx-intersection": "^0.9.0",
"core-js": "^2.5.4",
"coveralls": "^3.0.2",
"intersection-observer": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-picture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mralexandernickel/ngx-picture",
"version": "0.8.0",
"version": "0.9.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -9,6 +9,6 @@
"@angular/core": "~8.2.4",
"@angular/cdk": "^8.1.4",
"@angular/flex-layout": "^8.0.0-beta.27",
"@mralexandernickel/angular-intersection": "^0.3.0"
"@mralexandernickel/ngx-intersection": "^0.9.0"
}
}
2 changes: 1 addition & 1 deletion projects/ngx-picture/src/lib/ngx-picture.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { NgxPictureComponent } from './ngx-picture.component';
import { createImages } from './images.mock.spec';
import { BREAKPOINTS, DEFAULT_BREAKPOINTS } from '@angular/flex-layout';
import { AngularIntersectionModule } from '@mralexandernickel/angular-intersection';
import { AngularIntersectionModule } from '@mralexandernickel/ngx-intersection';
import { SimpleChanges, SimpleChange } from '@angular/core';

describe('PictureComponent', () => {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-picture/src/lib/ngx-picture.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { BehaviorSubject, Subject } from 'rxjs';
import { BreakpointObserver } from '@angular/cdk/layout';
import { BreakPoint, BREAKPOINTS } from '@angular/flex-layout';
import { takeUntil } from 'rxjs/operators';
import { EnterViewportDirective } from '@mralexandernickel/angular-intersection';
import { EnterViewportDirective } from '@mralexandernickel/ngx-intersection';
import { FALLBACK_IMAGE } from './ngx-fallback-image.token';
import { INgxImage, INgxImageSet, INgxPictureSet } from './typings';
import { DomSanitizer } from '@angular/platform-browser';
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-picture/src/lib/ngx-picture.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NgModule } from '@angular/core';
import { NgxPictureComponent } from './ngx-picture.component';
import { CommonModule } from '@angular/common';
import { AngularIntersectionModule } from '@mralexandernickel/angular-intersection';
import { AngularIntersectionModule } from '@mralexandernickel/ngx-intersection';

@NgModule({
imports: [CommonModule, AngularIntersectionModule],
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -955,10 +955,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@mralexandernickel/angular-intersection@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@mralexandernickel/angular-intersection/-/angular-intersection-0.3.0.tgz#52b7c896edcc4e566dcc7329c54e126be0e335c0"
integrity sha512-3egCLpQNQOtNLG4YUqQsn5DCKvYWVqCOrM1lJJbNHC3VBb6iXGO1p/DrgWK00aSqI2BiwRm+HCQWgu/cMiRYKw==
"@mralexandernickel/ngx-intersection@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@mralexandernickel/ngx-intersection/-/ngx-intersection-0.9.0.tgz#f75a1bc7754e6cfdc577a19497193e319c474374"
integrity sha512-4Ci3xkLCXm/HqXMXP49ImhzTpd8XuOiYLZunPMWdH/p3aRYn7XBAaMuGVMW8UB/s27CBY/+LrdeJpc6ZTZSFJg==
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit aaebac6

Please sign in to comment.