From ea5325df975bfc6cd2337ca24ec2ac577fc8b4dc Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Fri, 31 May 2024 18:21:03 +0100 Subject: [PATCH] These dependencies will kill me --- lib/cli/package.json | 2 +- lib/content-services/package.json | 2 +- lib/core/package.json | 2 +- lib/extensions/package.json | 2 +- lib/process-services-cloud/package-lock.json | 2 +- lib/process-services-cloud/package.json | 2 +- lib/process-services/package.json | 2 +- lib/testing/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 3ea3475faf..1a8ef5c35f 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -20,7 +20,7 @@ "dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli" }, "dependencies": { - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 7d57ab1083..e9963ec4a0 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0", "@ngx-translate/core": ">=14.0.0", "@alfresco/adf-core": ">=6.9.0" }, diff --git a/lib/core/package.json b/lib/core/package.json index 5adb6d79c0..eee2339011 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -33,7 +33,7 @@ "@angular/material": ">=14.1.2", "@angular/router": ">=14.1.3", "@mat-datetimepicker/core": ">=10.1.1", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0", "@alfresco/adf-extensions": ">=6.9.0", "@ngx-translate/core": ">=14.0.0", "minimatch-browser": ">=1.0.0", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index 5b19970575..4a0160ed26 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -14,7 +14,7 @@ "peerDependencies": { "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3", - "@alfresco/js-api": ">=7.8.0" + "@alfresco/js-api": ">=7.9.0" }, "keywords": [ "extensions", diff --git a/lib/process-services-cloud/package-lock.json b/lib/process-services-cloud/package-lock.json index c1bc489c9c..5110955f74 100644 --- a/lib/process-services-cloud/package-lock.json +++ b/lib/process-services-cloud/package-lock.json @@ -24,7 +24,7 @@ "peerDependencies": { "@alfresco/adf-content-services": ">=6.9.0", "@alfresco/adf-core": ">=6.9.0", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 7085fe4a68..be648ddbec 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -34,7 +34,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0", "@alfresco/adf-core": ">=6.9.0", "@alfresco/adf-content-services": ">=6.9.0", "@apollo/client": "^3.7.2", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index 51c47c1590..81a6e77d8f 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0", "@alfresco/adf-core": ">=6.9.0", "@alfresco/adf-content-services": ">=6.9.0", "@ngx-translate/core": ">=14.0.0" diff --git a/lib/testing/package.json b/lib/testing/package.json index 824ef09ec7..0ea2a7c1fc 100644 --- a/lib/testing/package.json +++ b/lib/testing/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { - "@alfresco/js-api": ">=7.8.0" + "@alfresco/js-api": ">=7.9.0" }, "keywords": [ "testing", diff --git a/package-lock.json b/package-lock.json index 2b51cf5737..7581482b3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0-0", "@angular/animations": "15.2.10", "@angular/cdk": "15.2.9", "@angular/common": "15.2.10", @@ -189,9 +189,9 @@ "link": true }, "node_modules/@alfresco/js-api": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.8.0.tgz", - "integrity": "sha512-3y5WwtvsEkwAB3WaFC9Ec+QMzvPmZccJ7Em06lVBDwxtFgZ1F2CisVNepWgZLoCSkCH8Lgm6e4Tr0L93S3AmoQ==", + "version": "7.9.0-9321526184", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.9.0-9321526184.tgz", + "integrity": "sha512-VFN/DyWrUCUuZ1RMSKJp2MbPdoRDtffZo6rXnuTooNxvwyF/mr9VtkMM+JSp1Eo3r9oMRipr0BcNN8Hy1hKing==", "dependencies": { "event-emitter": "^0.3.5", "superagent": "^9.0.1", diff --git a/package.json b/package.json index 1e6926ceeb..b174dbf86c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "process services-cloud" ], "dependencies": { - "@alfresco/js-api": ">=7.8.0", + "@alfresco/js-api": ">=7.9.0-0", "@angular/animations": "15.2.10", "@angular/cdk": "15.2.9", "@angular/common": "15.2.10",