mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
fix library dependencies (#3787)
This commit is contained in:
parent
ed9f967b9a
commit
671f43c218
@ -5,10 +5,10 @@
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=14.1.0",
|
||||
"@angular/core": ">=14.1.0",
|
||||
"@alfresco/adf-core": "^6.8.0-0",
|
||||
"@alfresco/adf-content-services": "^6.8.0-0",
|
||||
"@alfresco/adf-extensions": "^6.8.0-0",
|
||||
"@alfresco/js-api": "^7.7.0-0",
|
||||
"@alfresco/adf-core": ">=6.8.0-0",
|
||||
"@alfresco/adf-content-services": ">=6.8.0-0",
|
||||
"@alfresco/adf-extensions": ">=6.8.0-0",
|
||||
"@alfresco/js-api": ">=7.7.0-0",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.3",
|
||||
"@angular/forms": ">=14.1.3",
|
||||
|
@ -5,10 +5,10 @@
|
||||
"license": "LGPL-3.0",
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-content-services": "^6.8.0-0",
|
||||
"@alfresco/adf-core": "^6.8.0-0",
|
||||
"@alfresco/adf-extensions": "^6.8.0-0",
|
||||
"@alfresco/js-api": "^7.7.0-0",
|
||||
"@alfresco/adf-content-services": ">=6.8.0-0",
|
||||
"@alfresco/adf-core": ">=6.8.0-0",
|
||||
"@alfresco/adf-extensions": ">=6.8.0-0",
|
||||
"@alfresco/js-api": ">=7.7.0-0",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/compiler": ">=14.1.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user