mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Readded rule for peer deps
This commit is contained in:
@@ -27,22 +27,22 @@
|
||||
"rxjs": "7.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/animations": "16.2.9",
|
||||
"@angular/cdk": "16.2.9",
|
||||
"@angular/common": "16.2.9",
|
||||
"@angular/core": "16.2.9",
|
||||
"@angular/forms": "16.2.9",
|
||||
"@angular/material": "16.2.9",
|
||||
"@angular/material-date-fns-adapter": "16.2.9",
|
||||
"@angular/platform-browser": "16.2.9",
|
||||
"@angular/router": "16.2.9",
|
||||
"@mat-datetimepicker/core": "12.0.1",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"@angular/animations": ">=16.0.0",
|
||||
"@angular/cdk": ">=16.0.0",
|
||||
"@angular/common": ">=16.0.0",
|
||||
"@angular/core": ">=16.0.0",
|
||||
"@angular/forms": ">=16.0.0",
|
||||
"@angular/material": ">=16.0.0",
|
||||
"@angular/material-date-fns-adapter": ">=16.0.0",
|
||||
"@angular/platform-browser": ">=16.0.0",
|
||||
"@angular/router": ">=16.0.0",
|
||||
"@mat-datetimepicker/core": ">=12.0.1",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-0",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.7-0",
|
||||
"minimatch-browser": "1.0.0",
|
||||
"pdfjs-dist": "3.3.122",
|
||||
"ts-morph": "^20.0.0"
|
||||
"minimatch-browser": ">=1.0.0",
|
||||
"pdfjs-dist": ">=3.3.122",
|
||||
"ts-morph": ">=20.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"core",
|
||||
|
@@ -42,7 +42,7 @@
|
||||
"@apollo/client": ">=3.7.2",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"apollo-angular": ">=4.0.1",
|
||||
"subscriptions-transport-ws": "^0.11.0"
|
||||
"subscriptions-transport-ws": ">=^0.11.0"
|
||||
},
|
||||
"keywords": [
|
||||
"process-services-cloud",
|
||||
|
Reference in New Issue
Block a user