diff --git a/README.md b/README.md index 8842a21..5bfe1d9 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ [![npm](https://img.shields.io/npm/dw/ngx-tippy-wrapper?color=%230879b9&logo=npm&style=flat-square)](https://www.npmjs.com/package/ngx-tippy-wrapper) [![GitHub](https://img.shields.io/github/license/farengeyt451/ngx-tippy-wrapper?color=%230879b9&logo=MicroStrategy&style=flat-square)](https://github.com/farengeyt451/ngx-tippy-wrapper/blob/master/LICENSE) [![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-tippy-wrapper?color=%230879b9&logo=Webpack&style=flat-square)](https://bundlephobia.com/package/ngx-tippy-wrapper) -[![Tippy.js](https://img.shields.io/badge/tippy.js-v.6.3.2-%230879b9?style=flat-square&logo=Linux%20Foundation -)](https://github.com/atomiks/tippyjs/releases) +[![Tippy.js](https://img.shields.io/badge/tippy.js-v.6.3.7-%230879b9?style=flat-square&logo=Linux%20Foundation)](https://github.com/atomiks/tippyjs/releases) @@ -303,6 +302,7 @@ _\*You can get `tippyName` using outlet context_ ``` 8. **`component`**: + ```html ``` diff --git a/projects/ngx-tippy-wrapper/README.md b/projects/ngx-tippy-wrapper/README.md index ce94351..c4caf17 100644 --- a/projects/ngx-tippy-wrapper/README.md +++ b/projects/ngx-tippy-wrapper/README.md @@ -11,6 +11,7 @@ [![npm](https://img.shields.io/npm/dw/ngx-tippy-wrapper?color=%230879b9&logo=npm&style=flat-square)](https://www.npmjs.com/package/ngx-tippy-wrapper) [![GitHub](https://img.shields.io/github/license/farengeyt451/ngx-tippy-wrapper?color=%230879b9&logo=MicroStrategy&style=flat-square)](https://github.com/farengeyt451/ngx-tippy-wrapper/blob/master/LICENSE) [![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-tippy-wrapper?color=%230879b9&logo=Webpack&style=flat-square)](https://bundlephobia.com/package/ngx-tippy-wrapper) +[![Tippy.js](https://img.shields.io/badge/tippy.js-v.6.3.7-%230879b9?style=flat-square&logo=Linux%20Foundation)](https://github.com/atomiks/tippyjs/releases) diff --git a/projects/ngx-tippy-wrapper/package-lock.json b/projects/ngx-tippy-wrapper/package-lock.json index f5d3a2e..c84b9de 100644 --- a/projects/ngx-tippy-wrapper/package-lock.json +++ b/projects/ngx-tippy-wrapper/package-lock.json @@ -10,9 +10,9 @@ "integrity": "sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==" }, "tippy.js": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.2.tgz", - "integrity": "sha512-35XVQI7Zl/jHZ51+8eHu/vVRXBjWYGobPm5G9FxOchj4r5dWhghKGS0nm0ARUKZTF96V7pPn7EbXS191NTwldw==", + "version": "6.3.7", + "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz", + "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==", "requires": { "@popperjs/core": "^2.9.0" } diff --git a/projects/ngx-tippy-wrapper/package.json b/projects/ngx-tippy-wrapper/package.json index 7dd5054..f84408d 100644 --- a/projects/ngx-tippy-wrapper/package.json +++ b/projects/ngx-tippy-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tippy-wrapper", - "version": "4.0.0", + "version": "4.0.1", "description": "Angular wrapper for Tippy.js", "keywords": [ "angular tooltip", @@ -31,6 +31,6 @@ "bugs": "https://github.com/farengeyt451/ngx-tippy-wrapper/issues", "dependencies": { "tslib": "^2.3.1", - "tippy.js": "^6.3.2" + "tippy.js": "^6.3.7" } }