mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
AAE-37857 Removing ADF from the list of peerDependencies (#4774)
* AAE-37857 Bumping verisons to fix upstream * AAE-37857 Removing ADF from the list of peerDependencies
This commit is contained in:
@@ -5,10 +5,6 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=15.2",
|
"@angular/common": ">=15.2",
|
||||||
"@angular/core": ">=15.2",
|
"@angular/core": ">=15.2",
|
||||||
"@alfresco/adf-core": ">=8.3.0-0",
|
|
||||||
"@alfresco/adf-content-services": ">=8.3.0-0",
|
|
||||||
"@alfresco/adf-extensions": ">=8.3.0-0",
|
|
||||||
"@alfresco/js-api": ">=9.3.0-0",
|
|
||||||
"@angular/animations": ">=15.2",
|
"@angular/animations": ">=15.2",
|
||||||
"@angular/cdk": ">=15.2",
|
"@angular/cdk": ">=15.2",
|
||||||
"@angular/forms": ">=15.2",
|
"@angular/forms": ">=15.2",
|
||||||
|
@@ -7,11 +7,6 @@
|
|||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@alfresco/adf-core": ">=8.3.0-0",
|
|
||||||
"@alfresco/adf-content-services": ">=8.3.0-0",
|
|
||||||
"@alfresco/adf-extensions": ">=8.3.0-0",
|
|
||||||
"@alfresco/eslint-plugin-eslint-angular": ">=8.3.0-0",
|
|
||||||
"@alfresco/js-api": ">=9.3.0-0",
|
|
||||||
"tslib": ">=2.0.0"
|
"tslib": ">=2.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@@ -4,10 +4,6 @@
|
|||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@alfresco/adf-content-services": ">=8.3.0-0",
|
|
||||||
"@alfresco/adf-core": ">=8.3.0-0",
|
|
||||||
"@alfresco/adf-extensions": ">=8.3.0-0",
|
|
||||||
"@alfresco/js-api": ">=9.3.0-0",
|
|
||||||
"@angular/animations": ">=15.2",
|
"@angular/animations": ">=15.2",
|
||||||
"@angular/common": ">=15.2",
|
"@angular/common": ">=15.2",
|
||||||
"@angular/compiler": ">=15.2",
|
"@angular/compiler": ">=15.2",
|
||||||
|
Reference in New Issue
Block a user