Skip to content

Commit

Permalink
Readded rule for peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Dec 10, 2024
1 parent 8350a70 commit f506841
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/process-services-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f506841

Please sign in to comment.