mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9166] Migrate Saved Searches to preferences API from config file (#4358)
* [ACS-9166] Migrate Saved Searches to preferences API from config file * [ACS-9166] Remove unused components * [ACS-9166] Unit test fix * [ACS-9166] sorting test fix * [ACS-9166] Bump ADF version --------- Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
co-authored by
akash.rathod@hyland.com
parent
0286d08b63
commit
3bfeca3b86
+6
-6
@@ -30,11 +30,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.7",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.7",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.7",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7",
|
||||
"@alfresco/js-api": "8.0.0-alpha.7",
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.8-13007420361",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.8-13007420361",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.8-13007420361",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.8-13007420361",
|
||||
"@alfresco/js-api": "8.0.0-alpha.8-13007420361",
|
||||
"@angular/animations": "16.2.9",
|
||||
"@angular/cdk": "16.2.9",
|
||||
"@angular/common": "16.2.9",
|
||||
@@ -62,7 +62,7 @@
|
||||
"zone.js": "0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.7",
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.8-13007420361",
|
||||
"@angular-devkit/build-angular": "16.2.16",
|
||||
"@angular-devkit/core": "16.2.9",
|
||||
"@angular-devkit/schematics": "16.2.9",
|
||||
|
||||
Reference in New Issue
Block a user