mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Fix peerDependencies versions (#4762)
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=15.2",
|
"@angular/common": ">=15.2",
|
||||||
"@angular/core": ">=15.2",
|
"@angular/core": ">=15.2",
|
||||||
"@alfresco/adf-core": ">=8.2.0-0",
|
"@alfresco/adf-core": ">=8.3.0-0",
|
||||||
"@alfresco/adf-content-services": ">=8.2.0-0",
|
"@alfresco/adf-content-services": ">=8.3.0-0",
|
||||||
"@alfresco/adf-extensions": ">=8.2.0-0",
|
"@alfresco/adf-extensions": ">=8.3.0-0",
|
||||||
"@alfresco/js-api": ">=9.1.1-0",
|
"@alfresco/js-api": ">=9.1.1-0",
|
||||||
"@angular/animations": ">=15.2",
|
"@angular/animations": ">=15.2",
|
||||||
"@angular/cdk": ">=15.2",
|
"@angular/cdk": ">=15.2",
|
||||||
|
|||||||
@@ -7,10 +7,10 @@
|
|||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@alfresco/adf-core": ">=8.2.0-0",
|
"@alfresco/adf-core": ">=8.3.0-0",
|
||||||
"@alfresco/adf-content-services": ">=8.2.0-0",
|
"@alfresco/adf-content-services": ">=8.3.0-0",
|
||||||
"@alfresco/adf-extensions": ">=8.2.0-0",
|
"@alfresco/adf-extensions": ">=8.3.0-0",
|
||||||
"@alfresco/eslint-plugin-eslint-angular": ">=8.2.0-0",
|
"@alfresco/eslint-plugin-eslint-angular": ">=8.3.0-0",
|
||||||
"@alfresco/js-api": ">=9.1.1-0",
|
"@alfresco/js-api": ">=9.1.1-0",
|
||||||
"tslib": ">=2.0.0"
|
"tslib": ">=2.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@alfresco/adf-content-services": ">=8.2.0-0",
|
"@alfresco/adf-content-services": ">=8.3.0-0",
|
||||||
"@alfresco/adf-core": ">=8.2.0-0",
|
"@alfresco/adf-core": ">=8.3.0-0",
|
||||||
"@alfresco/adf-extensions": ">=8.2.0-0",
|
"@alfresco/adf-extensions": ">=8.3.0-0",
|
||||||
"@alfresco/js-api": ">=9.1.1-0",
|
"@alfresco/js-api": ">=9.1.1-0",
|
||||||
"@angular/animations": ">=15.2",
|
"@angular/animations": ">=15.2",
|
||||||
"@angular/common": ">=15.2",
|
"@angular/common": ">=15.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user