mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[AAE-14484] fix peerdepend (#3471)
* fix peerdepend * Update package.json
This commit is contained in:
parent
18542ebf8b
commit
c7e2912759
@ -3,19 +3,19 @@
|
||||
"version": "0.0.1",
|
||||
"license": "LGPL-3.0",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^14.1.0",
|
||||
"@angular/core": "^14.1.0",
|
||||
"@alfresco/adf-core": "^6.4.0-6341205853",
|
||||
"@alfresco/adf-content-services": "^6.4.0-6341205853",
|
||||
"@alfresco/adf-extensions": "^6.4.0-6341205853",
|
||||
"@alfresco/js-api": "^7.1.0-1349",
|
||||
"@angular/animations": "^14.1.3",
|
||||
"@angular/cdk": "^14.1.3",
|
||||
"@angular/forms": "^14.1.3",
|
||||
"@angular/material": "^14.1.3",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"rxjs": "6.6.6",
|
||||
"zone.js": "0.11.8"
|
||||
"@angular/common": ">=14.1.0",
|
||||
"@angular/core": ">=14.1.0",
|
||||
"@alfresco/adf-core": ">=6.4.0-6341205853",
|
||||
"@alfresco/adf-content-services": ">=6.4.0-6341205853",
|
||||
"@alfresco/adf-extensions": ">=6.4.0-6341205853",
|
||||
"@alfresco/js-api": ">=7.1.0-1349",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.3",
|
||||
"@angular/forms": ">=14.1.3",
|
||||
"@angular/material": ">=14.1.3",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"rxjs": ">=6.6.6",
|
||||
"zone.js": ">=0.11.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
@ -5,23 +5,23 @@
|
||||
"license": "LGPL-3.0",
|
||||
"scripts": {},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-content-services": "^6.4.0-6341205853",
|
||||
"@alfresco/adf-core": "^6.4.0-6341205853",
|
||||
"@alfresco/adf-extensions": "^6.4.0-6341205853",
|
||||
"@alfresco/js-api": "^7.1.0-1349",
|
||||
"@angular/animations": "^14.1.3",
|
||||
"@angular/common": "^14.1.3",
|
||||
"@angular/compiler": "^14.1.3",
|
||||
"@angular/core": "^14.1.3",
|
||||
"@angular/forms": "^14.1.3",
|
||||
"@angular/material": "^14.1.3",
|
||||
"@ngrx/effects": "^14.2.0",
|
||||
"@ngrx/router-store": "^14.2.0",
|
||||
"@ngrx/store": "^14.2.0",
|
||||
"@ngx-translate/core": "^14.0.0",
|
||||
"rxjs": "6.6.6",
|
||||
"tslib": "^2.0.0",
|
||||
"zone.js": "0.11.8"
|
||||
"@alfresco/adf-content-services": ">=6.4.0-6341205853",
|
||||
"@alfresco/adf-core": ">=6.4.0-6341205853",
|
||||
"@alfresco/adf-extensions": ">=6.4.0-6341205853",
|
||||
"@alfresco/js-api": ">=7.1.0-1349",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/compiler": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3",
|
||||
"@angular/forms": ">=14.1.3",
|
||||
"@angular/material": ">=14.1.3",
|
||||
"@ngrx/effects": ">=14.2.0",
|
||||
"@ngrx/router-store": ">=14.2.0",
|
||||
"@ngrx/store": ">=14.2.0",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"rxjs": ">=6.6.6",
|
||||
"tslib": ">=2.0.0",
|
||||
"zone.js": ">=0.11.8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user