mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
Fixed dependency to allow greater versions
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
"@angular/forms": ">=14.1.3",
|
"@angular/forms": ">=14.1.3",
|
||||||
"@angular/material": ">=14.1.2",
|
"@angular/material": ">=14.1.2",
|
||||||
"@angular/router": ">=14.1.3",
|
"@angular/router": ">=14.1.3",
|
||||||
"@mat-datetimepicker/core": "^10.1.1",
|
"@mat-datetimepicker/core": ">=10.1.1",
|
||||||
"@alfresco/js-api": ">=7.6.1",
|
"@alfresco/js-api": ">=7.5.0",
|
||||||
"@alfresco/adf-extensions": ">=6.7.1",
|
"@alfresco/adf-extensions": ">=6.7.0",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"minimatch-browser": ">=1.0.0",
|
"minimatch-browser": ">=1.0.0",
|
||||||
"pdfjs-dist": ">=3.3.122"
|
"pdfjs-dist": ">=3.3.122"
|
||||||
|
@@ -39,8 +39,8 @@
|
|||||||
"@alfresco/adf-content-services": ">=6.7.1",
|
"@alfresco/adf-content-services": ">=6.7.1",
|
||||||
"@apollo/client": "^3.7.2",
|
"@apollo/client": "^3.7.2",
|
||||||
"@ngx-translate/core": ">=14.0.0",
|
"@ngx-translate/core": ">=14.0.0",
|
||||||
"apollo-angular": "^4.0.1",
|
"apollo-angular": ">=4.0.1",
|
||||||
"subscriptions-transport-ws": "^0.11.0"
|
"subscriptions-transport-ws": ">=0.11.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"process-services-cloud",
|
"process-services-cloud",
|
||||||
|
Reference in New Issue
Block a user