ngx-cdk-lightbox
Advanced tools
Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "ngx-cdk-lightbox", | ||
"description": "Custom implementation of CDK to display image gallery in lightbox.", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"author": "miskith", | ||
@@ -21,13 +21,16 @@ "licence": "MIT", | ||
], | ||
"peerDependencies": { | ||
"@angular/cdk": "^8.1.1" | ||
}, | ||
"dependencies": { | ||
"@angular/animations": "~8.1.1", | ||
"@angular/animations": "~8.1.2", | ||
"@angular/cdk": "^8.1.1", | ||
"@angular/common": "~8.1.1", | ||
"@angular/compiler": "~8.1.1", | ||
"@angular/core": "~8.1.1", | ||
"@angular/forms": "~8.1.1", | ||
"@angular/common": "~8.1.2", | ||
"@angular/compiler": "~8.1.2", | ||
"@angular/core": "~8.1.2", | ||
"@angular/forms": "~8.1.2", | ||
"@angular/material": "^8.1.1", | ||
"@angular/platform-browser": "~8.1.1", | ||
"@angular/platform-browser-dynamic": "~8.1.1", | ||
"@angular/router": "~8.1.1", | ||
"@angular/platform-browser": "~8.1.2", | ||
"@angular/platform-browser-dynamic": "~8.1.2", | ||
"@angular/router": "~8.1.2", | ||
"rxjs": "~6.5.2", | ||
@@ -38,10 +41,10 @@ "tslib": "^1.10.0", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.801.1", | ||
"@angular-devkit/build-ng-packagr": "~0.801.1", | ||
"@angular/cli": "~8.1.1", | ||
"@angular/compiler-cli": "~8.1.1", | ||
"@angular/language-service": "~8.1.1", | ||
"@types/jasmine": "~3.3.13", | ||
"@angular-devkit/build-angular": "~0.801.2", | ||
"@angular-devkit/build-ng-packagr": "~0.801.2", | ||
"@angular/cli": "~8.1.2", | ||
"@angular/compiler-cli": "~8.1.2", | ||
"@angular/language-service": "~8.1.2", | ||
"@types/jasmine": "~3.3.14", | ||
"@types/jasminewd2": "~2.0.6", | ||
"@types/node": "~12.6.6", | ||
"@types/node": "~12.6.8", | ||
"codelyzer": "^5.1.0", | ||
@@ -48,0 +51,0 @@ "jasmine-core": "~3.4.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
493855
14
Updated@angular/animations@~8.1.2
Updated@angular/common@~8.1.2
Updated@angular/compiler@~8.1.2
Updated@angular/core@~8.1.2
Updated@angular/forms@~8.1.2
Updated@angular/router@~8.1.2