AAE-36173 switch to TranslatePipe (#10968)

This commit is contained in:
Denys Vuika
2025-06-27 10:20:05 -04:00
committed by GitHub
parent 16f42be08e
commit 8b3b6ffbca
223 changed files with 588 additions and 606 deletions
+6 -6
View File
@@ -23,7 +23,7 @@
"@apollo/client": "3.13.1",
"@cspell/eslint-plugin": "8.16.1",
"@mat-datetimepicker/core": "14.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/core": "^16.0.4",
"@nx/webpack": "^20.0.0",
"angular-oauth2-oidc": "17.0.2",
"angular-oauth2-oidc-jwks": "^17.0.2",
@@ -7540,16 +7540,16 @@
}
},
"node_modules/@ngx-translate/core": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-14.0.0.tgz",
"integrity": "sha512-UevdwNCXMRCdJv//0kC8h2eSfmi02r29xeE8E9gJ1Al4D4jEJ7eiLPdjslTMc21oJNGguqqWeEVjf64SFtvw2w==",
"version": "16.0.4",
"resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-16.0.4.tgz",
"integrity": "sha512-s8llTL2SJvROhqttxvEs7Cg+6qSf4kvZPFYO+cTOY1d8DWTjlutRkWAleZcPPoeX927Dm7ALfL07G7oYDJ7z6w==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": ">=13.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
"@angular/common": ">=16",
"@angular/core": ">=16"
}
},
"node_modules/@noble/hashes": {