Version bump and dependecy fix (#3694)

This commit is contained in:
MichalKinas 2024-03-07 13:05:10 +01:00 committed by GitHub
parent b35e9d5f5b
commit 85b7b58df3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "alfresco-content-app",
"version": "4.4.1",
"version": "4.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfresco-content-app",
"version": "4.4.1",
"version": "4.5.0",
"hasInstallScript": true,
"license": "LGPL-3.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "alfresco-content-app",
"version": "4.4.1",
"version": "4.5.0",
"license": "LGPL-3.0",
"scripts": {
"postinstall": "ngcc",

View File

@ -5,10 +5,10 @@
"peerDependencies": {
"@angular/common": ">=14.1.0",
"@angular/core": ">=14.1.0",
"@alfresco/adf-core": ">=6.7.0",
"@alfresco/adf-content-services": ">=6.7.0",
"@alfresco/adf-extensions": ">=6.7.0",
"@alfresco/js-api": ">=7.6.0",
"@alfresco/adf-core": ">=6.7.0 <=7.0.0",
"@alfresco/adf-content-services": ">=6.7.0 <=7.0.0",
"@alfresco/adf-extensions": ">=6.7.0 <=7.0.0",
"@alfresco/js-api": ">=7.6.0 <=8.0.0",
"@angular/animations": ">=14.1.3",
"@angular/cdk": ">=14.1.3",
"@angular/forms": ">=14.1.3",

View File

@ -5,10 +5,10 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": ">=6.7.0",
"@alfresco/adf-core": ">=6.7.0",
"@alfresco/adf-extensions": ">=6.7.0",
"@alfresco/js-api": ">=7.6.0",
"@alfresco/adf-content-services": ">=6.7.0 <=7.0.0",
"@alfresco/adf-core": ">=6.7.0 <=7.0.0",
"@alfresco/adf-extensions": ">=6.7.0 <=7.0.0",
"@alfresco/js-api": ">=7.6.0 <=8.0.0",
"@angular/animations": ">=14.1.3",
"@angular/common": ">=14.1.3",
"@angular/compiler": ">=14.1.3",