@talentia/angular-d3-cloud
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -5,3 +5,3 @@ { | ||
"description": "D3 word cloud component for Angular built upon d3-cloud", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"dependencies": { | ||
@@ -16,4 +16,4 @@ "d3-cloud": "^1.2.5", | ||
"peerDependencies": { | ||
"@angular/common": "^15.2.1", | ||
"@angular/core": "^15.2.1" | ||
"@angular/common": "^15.2.9", | ||
"@angular/core": "^15.2.9" | ||
}, | ||
@@ -20,0 +20,0 @@ "schematics": "./schematics/collection.json", |
@@ -19,3 +19,3 @@ # Angular D3 Word Cloud | ||
``` | ||
npm install --save @talentia/angular-d3-cloud@1.4.7 | ||
npm install --save @talentia/angular-d3-cloud@1.4.8 | ||
``` | ||
@@ -22,0 +22,0 @@ Installing the package does not install the type definitions for d3-cloud, d3-scale, d3-scale-chromatic, d3-selection and d3-transition libraries. |