Feature/upgrade ngx device detector to version 5.0.1 (#1782)

* Upgrade ngx-device-detector to version 5.0.1

* Update changelog
pull/1783/head^2
Thomas Kaul 1 year ago committed by GitHub
parent 3af8be89e3
commit c4d9c00f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the usability of the _FIRE_ calculator
- Upgraded `ngx-device-detector` from version `3.0.0` to `5.0.1`
## 1.244.0 - 2023-03-09

@ -112,7 +112,7 @@
"marked": "4.2.12",
"ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "2.5.0",
"ngx-device-detector": "3.0.0",
"ngx-device-detector": "5.0.1",
"ngx-markdown": "15.1.0",
"ngx-skeleton-loader": "7.0.0",
"ngx-stripe": "15.5.0",

@ -16469,10 +16469,10 @@ ng-extract-i18n-merge@2.5.0:
xml_normalize "~0.8.4"
xmldoc "~1.1.2"
ngx-device-detector@3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/ngx-device-detector/-/ngx-device-detector-3.0.0.tgz"
integrity sha512-mzegvxnNTDkHTxh+UeWnCUgZ91/XDOcN2kj8aCupvA7wNgDc/NZ0L90feKJsc+wES7IWq0/DIIKq2F732WOkfw==
ngx-device-detector@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/ngx-device-detector/-/ngx-device-detector-5.0.1.tgz#da511f0393fff7dab45a3dfa72d40981c5e81e3c"
integrity sha512-hVKaGzyXzy6zeliYyN7runz3eOOsh3tmZ8A6P5MSpHIjVjSx3pUJcobFTKNyHGn/zGS4JFWuhSSb7QmNwmqK9w==
dependencies:
tslib "^2.0.0"

Loading…
Cancel
Save