mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[AAE-5145] Update node actions to use enum (#2149)
* [AAE-5145] Update node actions to use enum * Made it so BatchOperationType only narrows NodeActionsEnum * [link-adf:dev-thunter-AAE-5145] * Rename to NodeAction * update adf * Update unit tests
This commit is contained in:
+6
-6
@@ -24,10 +24,10 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "4.4.0",
|
||||
"@alfresco/adf-core": "4.4.0",
|
||||
"@alfresco/adf-extensions": "4.4.0",
|
||||
"@alfresco/js-api": "4.4.0",
|
||||
"@alfresco/adf-content-services": "4.5.0-32653",
|
||||
"@alfresco/adf-core": "4.5.0-32658",
|
||||
"@alfresco/adf-extensions": "4.5.0-32653",
|
||||
"@alfresco/js-api": "4.4.0-3508",
|
||||
"@angular/animations": "10.0.4",
|
||||
"@angular/cdk": "^10.0.2",
|
||||
"@angular/common": "10.0.4",
|
||||
@@ -56,8 +56,8 @@
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "4.4.0",
|
||||
"@alfresco/adf-testing": "4.4.0",
|
||||
"@alfresco/adf-cli": "4.5.0-32658",
|
||||
"@alfresco/adf-testing": "4.5.0-32658",
|
||||
"@angular-custom-builders/lite-serve": "^0.2.3",
|
||||
"@angular-devkit/build-angular": "^0.1002.0",
|
||||
"@angular-devkit/build-ng-packagr": "^0.1002.0",
|
||||
|
||||
Reference in New Issue
Block a user