Browse Source
Task/upgrade ng-extract-i18n-merge to version 3.1.0 (#5886)
* Upgrade ng-extract-i18n-merge to version 3.1.0
* Update changelog
pull/5860/merge
Thomas Kaul
22 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Improved the icon of the _View Holding_ menu item in the activities table |
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `ng-extract-i18n-merge` from version `3.0.0` to `3.1.0` |
|
|
|
|
|
|
|
## 2.213.0 - 2025-10-30 |
|
|
|
|
|
|
|
|
|
|
|
@ -77,7 +77,7 @@ |
|
|
|
"lodash": "4.17.21", |
|
|
|
"marked": "15.0.4", |
|
|
|
"ms": "3.0.0-canary.1", |
|
|
|
"ng-extract-i18n-merge": "3.0.0", |
|
|
|
"ng-extract-i18n-merge": "3.1.0", |
|
|
|
"ngx-device-detector": "10.1.0", |
|
|
|
"ngx-markdown": "20.0.0", |
|
|
|
"ngx-skeleton-loader": "11.3.0", |
|
|
|
@ -32780,9 +32780,9 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/ng-extract-i18n-merge": { |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ng-extract-i18n-merge/-/ng-extract-i18n-merge-3.0.0.tgz", |
|
|
|
"integrity": "sha512-vTWtAz6a/wVYxnUMFHp1ur6o4JSLm+LcxdSMV8o8Ml2p5oCsSB4iFd5E6h8Yb8X8D596qyBz0ELgiDmbn4YyRQ==", |
|
|
|
"version": "3.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ng-extract-i18n-merge/-/ng-extract-i18n-merge-3.1.0.tgz", |
|
|
|
"integrity": "sha512-4rJRcpTcP54xf5cjoz3S1By0T04X2RoyQcMDxr4wLdRx3fVxkeP8jeuLzmj9F4G5n0yMQb+6jhUiFERxpkfs1w==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@angular-devkit/architect": "^0.2000.0", |
|
|
|
|
|
|
|
@ -123,7 +123,7 @@ |
|
|
|
"lodash": "4.17.21", |
|
|
|
"marked": "15.0.4", |
|
|
|
"ms": "3.0.0-canary.1", |
|
|
|
"ng-extract-i18n-merge": "3.0.0", |
|
|
|
"ng-extract-i18n-merge": "3.1.0", |
|
|
|
"ngx-device-detector": "10.1.0", |
|
|
|
"ngx-markdown": "20.0.0", |
|
|
|
"ngx-skeleton-loader": "11.3.0", |
|
|
|
|