From af27269ffb6f2bfa62101f83d0a4a50f14c8a30d Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:39:19 +0200 Subject: [PATCH] Release 7.1.0 (#4756) --- README.md | 1 + app/src/app.config.json | 2 +- docs/README.md | 1 + docs/audit/audit-info-7.1.0.md | 23 ++++++++ docs/changelog/changelog-7.1.0.md | 26 +++++++++ docs/licences/license-info-7.1.0.md | 49 ++++++++++++++++ package-lock.json | 64 ++++++++++----------- package.json | 14 ++--- projects/aca-content/package.json | 8 +-- projects/aca-playwright-shared/package.json | 10 ++-- projects/aca-shared/package.json | 8 +-- 11 files changed, 153 insertions(+), 53 deletions(-) create mode 100644 docs/audit/audit-info-7.1.0.md create mode 100644 docs/changelog/changelog-7.1.0.md create mode 100644 docs/licences/license-info-7.1.0.md diff --git a/README.md b/README.md index f622f9f84..30d746368 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Please refer to the public [documentation](https://alfresco-content-app.netlify. | ACA | ADF | ACS | Node | Angular | |-------|---------------|-----------|------|---------| +| 7.1.x | 8.1.1 | 25.2 | 22.x | 19.x | | 7.0.x | 8.0.0 | 25.2 | 22.x | 19.x | | 6.0.x | 7.0.0 | 25.1 | 20.x | 17.x | | 5.3.x | 7.0.0-alpha.7 | 23.4 | 18.x | 16.x | diff --git a/app/src/app.config.json b/app/src/app.config.json index 23aee0b91..02694228b 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -35,7 +35,7 @@ "locale": "en", "application": { "name": "Workspace", - "version": "7.0.0", + "version": "7.1.0", "logo": "assets/images/app-logo.svg", "copyright": "APP.COPYRIGHT" }, diff --git a/docs/README.md b/docs/README.md index 365587f8b..322801b5f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,6 +40,7 @@ The documentation is divided into the following sections: | ACA | ADF | ACS | Node | Angular | |-------|---------------|-----------|------|---------| +| 7.1.x | 8.1.1 | 25.2 | 22.x | 19.x | | 7.0.x | 8.0.0 | 25.2 | 22.x | 19.x | | 6.0.x | 7.0.0 | 25.1 | 20.x | 17.x | | 5.3.x | 7.0.0-alpha.7 | 23.4 | 18.x | 16.x | diff --git a/docs/audit/audit-info-7.1.0.md b/docs/audit/audit-info-7.1.0.md new file mode 100644 index 000000000..c5b423dfd --- /dev/null +++ b/docs/audit/audit-info-7.1.0.md @@ -0,0 +1,23 @@ +--- +Title: Audit info, alfresco-content-app 7.1.0 +--- + +# Audit information for alfresco-content-app 7.1.0 + +This page lists the security audit of the dependencies this project depends on. + +## Risks + +- Critical risk: 0 +- High risk: 0 +- Moderate risk: 0 +- Low risk: 0 + +Dependencies analyzed: + +## Libraries + +| Severity | Module | Vulnerable versions | +| --- | --- | --- | + + diff --git a/docs/changelog/changelog-7.1.0.md b/docs/changelog/changelog-7.1.0.md new file mode 100644 index 000000000..d93299126 --- /dev/null +++ b/docs/changelog/changelog-7.1.0.md @@ -0,0 +1,26 @@ +--- +Title: Changelog for alfresco-content-app v7.1.0 +--- + +# Changelog + +- [ec621cd7](https://github.com/Alfresco/alfresco-content-app/commit/ec621cd7) [ACS-10091] exclude test (#4757) +- [49a2c9bc](https://github.com/Alfresco/alfresco-content-app/commit/49a2c9bc) AAE-37689: Remove unused Angular CLI dependency (#4749) +- [aca1bb14](https://github.com/Alfresco/alfresco-content-app/commit/aca1bb14) OPSEXP-3437 Increase ingress creation timeout for setup-kind action (#4741) +- [181d7fc5](https://github.com/Alfresco/alfresco-content-app/commit/181d7fc5) Release from branch workflow fix (#4740) +- [0b6604a4](https://github.com/Alfresco/alfresco-content-app/commit/0b6604a4) AAE-37293 switch to provider api (#4735) +- [932cbeea](https://github.com/Alfresco/alfresco-content-app/commit/932cbeea) AAE-37292 Bug fixes and code improvements (#4733) +- [d893eeb3](https://github.com/Alfresco/alfresco-content-app/commit/d893eeb3) [ACS-9934] Cannot login to ACA with SSO fixed (#4731) +- [a1d4fa04](https://github.com/Alfresco/alfresco-content-app/commit/a1d4fa04) [ACS-9374] [ACS-9590] Fix search pop up and infinite loading animation (#4717) +- [f07cf799](https://github.com/Alfresco/alfresco-content-app/commit/f07cf799) [ACS-9907] create store selector with current acs version (#4723) +- [b7dcb3b3](https://github.com/Alfresco/alfresco-content-app/commit/b7dcb3b3) [ACS-9758][ACS-9719] Refactor Folder Rules unit tests (#4709) +- [1a2fab07](https://github.com/Alfresco/alfresco-content-app/commit/1a2fab07) Revert "New Crowdin translations by GitHub Action (#4713)" (#4715) +- [07892526](https://github.com/Alfresco/alfresco-content-app/commit/07892526) Revert "[ACS-9374][ACS-9590] Prevent search popup flicker on Enter key press …" (#4714) +- [c4938247](https://github.com/Alfresco/alfresco-content-app/commit/c4938247) [ACS-9374][ACS-9590] Prevent search popup flicker on Enter key press and infinite loading animation (#4683) +- [49ed11b7](https://github.com/Alfresco/alfresco-content-app/commit/49ed11b7) [ACS-9911] Upgrade NgRx API (#4702) +- [bcc97804](https://github.com/Alfresco/alfresco-content-app/commit/bcc97804) [ACS-9795] [E2E] Fixing tests from ACS-9795 (#4676) +- [c26e123c](https://github.com/Alfresco/alfresco-content-app/commit/c26e123c) adjust version requirements in aca-playwright-shared (#4682) +- [4b750f8b](https://github.com/Alfresco/alfresco-content-app/commit/4b750f8b) MNT-25070: ADW - Search request is altered when using quote marks (#4666) +- [35b18c57](https://github.com/Alfresco/alfresco-content-app/commit/35b18c57) Fixed bump version rule (#4679) +- [4f51ea5b](https://github.com/Alfresco/alfresco-content-app/commit/4f51ea5b) [ACS-9810] post release version bump (#4678) + diff --git a/docs/licences/license-info-7.1.0.md b/docs/licences/license-info-7.1.0.md new file mode 100644 index 000000000..a82f1e992 --- /dev/null +++ b/docs/licences/license-info-7.1.0.md @@ -0,0 +1,49 @@ +--- +Title: License info, alfresco-content-app 7.1.0 +--- + +# License information for alfresco-content-app 7.1.0 + +This page lists all third party libraries the project depends on. + +## Libraries + +| Name | Version | License | +| --- | --- | --- | +| [@alfresco/adf-content-services](https://github.com/Alfresco/alfresco-ng2-components) | 8.1.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-core](https://github.com/Alfresco/alfresco-ng2-components) | 8.1.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-extensions](https://github.com/Alfresco/alfresco-ng2-components) | 8.1.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/eslint-plugin-eslint-angular](https://github.com/Alfresco/alfresco-ng2-components) | 8.1.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/js-api](https://github.com/Alfresco/alfresco-ng2-components) | 9.1.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@angular/animations](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/cdk](https://github.com/angular/components) | 19.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/common](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/compiler](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/core](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/forms](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material-date-fns-adapter](https://github.com/angular/components) | 19.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material](https://github.com/angular/components) | 19.2.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/router](https://github.com/angular/angular) | 19.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@fontsource/open-sans](https://github.com/fontsource/font-files) | 5.2.6 | [OFL-1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) | +| [@mat-datetimepicker/core](https://github.com/kuhnroyal/mat-datetimepicker) | 15.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/effects](https://github.com/ngrx/platform) | 19.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/operators](https://github.com/ngrx/platform) | 19.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/router-store](https://github.com/ngrx/platform) | 19.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store-devtools](https://github.com/ngrx/platform) | 19.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store](https://github.com/ngrx/platform) | 19.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| @ngx-translate/core | 16.0.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [date-fns](https://github.com/date-fns/date-fns) | 2.30.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [date-fns](https://github.com/date-fns/date-fns) | 4.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [katex](https://github.com/KaTeX/KaTeX) | 0.16.22 | [MIT](http://www.opensource.org/licenses/MIT) | +| [material-icons](https://github.com/marella/material-icons) | 1.13.14 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [mermaid](https://github.com/mermaid-js/mermaid) | 11.10.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [minimatch-browser](https://github.com/isaacs/minimatch) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [ngx-markdown](https://github.com/jfcere/ngx-markdown) | 19.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [pdfjs-dist](https://github.com/mozilla/pdf.js) | 5.3.31 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [prismjs](https://github.com/PrismJS/prism) | 1.30.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [rxjs](https://github.com/reactivex/rxjs) | 7.8.2 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [tslib](https://github.com/Microsoft/tslib) | 2.8.1 | [0BSD](http://landley.net/toybox/license.html) | +| [zone.js](https://github.com/angular/angular) | 0.15.0 | [MIT](http://www.opensource.org/licenses/MIT) | + diff --git a/package-lock.json b/package-lock.json index 4143c3cc0..9ef744fc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "alfresco-content-app", - "version": "8.0.0", + "version": "7.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-content-app", - "version": "8.0.0", + "version": "7.1.0", "license": "LGPL-3.0", "dependencies": { - "@alfresco/adf-content-services": "9.1.0-17001752560", - "@alfresco/adf-core": "9.1.0-17001752560", - "@alfresco/adf-extensions": "9.1.0-17001752560", - "@alfresco/eslint-plugin-eslint-angular": "9.1.0-17001752560", - "@alfresco/js-api": "10.1.0-17001752560", + "@alfresco/adf-content-services": "8.1.1", + "@alfresco/adf-core": "8.1.1", + "@alfresco/adf-extensions": "8.1.1", + "@alfresco/eslint-plugin-eslint-angular": "8.1.1", + "@alfresco/js-api": "9.1.1", "@angular/animations": "19.2.6", "@angular/cdk": "19.2.9", "@angular/common": "19.2.6", @@ -46,7 +46,7 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@alfresco/adf-cli": "9.1.0-17001752560", + "@alfresco/adf-cli": "8.1.1", "@angular-devkit/build-angular": "19.2.15", "@angular-devkit/core": "19.2.7", "@angular-devkit/schematics": "19.2.7", @@ -111,13 +111,13 @@ "license": "MIT" }, "node_modules/@alfresco/adf-cli": { - "version": "9.1.0-17001752560", - "resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-9.1.0-17001752560.tgz", - "integrity": "sha512-nTpe4WnPE1pe0Ir9gqFmYCur1VpLSAYhaUAZ/w+hDKrS5bmWjNnzqc0W/82d4NDz3cNPxqWeN6EoUR3WBerUDg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-8.1.1.tgz", + "integrity": "sha512-wtUGNE7UeX6+8tOv1++TqViUNj5+W6LRYBNhZ5jP/ZHw3SLbsqDWDBtTvkQK86H0EwZu6z7u1bsnaeU6VWZpuQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@alfresco/js-api": ">=10.1.0-17001752560", + "@alfresco/js-api": ">=9.1.0", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", @@ -132,16 +132,16 @@ } }, "node_modules/@alfresco/adf-content-services": { - "version": "9.1.0-17001752560", - "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-9.1.0-17001752560.tgz", - "integrity": "sha512-FyNSkUkYsKrqR1Mnr9WT6ujFFhAO1qHf8lWuaiiDFcrgL7OfXSu84dhJQ7dHIHy3UdkGUGbhDQqN9GYIBzOdUg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-8.1.1.tgz", + "integrity": "sha512-PcXruzruJ6u6PaW9ZNqZMgdvOsBaueyF+UVCwg9QTSPScVSwtlvok1U+VuZbZQjbPIfna26EQEveNMFVKailsg==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-core": ">=9.1.0-17001752560", - "@alfresco/js-api": ">=10.1.0-17001752560", + "@alfresco/adf-core": ">=8.1.1", + "@alfresco/js-api": ">=9.1.1", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -156,9 +156,9 @@ } }, "node_modules/@alfresco/adf-core": { - "version": "9.1.0-17001752560", - "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-9.1.0-17001752560.tgz", - "integrity": "sha512-pPTIjKeNV1hnERNrWMMqbNMTcZVuDK0p8/R5migo1N9lwsQZDgzVUG8TVZKYAKfcAx9J85YROthdh8+CEUOEBw==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-8.1.1.tgz", + "integrity": "sha512-0zPBbrBnINvX13VCnVVOyjB888wJu8iwUyUPoC6oTG5rTAa3FG0hvogWiCe7e4lb+aX2DJrKP3oXCLeQUv53LQ==", "license": "Apache-2.0", "dependencies": { "angular-oauth2-oidc": "17.0.2", @@ -169,8 +169,8 @@ "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-extensions": ">=9.1.0-17001752560", - "@alfresco/js-api": ">=10.1.0-17001752560", + "@alfresco/adf-extensions": ">=8.1.1", + "@alfresco/js-api": ">=9.1.1", "@angular/animations": ">=16.0.0", "@angular/cdk": ">=16.0.0", "@angular/common": ">=16.0.0", @@ -204,29 +204,29 @@ } }, "node_modules/@alfresco/adf-extensions": { - "version": "9.1.0-17001752560", - "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-9.1.0-17001752560.tgz", - "integrity": "sha512-cWGnxkbjNqv9pmuZNGeLeS937cS7J5QGdtL5/17JCyPJ0NjrhsGTJSgZIworye6jLg8zbWylF322+vBqYZejqg==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-8.1.1.tgz", + "integrity": "sha512-pU9WHdc8GA3tJa9ilK3hN951/eqAPWFLna8bR5tLILCmo+VQzKWfSD/PQhEpooJpWeXxYH1z8vMRo6ILESByIA==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/js-api": ">=10.1.0-17001752560", + "@alfresco/js-api": ">=9.1.1", "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3" } }, "node_modules/@alfresco/eslint-plugin-eslint-angular": { - "version": "9.1.0-17001752560", - "resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-9.1.0-17001752560.tgz", - "integrity": "sha512-tMn/kQYPgHlQ400ED6X/No5OeO6Yx2htnmw/8JZcXngLKdWIJ6AXMVq6w/JO35IqDa0amc/UOX7lufk5Ncdbhw==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-8.1.1.tgz", + "integrity": "sha512-8fgbF7L3dkraqiKx2ma+K5HxTiElD+Rgd/W9aw0ir9FxLw6VFYFZfz5u/DAzsGLiqcvWns5JlQPruyQOsGwHrA==", "license": "Apache-2.0" }, "node_modules/@alfresco/js-api": { - "version": "10.1.0-17001752560", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-10.1.0-17001752560.tgz", - "integrity": "sha512-2g/O1dAFJ3zDTG2A8iGXOYEbF21YA2+vLSQmjvJP+2y2gNBKT0dcLKcio7ta/yYdagfzk7xGcmNks7/1cKFNhg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.1.1.tgz", + "integrity": "sha512-G45OueaXjy0LxUv0RuQb6xfiEf/ecVX2K5qgfMdKlDcmXSv2k8lL/m+wUqeVw1NC+EeoSg6hMyOH60Y3qLvTuQ==", "license": "Apache-2.0", "dependencies": { "event-emitter": "^0.3.5", diff --git a/package.json b/package.json index a5672dba6..bda47a6ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "8.0.0", + "version": "7.1.0", "license": "LGPL-3.0", "scripts": { "start": "nx serve content-ce", @@ -30,11 +30,11 @@ }, "private": true, "dependencies": { - "@alfresco/adf-content-services": "9.1.0-17001752560", - "@alfresco/adf-core": "9.1.0-17001752560", - "@alfresco/adf-extensions": "9.1.0-17001752560", - "@alfresco/eslint-plugin-eslint-angular": "9.1.0-17001752560", - "@alfresco/js-api": "10.1.0-17001752560", + "@alfresco/adf-content-services": "8.1.1", + "@alfresco/adf-core": "8.1.1", + "@alfresco/adf-extensions": "8.1.1", + "@alfresco/eslint-plugin-eslint-angular": "8.1.1", + "@alfresco/js-api": "9.1.1", "@angular/animations": "19.2.6", "@angular/cdk": "19.2.9", "@angular/common": "19.2.6", @@ -67,7 +67,7 @@ "zone.js": "0.15.0" }, "devDependencies": { - "@alfresco/adf-cli": "9.1.0-17001752560", + "@alfresco/adf-cli": "8.1.1", "@angular-devkit/build-angular": "19.2.15", "@angular-devkit/core": "19.2.7", "@angular-devkit/schematics": "19.2.7", diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 3c6c6271a..1bbb4831d 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,10 +5,10 @@ "peerDependencies": { "@angular/common": ">=15.2", "@angular/core": ">=15.2", - "@alfresco/adf-core": ">=9.1.0-0", - "@alfresco/adf-content-services": ">=9.1.0-0", - "@alfresco/adf-extensions": ">=9.1.0-0", - "@alfresco/js-api": ">=10.1.0-0", + "@alfresco/adf-core": ">=8.1.1-0", + "@alfresco/adf-content-services": ">=8.1.1-0", + "@alfresco/adf-extensions": ">=8.1.1-0", + "@alfresco/js-api": ">=9.1.1-0", "@angular/animations": ">=15.2", "@angular/cdk": ">=15.2", "@angular/forms": ">=15.2", diff --git a/projects/aca-playwright-shared/package.json b/projects/aca-playwright-shared/package.json index 03d1066aa..e8bcc25cb 100644 --- a/projects/aca-playwright-shared/package.json +++ b/projects/aca-playwright-shared/package.json @@ -7,11 +7,11 @@ "access": "public" }, "peerDependencies": { - "@alfresco/adf-core": ">=9.1.0-0", - "@alfresco/adf-content-services": ">=9.1.0-0", - "@alfresco/adf-extensions": ">=9.1.0-0", - "@alfresco/eslint-plugin-eslint-angular": ">=9.1.0-0", - "@alfresco/js-api": ">=10.1.0-0", + "@alfresco/adf-core": ">=8.1.1-0", + "@alfresco/adf-content-services": ">=8.1.1-0", + "@alfresco/adf-extensions": ">=8.1.1-0", + "@alfresco/eslint-plugin-eslint-angular": ">=8.1.1-0", + "@alfresco/js-api": ">=9.1.1-0", "tslib": ">=2.0.0" }, "repository": { diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 2cf132205..df5278399 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -4,10 +4,10 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": ">=9.1.0-0", - "@alfresco/adf-core": ">=9.1.0-0", - "@alfresco/adf-extensions": ">=9.1.0-0", - "@alfresco/js-api": ">=10.1.0-0", + "@alfresco/adf-content-services": ">=8.1.1-0", + "@alfresco/adf-core": ">=8.1.1-0", + "@alfresco/adf-extensions": ">=8.1.1-0", + "@alfresco/js-api": ">=9.1.1-0", "@angular/animations": ">=15.2", "@angular/common": ">=15.2", "@angular/compiler": ">=15.2",