@slickgrid-universal/empty-warning-component
Advanced tools
Comparing version 0.7.3 to 0.7.5
@@ -6,2 +6,19 @@ # Change Log | ||
## [0.7.5](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.4...v0.7.5) (2020-12-20) | ||
**Note:** Version bump only for package @slickgrid-universal/empty-warning-component | ||
## [0.7.4](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.3...v0.7.4) (2020-12-20) | ||
**Note:** Version bump only for package @slickgrid-universal/empty-warning-component | ||
## [0.7.3](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.2...v0.7.3) (2020-12-20) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@slickgrid-universal/empty-warning-component", | ||
"version": "0.7.3", | ||
"version": "0.7.5", | ||
"description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", | ||
"main": "dist/commonjs/index.js", | ||
"browser": "src/index.ts", | ||
"module": "dist/es2015/index.js", | ||
@@ -41,3 +40,3 @@ "typings": "dist/commonjs/index.d.ts", | ||
"dependencies": { | ||
"@slickgrid-universal/common": "^0.7.3", | ||
"@slickgrid-universal/common": "^0.7.5", | ||
"dompurify": "^2.2.4" | ||
@@ -51,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "051d885344593691c57baa1cb99ea5c2a138dd29" | ||
"gitHead": "98f0ba87b1f547f9efdfa65f3b82f2391c5bbadb" | ||
} |
32823