mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-36173] fix upstream (#4645)
* [AAE-36173] fix upstream * [AAE-36173] Exclude test * [AAE-36173] Exclude test
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"XAT-4525": "https://hyland.atlassian.net/browse/ACS-9741"
|
||||
"XAT-4525": "https://hyland.atlassian.net/browse/ACS-9741",
|
||||
"XAT-4526": "https://hyland.atlassian.net/browse/ACS-9795"
|
||||
}
|
||||
|
@@ -6,5 +6,6 @@
|
||||
"XAT-17700": "https://hyland.atlassian.net/browse/ACS-9756",
|
||||
"XAT-17120": "https://hyland.atlassian.net/browse/ACS-9756",
|
||||
"XAT-5567": "https://hyland.atlassian.net/browse/ACS-9756",
|
||||
"XAT-17121": "https://hyland.atlassian.net/browse/ACS-9795"
|
||||
"XAT-17121": "https://hyland.atlassian.net/browse/ACS-9795",
|
||||
"XAT-17702": "https://hyland.atlassian.net/browse/ACS-9795"
|
||||
}
|
||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@@ -32,7 +32,7 @@
|
||||
"@ngrx/router-store": "18.1.1",
|
||||
"@ngrx/store": "18.1.1",
|
||||
"@ngrx/store-devtools": "18.1.1",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@ngx-translate/core": "^16.0.4",
|
||||
"date-fns": "^2.30.0",
|
||||
"katex": "^0.16.21",
|
||||
"material-icons": "^1.13.12",
|
||||
@@ -6272,16 +6272,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": {
|
||||
|
@@ -53,7 +53,7 @@
|
||||
"@ngrx/router-store": "18.1.1",
|
||||
"@ngrx/store": "18.1.1",
|
||||
"@ngrx/store-devtools": "18.1.1",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@ngx-translate/core": "^16.0.4",
|
||||
"date-fns": "^2.30.0",
|
||||
"katex": "^0.16.21",
|
||||
"material-icons": "^1.13.12",
|
||||
|
@@ -13,7 +13,7 @@
|
||||
"@angular/cdk": ">=15.2",
|
||||
"@angular/forms": ">=15.2",
|
||||
"@angular/material": ">=15.2",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"@ngx-translate/core": "^16.0.4",
|
||||
"rxjs": ">=6.6.6",
|
||||
"zone.js": ">=0.11.8"
|
||||
},
|
||||
|
@@ -17,7 +17,7 @@
|
||||
"@ngrx/effects": ">=15.2.0",
|
||||
"@ngrx/router-store": ">=15.2",
|
||||
"@ngrx/store": ">=15.2",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"@ngx-translate/core": "^16.0.4",
|
||||
"rxjs": ">=6.6.6",
|
||||
"tslib": ">=2.0.0",
|
||||
"zone.js": ">=0.11.8"
|
||||
|
Reference in New Issue
Block a user