From 29c0083e36c77f8d4c8c7dbf24162c259b293668 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 26 Jun 2023 20:29:25 +0100 Subject: [PATCH] Release-4.1.0 (#3301) * update app config * update adf libs * bump app version * bump lib versions * release reports * update readme files --- README.md | 2 +- app/src/app.config.json.tpl | 2 +- docs/README.md | 2 +- docs/audit/audit-info-4.1.0.md | 26 +++++ docs/changelog/changelog-4.1.0.md | 76 ++++++++++++++ docs/licences/license-info-4.1.0.md | 154 ++++++++++++++++++++++++++++ package-lock.json | 87 +++++++--------- package.json | 16 +-- projects/aca-content/package.json | 8 +- projects/aca-shared/package.json | 8 +- 10 files changed, 313 insertions(+), 68 deletions(-) create mode 100644 docs/audit/audit-info-4.1.0.md create mode 100644 docs/changelog/changelog-4.1.0.md create mode 100644 docs/licences/license-info-4.1.0.md diff --git a/README.md b/README.md index e8c41747cc..b37205b38f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please refer to the public [documentation](https://alfresco-content-app.netlify. | ACA | ADF | ACS | Node | Angular | | ---- | --- | --- | ---- | ------- | -| 4.1 | 6.1 | 7.4 | 18.x | 14.x | +| 4.1 | 6.2 | 7.4 | 18.x | 14.x | | 4.0 | 6.1 | 7.4 | 14.x | 14.x | | 3.1 | 5.1 | 7.3 | | | | 3.0 | 5.0 | 7.3 | | | diff --git a/app/src/app.config.json.tpl b/app/src/app.config.json.tpl index c4120df0b5..3aac594602 100644 --- a/app/src/app.config.json.tpl +++ b/app/src/app.config.json.tpl @@ -34,7 +34,7 @@ "locale": "en", "application": { "name": "Workspace", - "version": "4.0.0", + "version": "4.1.0", "logo": "assets/images/app-logo.svg", "copyright": "APP.COPYRIGHT" }, diff --git a/docs/README.md b/docs/README.md index d2211dad64..1fe9c9671b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,7 +40,7 @@ The documentation is divided into the following sections: | ACA | ADF | ACS | Node | Angular | | ---- | --- | --- | ---- | ------- | -| 4.1 | 6.1 | 7.4 | 18.x | 14.x | +| 4.1 | 6.2 | 7.4 | 18.x | 14.x | | 4.0 | 6.1 | 7.4 | 14.x | 14.x | | 3.1 | 5.1 | 7.3 | | | | 3.0 | 5.0 | 7.3 | | | diff --git a/docs/audit/audit-info-4.1.0.md b/docs/audit/audit-info-4.1.0.md new file mode 100644 index 0000000000..882b68dc57 --- /dev/null +++ b/docs/audit/audit-info-4.1.0.md @@ -0,0 +1,26 @@ +--- +Title: Audit info, alfresco-content-app 4.1.0 +--- + +# Audit information for alfresco-content-app 4.1.0 + +This page lists the security audit of the dependencies this project depends on. + +## Risks + +- Critical risk: 0 +- High risk: 0 +- Moderate risk: 3 +- Low risk: 0 + +Dependencies analyzed: + +## Libraries + +| Severity | Module | Vulnerable versions | +| --- | --- | --- | +|moderate | @mapbox/node-pre-gyp | ">=1.0.1" | +|moderate | make-dir | "2.0.0 - 3.1.0" | +|moderate | semver | "<7.5.2" | + + diff --git a/docs/changelog/changelog-4.1.0.md b/docs/changelog/changelog-4.1.0.md new file mode 100644 index 0000000000..fab60b9291 --- /dev/null +++ b/docs/changelog/changelog-4.1.0.md @@ -0,0 +1,76 @@ +--- +Title: Changelog for alfresco-content-app v4.1.0 +--- + +# Changelog + +- [907529d0a](https://github.com/Alfresco/alfresco-content-app/commit/907529d0a) ACS-5374 Fixed lost styles for library details after refreshing page (#3296) +- [a5083816f](https://github.com/Alfresco/alfresco-content-app/commit/a5083816f) Security fix - insecure randomness (#3293) +- [733ca86c0](https://github.com/Alfresco/alfresco-content-app/commit/733ca86c0) fix toolbar button styles +- [d54f97995](https://github.com/Alfresco/alfresco-content-app/commit/d54f97995) use latest ADF (#3292) +- [68c2a23ea](https://github.com/Alfresco/alfresco-content-app/commit/68c2a23ea) LOC-449 Updates to UI files in 16 languages as per EN file dated 2023-06-20 (#3290) +- [4b549f159](https://github.com/Alfresco/alfresco-content-app/commit/4b549f159) e2e tests fix for new google calendar implemented (#3289) +- [ff2735a1d](https://github.com/Alfresco/alfresco-content-app/commit/ff2735a1d) upgrade to latest ADF (#3288) +- [05906b878](https://github.com/Alfresco/alfresco-content-app/commit/05906b878) [ACS-5166] UI fixes (#3287) +- [10935e9d5](https://github.com/Alfresco/alfresco-content-app/commit/10935e9d5) [ACS-5166] use published open sans font (#3284) +- [3ea26c2d5](https://github.com/Alfresco/alfresco-content-app/commit/3ea26c2d5) [ACS-5166] use published version of the material icons (#3283) +- [6046ee309](https://github.com/Alfresco/alfresco-content-app/commit/6046ee309) [ACS-5328] initial-create-folder-test (#3243) +- [464ac7f45](https://github.com/Alfresco/alfresco-content-app/commit/464ac7f45) [ACS-5455] fixed excluded e2e tests (#3282) +- [dd0590f65](https://github.com/Alfresco/alfresco-content-app/commit/dd0590f65) try to increase e2e instances (#3281) +- [c843a8dba](https://github.com/Alfresco/alfresco-content-app/commit/c843a8dba) [ACS-5343] refactor Playwright framework in ACA (#3261) +- [e0a74d7fb](https://github.com/Alfresco/alfresco-content-app/commit/e0a74d7fb) [ACS-4538] Make folder-rules secondary entry point of aca-content (#3181) +- [9fd306d5b](https://github.com/Alfresco/alfresco-content-app/commit/9fd306d5b) [ACS-5347] New styles for filter states (#3274) +- [cc13551d2](https://github.com/Alfresco/alfresco-content-app/commit/cc13551d2) [ACA-4709] ensure all components have encapsulation set to none (#3271) +- [22444744f](https://github.com/Alfresco/alfresco-content-app/commit/22444744f) [ACS-4986] Advanced Search - enable new component for Tags and Location filters (#3270) +- [699499780](https://github.com/Alfresco/alfresco-content-app/commit/699499780) [ACS-5386] update docs (#3263) +- [99d8f84a4](https://github.com/Alfresco/alfresco-content-app/commit/99d8f84a4) fix pop up disappear issue in ADW (#3260) +- [3b8c9afe7](https://github.com/Alfresco/alfresco-content-app/commit/3b8c9afe7) [ACS-5170] Change some facets to filters (#3256) +- [779412952](https://github.com/Alfresco/alfresco-content-app/commit/779412952) [ACS-5372] remove old internal plugins (#3257) +- [e110a3449](https://github.com/Alfresco/alfresco-content-app/commit/e110a3449) LOC-441 - Updated UI in all 16 languages with new Mobile app strings (#3255) +- [d125fe5ff](https://github.com/Alfresco/alfresco-content-app/commit/d125fe5ff) [ACS-5088] Replaced function calls in templates with variable references (#3227) +- [e9dce5f65](https://github.com/Alfresco/alfresco-content-app/commit/e9dce5f65) [ACS-4795] Remove all custom CSS/CSS variables that already have defaults in ADF (#3242) +- [f99722661](https://github.com/Alfresco/alfresco-content-app/commit/f99722661) [PRODSEC-6575] used date instead of datetime for datePicker implementation in Shared link dialog component in ADF (#3247) +- [919767ef8](https://github.com/Alfresco/alfresco-content-app/commit/919767ef8) [ACS-5181] Introduce logical search filter (#3245) +- [f4600b588](https://github.com/Alfresco/alfresco-content-app/commit/f4600b588) [ACS-5308] reduce various modules by switching to standalone (#3248) +- [ac49a4acb](https://github.com/Alfresco/alfresco-content-app/commit/ac49a4acb) [ACS-5330] Added clearSelection() in afterEach so that tests unslect rows after they have completed their execution (#3244) +- [27da2b8b7](https://github.com/Alfresco/alfresco-content-app/commit/27da2b8b7) Added missing DirectiveModule import in standalone LogoutComponent (#3241) +- [84c22176a](https://github.com/Alfresco/alfresco-content-app/commit/84c22176a) [ACS-4887] e2e added test step for action tests (#3208) +- [4a00cbbfd](https://github.com/Alfresco/alfresco-content-app/commit/4a00cbbfd) remove flex-layout dependency (#3235) +- [251b6a0ec](https://github.com/Alfresco/alfresco-content-app/commit/251b6a0ec) [ACS-5308] cleanup content common module and move to standalone components (#3234) +- [44ea08891](https://github.com/Alfresco/alfresco-content-app/commit/44ea08891) [MOBILEAPPS-1707] Open in App Dialog design changes as per new design and visibility of dialog enabled after the login and is shown in case of private files as well (#3225) +- [638d2f776](https://github.com/Alfresco/alfresco-content-app/commit/638d2f776) [ACS-5156] Bug fixes for search Input (#3182) +- [bf1fa7504](https://github.com/Alfresco/alfresco-content-app/commit/bf1fa7504) [ACA-4698] Refactor the parent of aca-info-drawer to style sidebar wherever present. (#3192) +- [1a942e682](https://github.com/Alfresco/alfresco-content-app/commit/1a942e682) experimental: standalone About component (#3228) +- [b05ce5142](https://github.com/Alfresco/alfresco-content-app/commit/b05ce5142) [ADF-5532] Create upgrade211-30.md (#3112) +- [39aa78971](https://github.com/Alfresco/alfresco-content-app/commit/39aa78971) [ACS-5293] changed non-unique data automation ids (#3226) +- [71d97a17b](https://github.com/Alfresco/alfresco-content-app/commit/71d97a17b) [ACS-5304] remove unused create menu component (#3233) +- [05991f855](https://github.com/Alfresco/alfresco-content-app/commit/05991f855) [ACS-5089] performance improvements for Thumbnail Column (#3232) +- [e2574560e](https://github.com/Alfresco/alfresco-content-app/commit/e2574560e) [ACS-4613] Updated the latest version Material Icons font (#3230) +- [73460ddff](https://github.com/Alfresco/alfresco-content-app/commit/73460ddff) update docs +- [5eeb57c1e](https://github.com/Alfresco/alfresco-content-app/commit/5eeb57c1e) [ACA-4711] ACA: Enable checking accessibility in eslint (#3231) +- [1e37931b9](https://github.com/Alfresco/alfresco-content-app/commit/1e37931b9) fix Docker run (#3229) +- [0328ea09d](https://github.com/Alfresco/alfresco-content-app/commit/0328ea09d) [ACS-5288]Changes to improve user experience by changing navigation (#3219) +- [def6ddeaa](https://github.com/Alfresco/alfresco-content-app/commit/def6ddeaa) eliminate dead code in e2e tests (#3220) +- [51a8908ec](https://github.com/Alfresco/alfresco-content-app/commit/51a8908ec) [ACA-4708] enable e2e - C290020 (#3218) +- [16e14421c](https://github.com/Alfresco/alfresco-content-app/commit/16e14421c) [ACS-5287] Remove rebase workflow (#3217) +- [fd495f6e9](https://github.com/Alfresco/alfresco-content-app/commit/fd495f6e9) code cleanup (#3210) +- [19e31adbb](https://github.com/Alfresco/alfresco-content-app/commit/19e31adbb) [ACS-5186] Stop upstream workflow from failing when there are no new versions (#3206) +- [5d4a999ca](https://github.com/Alfresco/alfresco-content-app/commit/5d4a999ca) [ACA-4710] Use caret for js-api and adf versions (#3204) +- [fbe3a7917](https://github.com/Alfresco/alfresco-content-app/commit/fbe3a7917) [ACS-5189] enable multiselect for Files and Trashcan (#3196) +- [7d7ac7ea8](https://github.com/Alfresco/alfresco-content-app/commit/7d7ac7ea8) update compatibility matrix +- [38a6d8698](https://github.com/Alfresco/alfresco-content-app/commit/38a6d8698) [ACS-5186] Use update version script for ADF upstream (#3197) +- [f1d8b84d2](https://github.com/Alfresco/alfresco-content-app/commit/f1d8b84d2) [ACS-5171] Facets section - UI changes (#3195) +- [b04d0f226](https://github.com/Alfresco/alfresco-content-app/commit/b04d0f226) [ACS-5188] Remove old ACA upstream (#3193) +- [adbbc1c15](https://github.com/Alfresco/alfresco-content-app/commit/adbbc1c15) [ACS-4708] Implemented user initials (#3184) +- [9603c0a36](https://github.com/Alfresco/alfresco-content-app/commit/9603c0a36) [ACS-5186] Add new GH workflow for ADF upstream (#3191) +- [ec37bf0ec](https://github.com/Alfresco/alfresco-content-app/commit/ec37bf0ec) Update adf dependencies version to 6.1.0-4944969415 (#3183) +- [3ca4a9138](https://github.com/Alfresco/alfresco-content-app/commit/3ca4a9138) [ACS-4539] Make ms-office as secondary point of aca-content (#3180) +- [6794ea58a](https://github.com/Alfresco/alfresco-content-app/commit/6794ea58a) [ACS-4537] Make aca-about secondary entry of aca-content (#3179) +- [23814e1e7](https://github.com/Alfresco/alfresco-content-app/commit/23814e1e7) Optmise injections and imports (#3174) +- [df33a411f](https://github.com/Alfresco/alfresco-content-app/commit/df33a411f) Revert "[ACS-4537] Make aca-about secondary entry of aca-content (#3170)" (#3172) +- [2b90a66c4](https://github.com/Alfresco/alfresco-content-app/commit/2b90a66c4) [ACA-4646] fix folder rules dependencies +- [6e6f06746](https://github.com/Alfresco/alfresco-content-app/commit/6e6f06746) [ACA-4646] fix ACA plugins dependencies +- [e654c7f3f](https://github.com/Alfresco/alfresco-content-app/commit/e654c7f3f) [ACA-4646] fix versioning for GA +- [efda5d146](https://github.com/Alfresco/alfresco-content-app/commit/efda5d146) [ACA-4646] Upgrade to Node 18 (#3163) +- [222f487e7](https://github.com/Alfresco/alfresco-content-app/commit/222f487e7) [ACS-4537] Make aca-about secondary entry of aca-content (#3170) + diff --git a/docs/licences/license-info-4.1.0.md b/docs/licences/license-info-4.1.0.md new file mode 100644 index 0000000000..80b4ad060d --- /dev/null +++ b/docs/licences/license-info-4.1.0.md @@ -0,0 +1,154 @@ +--- +Title: License info, alfresco-content-app 4.1.0 +--- + +# License information for alfresco-content-app 4.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) | 6.2.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-core](https://github.com/Alfresco/alfresco-ng2-components) | 6.2.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/adf-extensions](https://github.com/Alfresco/alfresco-ng2-components) | 6.2.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/eslint-plugin-eslint-angular](https://github.com/Alfresco/alfresco-ng2-components) | 6.2.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@alfresco/js-api](https://github.com/Alfresco/alfresco-js-api) | 6.2.0 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [@angular/animations](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/cdk](https://github.com/angular/components) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/common](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/compiler](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/core](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/forms](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material-moment-adapter](https://github.com/angular/components) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/material](https://github.com/angular/components) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser-dynamic](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/platform-browser](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@angular/router](https://github.com/angular/angular) | 14.1.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@babel/runtime](https://github.com/babel/babel) | 7.22.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@fontsource/open-sans](https://github.com/fontsource/font-files) | 5.0.3 | [OFL-1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) | +| [@mapbox/node-pre-gyp](https://github.com/mapbox/node-pre-gyp) | 1.0.10 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [@mat-datetimepicker/core](https://github.com/kuhnroyal/mat-datetimepicker) | 10.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@mat-datetimepicker/moment](https://github.com/kuhnroyal/mat-datetimepicker) | 10.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/effects](https://github.com/ngrx/platform) | 14.3.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/router-store](https://github.com/ngrx/platform) | 14.3.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store-devtools](https://github.com/ngrx/platform) | 14.3.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngrx/store](https://github.com/ngrx/platform) | 14.3.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [@ngx-translate/core](https://github.com/ngx-translate/core) | 14.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [abbrev](https://github.com/isaacs/abbrev-js) | 1.1.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [agent-base](https://github.com/TooTallNate/node-agent-base) | 6.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [alfresco-content-app](https://github.com/Alfresco/alfresco-content-app) | 4.1.0 | UNLICENSED | +| [angular-oauth2-oidc-jwks](https://github.com/manfredsteyer/angular-oauth2-oidc) | 13.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc) | 13.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ansi-regex](https://github.com/chalk/ansi-regex) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [aproba](https://github.com/iarna/aproba) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [are-we-there-yet](https://github.com/npm/are-we-there-yet) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [asynckit](https://github.com/alexindigo/asynckit) | 0.4.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [balanced-match](https://github.com/juliangruber/balanced-match) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [brace-expansion](https://github.com/juliangruber/brace-expansion) | 1.1.11 | [MIT](http://www.opensource.org/licenses/MIT) | +| [call-bind](https://github.com/ljharb/call-bind) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [canvas](https://github.com/Automattic/node-canvas) | 2.11.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [chownr](https://github.com/isaacs/chownr) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [color-support](https://github.com/isaacs/color-support) | 1.1.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [combined-stream](https://github.com/felixge/node-combined-stream) | 1.0.8 | [MIT](http://www.opensource.org/licenses/MIT) | +| [component-emitter](https://github.com/component/emitter) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [concat-map](https://github.com/substack/node-concat-map) | 0.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [console-control-strings](https://github.com/iarna/console-control-strings) | 1.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [cookiejar](https://github.com/bmeck/node-cookiejar) | 2.1.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [cropperjs](https://github.com/fengyuanchen/cropperjs) | 1.5.13 | [MIT](http://www.opensource.org/licenses/MIT) | +| [d](https://github.com/medikoo/d) | 1.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [date-fns](https://github.com/date-fns/date-fns) | 2.30.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [debug](https://github.com/debug-js/debug) | 4.3.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [decompress-response](https://github.com/sindresorhus/decompress-response) | 4.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [delayed-stream](https://github.com/felixge/node-delayed-stream) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [delegates](https://github.com/visionmedia/node-delegates) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [detect-libc](https://github.com/lovell/detect-libc) | 2.0.1 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [emoji-regex](https://github.com/mathiasbynens/emoji-regex) | 8.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [encoding](https://github.com/andris9/encoding) | 0.1.13 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es5-ext](https://github.com/medikoo/es5-ext) | 0.10.62 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [es6-iterator](https://github.com/medikoo/es6-iterator) | 2.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [es6-symbol](https://github.com/medikoo/es6-symbol) | 3.1.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [event-emitter](https://github.com/medikoo/event-emitter) | 0.3.5 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ext](https://github.com/medikoo/es5-ext.git#ext) | 1.7.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [fast-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) | 2.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fast-sha256](https://github.com/dchest/fast-sha256-js) | 1.3.0 | [Unlicense](http://unlicense.org/) | +| [form-data](https://github.com/form-data/form-data) | 3.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [formidable](https://github.com/node-formidable/formidable) | 1.2.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [fs-minipass](https://github.com/npm/fs-minipass) | 2.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [fs.realpath](https://github.com/isaacs/fs.realpath) | 1.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [function-bind](https://github.com/Raynos/function-bind) | 1.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [gauge](https://github.com/iarna/gauge) | 3.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [get-intrinsic](https://github.com/ljharb/get-intrinsic) | 1.2.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [glob](https://github.com/isaacs/node-glob) | 7.2.3 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [has-symbols](https://github.com/inspect-js/has-symbols) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [has-unicode](https://github.com/iarna/has-unicode) | 2.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [has](https://github.com/tarruda/has) | 1.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) | 5.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | 0.6.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [inflight](https://github.com/npm/inflight) | 1.0.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [inherits](https://github.com/isaacs/inherits) | 2.0.4 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point) | 3.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [jsrsasign](https://github.com/kjur/jsrsasign) | 10.8.6 | [MIT](http://www.opensource.org/licenses/MIT) | +| [lru-cache](https://github.com/isaacs/node-lru-cache) | 6.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [make-dir](https://github.com/sindresorhus/make-dir) | 3.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [material-icons](https://github.com/marella/material-icons) | 1.13.8 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [methods](https://github.com/jshttp/methods) | 1.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime-db](https://github.com/jshttp/mime-db) | 1.52.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime-types](https://github.com/jshttp/mime-types) | 2.1.35 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mime](https://github.com/broofa/mime) | 2.6.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mimic-response](https://github.com/sindresorhus/mimic-response) | 2.1.0 | [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/) | +| [minimatch](https://github.com/isaacs/minimatch) | 3.1.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minipass](https://github.com/isaacs/minipass) | 3.3.6 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minipass](https://github.com/isaacs/minipass) | 4.2.8 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [minizlib](https://github.com/isaacs/minizlib) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [mkdirp](https://github.com/isaacs/node-mkdirp) | 1.0.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [moment-es6](https://github.com/Agamnentzar/moment-es6) | 1.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [moment](https://github.com/moment/moment) | 2.29.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [ms](https://github.com/zeit/ms) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [nan](https://github.com/nodejs/nan) | 2.17.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [next-tick](https://github.com/medikoo/next-tick) | 1.1.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [node-fetch](https://github.com/bitinn/node-fetch) | 2.6.9 | [MIT](http://www.opensource.org/licenses/MIT) | +| [nopt](https://github.com/npm/nopt) | 5.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [npmlog](https://github.com/npm/npmlog) | 5.0.1 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [object-assign](https://github.com/sindresorhus/object-assign) | 4.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [object-inspect](https://github.com/inspect-js/object-inspect) | 1.12.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [once](https://github.com/isaacs/once) | 1.4.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [parse5](https://github.com/inikulin/parse5) | 5.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path-is-absolute](https://github.com/sindresorhus/path-is-absolute) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [path2d-polyfill](https://github.com/nilzona/path2d-polyfill) | 2.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) | 3.3.122 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [qs](https://github.com/ljharb/qs) | 6.11.1 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | +| [readable-stream](https://github.com/nodejs/readable-stream) | 3.6.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [regenerator-runtime](https://github.com/facebook/regenerator/tree/main/packages/runtime) | 0.13.11 | [MIT](http://www.opensource.org/licenses/MIT) | +| [rimraf](https://github.com/isaacs/rimraf) | 3.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [rxjs](https://github.com/reactivex/rxjs) | 6.6.6 | [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | +| [safe-buffer](https://github.com/feross/safe-buffer) | 5.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [safer-buffer](https://github.com/ChALkeR/safer-buffer) | 2.1.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [semver](https://github.com/npm/node-semver) | 6.3.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [semver](https://github.com/npm/node-semver) | 7.5.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [set-blocking](https://github.com/yargs/set-blocking) | 2.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [side-channel](https://github.com/ljharb/side-channel) | 1.0.4 | [MIT](http://www.opensource.org/licenses/MIT) | +| [signal-exit](https://github.com/tapjs/signal-exit) | 3.0.7 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [simple-concat](https://github.com/feross/simple-concat) | 1.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [simple-get](https://github.com/feross/simple-get) | 3.1.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [string-width](https://github.com/sindresorhus/string-width) | 4.2.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [string_decoder](https://github.com/nodejs/string_decoder) | 1.3.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [strip-ansi](https://github.com/chalk/strip-ansi) | 6.0.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [superagent](https://github.com/visionmedia/superagent) | 6.1.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tar](https://github.com/npm/node-tar) | 6.1.13 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [tr46](https://github.com/Sebmaster/tr46.js) | 0.0.3 | [MIT](http://www.opensource.org/licenses/MIT) | +| [tslib](https://github.com/Microsoft/tslib) | 1.14.1 | [0BSD](http://landley.net/toybox/license.html) | +| [tslib](https://github.com/Microsoft/tslib) | 2.5.3 | [0BSD](http://landley.net/toybox/license.html) | +| [type](https://github.com/medikoo/type) | 1.2.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [type](https://github.com/medikoo/type) | 2.7.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [util-deprecate](https://github.com/TooTallNate/util-deprecate) | 1.0.2 | [MIT](http://www.opensource.org/licenses/MIT) | +| [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) | 3.2.1 | [MIT](http://www.opensource.org/licenses/MIT) | +| [webidl-conversions](https://github.com/jsdom/webidl-conversions) | 3.0.1 | [BSD-2-Clause](http://www.opensource.org/licenses/BSD-2-Clause) | +| [whatwg-url](https://github.com/jsdom/whatwg-url) | 5.0.0 | [MIT](http://www.opensource.org/licenses/MIT) | +| [wide-align](https://github.com/iarna/wide-align) | 1.1.5 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [wrappy](https://github.com/npm/wrappy) | 1.0.2 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [yallist](https://github.com/isaacs/yallist) | 4.0.0 | [ISC](https://www.isc.org/downloads/software-support-policy/isc-license/) | +| [zone.js](https://github.com/angular/angular) | 0.11.8 | [MIT](http://www.opensource.org/licenses/MIT) | + diff --git a/package-lock.json b/package-lock.json index b4702e9c13..201cf6a632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "alfresco-content-app", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-content-app", - "version": "4.0.0", + "version": "4.1.0", "hasInstallScript": true, "license": "LGPL-3.0", "dependencies": { - "@alfresco/adf-content-services": "6.2.0-5343353294", - "@alfresco/adf-core": "6.2.0-5343353294", - "@alfresco/adf-extensions": "6.2.0-5343353294", - "@alfresco/eslint-plugin-eslint-angular": "6.2.0-5343353294", - "@alfresco/js-api": "6.2.0-1002", + "@alfresco/adf-content-services": "6.2.0", + "@alfresco/adf-core": "6.2.0", + "@alfresco/adf-extensions": "6.2.0", + "@alfresco/eslint-plugin-eslint-angular": "6.2.0", + "@alfresco/js-api": "6.2.0", "@angular/animations": "14.1.3", "@angular/cdk": "14.1.3", "@angular/common": "14.1.3", @@ -45,8 +45,8 @@ "zone.js": "0.11.8" }, "devDependencies": { - "@alfresco/adf-cli": "6.2.0-5343353294", - "@alfresco/adf-testing": "6.2.0-5343353294", + "@alfresco/adf-cli": "6.2.0", + "@alfresco/adf-testing": "6.2.0", "@angular-devkit/build-angular": "14.2.11", "@angular-devkit/core": "14.1.2", "@angular-devkit/schematics": "14.1.2", @@ -121,12 +121,12 @@ "dev": true }, "node_modules/@alfresco/adf-cli": { - "version": "6.2.0-5343353294", - "resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-6.2.0-5343353294.tgz", - "integrity": "sha512-svFunISYCLB/3jCWy0GNvkUqHm2/vyuAIux/+XkLhuRb7MFnQyOOtw6lI7mlSmYB+qkgFAeCAaXMHWgG9Uwe0A==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-6.2.0.tgz", + "integrity": "sha512-9YN7YUGVqzmroed1MT/e/K+YjDdC+WtUC+ldE9lb3eC27YLN9GP1nzF42bV5yCgyRSS5fAS5xhCaouaL08XNrA==", "dev": true, "dependencies": { - "@alfresco/js-api": ">=6.2.0-982", + "@alfresco/js-api": ">=6.2.0", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", @@ -141,15 +141,15 @@ } }, "node_modules/@alfresco/adf-content-services": { - "version": "6.2.0-5343353294", - "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-6.2.0-5343353294.tgz", - "integrity": "sha512-3VxjEDviv0Xn8/yKDrAvgJ9QChpb3pIISpunl6SOQrJO/s2oQWhDGeG8f4EMjvQcSWdNb2cATFpMeCQB1AW6TQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-6.2.0.tgz", + "integrity": "sha512-v/7GJI6yBBz0iy13PecaoyPPcvqIFRvvTnTJhVVWtKYiQEUcNoYj0BbYHtTw1EIp/Zf6qfSkyJBkwlDJvhwHDA==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-core": ">=6.2.0-5343353294", - "@alfresco/js-api": ">=6.2.0-982", + "@alfresco/adf-core": ">=6.2.0", + "@alfresco/js-api": ">=6.2.0", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -165,9 +165,9 @@ } }, "node_modules/@alfresco/adf-core": { - "version": "6.2.0-5343353294", - "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-6.2.0-5343353294.tgz", - "integrity": "sha512-uvFS6ty21YrwQVU54YBFRu1ujiElQPy9fJVXr6hzL+sl5Kv2ennFE1OXaYzL8xn3drZfpMdrtqzYIiVJ55x/Fg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-6.2.0.tgz", + "integrity": "sha512-C6oMB+Yl1XF1TAJpWRVpGDDtOVS4qtLj/UKMMdV4XVHBdGX/B2LEwQdQTfH4M10SNMitUa4qQOI4WoIA93xtMA==", "dependencies": { "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^13.0.1", @@ -175,8 +175,8 @@ "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/adf-extensions": ">=6.2.0-5343353294", - "@alfresco/js-api": ">=6.2.0-982", + "@alfresco/adf-extensions": ">=6.2.0", + "@alfresco/js-api": ">=6.2.0", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.2", "@angular/common": ">=14.1.3", @@ -194,25 +194,25 @@ } }, "node_modules/@alfresco/adf-extensions": { - "version": "6.2.0-5343353294", - "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-6.2.0-5343353294.tgz", - "integrity": "sha512-hg2rp2hzA5LXJ8AR58JpybM6+t/IaKr+mHEh0ayNWfdY4kulawhhqUVpzh4cxy+/MXQbtA+QCGsE3cNwkFsXQQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-6.2.0.tgz", + "integrity": "sha512-I4oQPH6w+YXdp2MLpKtnZ/6TDb77tl0EDt90JU95k9xwYxKWKqB5cFhmmHArB6LLac6Jy2H5Prdd3RHGnLjmag==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@alfresco/js-api": ">=6.2.0-982", + "@alfresco/js-api": ">=6.2.0", "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3" } }, "node_modules/@alfresco/adf-testing": { - "version": "6.2.0-5343353294", - "resolved": "https://registry.npmjs.org/@alfresco/adf-testing/-/adf-testing-6.2.0-5343353294.tgz", - "integrity": "sha512-gdcSg6lxei2WXRFTEkO7n40vXeABydTisgBTYfzTex8Ek2qTrsKafuq0rBTAI6rw6ecP31kXquaYb1WJN8RgfA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@alfresco/adf-testing/-/adf-testing-6.2.0.tgz", + "integrity": "sha512-n8SXi0Q/NFW+zEXTC7Zg853IeRIIxaGHPk0yDr50/0Ho6KpaCrQHcU3hGCYzwroW5yXf15A5K4SslaC7I/mP5Q==", "dev": true, "dependencies": { - "@alfresco/js-api": "6.2.0-982", + "@alfresco/js-api": ">=6.2.0", "@angular/compiler": "14.1.3", "@angular/core": "14.1.3", "rxjs": "6.6.6", @@ -220,29 +220,18 @@ "zone.js": "~0.11.4" }, "peerDependencies": { - "@alfresco/js-api": ">=6.2.0-982" - } - }, - "node_modules/@alfresco/adf-testing/node_modules/@alfresco/js-api": { - "version": "6.2.0-982", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0-982.tgz", - "integrity": "sha512-tP7/VblH0QOMAlhjzCW8n/kE9PXA2nwkPisalNVNVtvOa6jVnwMQQlVvfnCRKf+yXX7SQYBMTKbvMA9Io0gBqw==", - "dev": true, - "dependencies": { - "event-emitter": "^0.3.5", - "superagent": "^6.0.0", - "tslib": "^2.0.0" + "@alfresco/js-api": ">=6.2.0" } }, "node_modules/@alfresco/eslint-plugin-eslint-angular": { - "version": "6.2.0-5343353294", - "resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-6.2.0-5343353294.tgz", - "integrity": "sha512-bTktp1BsUe/av979I2B5Ns/AjDEjbPI34FKwBl1rp9uIkl26gAak5Y5jLIOCSL2J49IGZAs6QTv/a/uxTFcqag==" + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-6.2.0.tgz", + "integrity": "sha512-RBbs5bdjgeKD5ZGnIa1CojsWTWP/yfI9A/2ZJ3HC5OTqvQIcyg/HqDRoAHR4muuZP7SZmGdYDY5NBlu5/mQ3mw==" }, "node_modules/@alfresco/js-api": { - "version": "6.2.0-1002", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0-1002.tgz", - "integrity": "sha512-7oUe2JS3ILOxe/SEh+AzMT9I+1pEIg+cSEUIjB7yfZGpqlNPm8QNzIpxGDwyAgd4hKfFygmCOBvxLDKFfr/Xlg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0.tgz", + "integrity": "sha512-jwoO5tKE0MqE/7vQx5Epyy6RQqXX7lzKiTAaGZ0dF810itBbIZEdM6g21eHG/+DmEYtkmaR5fPKLD3PqtKlF8A==", "dependencies": { "event-emitter": "^0.3.5", "superagent": "^6.0.0", diff --git a/package.json b/package.json index c3358c8000..b2af9cc802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "4.0.0", + "version": "4.1.0", "commit": "", "license": "LGPL-3.0", "scripts": { @@ -38,11 +38,11 @@ }, "private": true, "dependencies": { - "@alfresco/adf-content-services": "6.2.0-5343353294", - "@alfresco/adf-core": "6.2.0-5343353294", - "@alfresco/adf-extensions": "6.2.0-5343353294", - "@alfresco/eslint-plugin-eslint-angular": "6.2.0-5343353294", - "@alfresco/js-api": "6.2.0-1002", + "@alfresco/adf-content-services": "6.2.0", + "@alfresco/adf-core": "6.2.0", + "@alfresco/adf-extensions": "6.2.0", + "@alfresco/eslint-plugin-eslint-angular": "6.2.0", + "@alfresco/js-api": "6.2.0", "@angular/animations": "14.1.3", "@angular/cdk": "14.1.3", "@angular/common": "14.1.3", @@ -73,8 +73,8 @@ "zone.js": "0.11.8" }, "devDependencies": { - "@alfresco/adf-cli": "6.2.0-5343353294", - "@alfresco/adf-testing": "6.2.0-5343353294", + "@alfresco/adf-cli": "6.2.0", + "@alfresco/adf-testing": "6.2.0", "@angular-devkit/build-angular": "14.2.11", "@angular-devkit/core": "14.1.2", "@angular-devkit/schematics": "14.1.2", diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 0f9d188dfb..4bf0f364a1 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,10 +5,10 @@ "peerDependencies": { "@angular/common": "^14.1.0", "@angular/core": "^14.1.0", - "@alfresco/adf-core": ">=6.2.0-5325389849", - "@alfresco/adf-content-services": ">=6.2.0-5325389849", - "@alfresco/adf-extensions": ">=6.2.0-5325389849", - "@alfresco/js-api": ">=6.2.0-982", + "@alfresco/adf-core": ">=6.2.0", + "@alfresco/adf-content-services": ">=6.2.0", + "@alfresco/adf-extensions": ">=6.2.0", + "@alfresco/js-api": ">=6.2.0", "@angular/animations": "^14.1.3", "@angular/cdk": "^14.1.3", "@angular/forms": "^14.1.3", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index f08eeac088..7fc8dbd622 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -5,10 +5,10 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": ">=6.2.0-5325389849", - "@alfresco/adf-core": ">=6.2.0-5325389849", - "@alfresco/adf-extensions": ">=6.2.0-5325389849", - "@alfresco/js-api": ">=6.2.0-982", + "@alfresco/adf-content-services": ">=6.2.0", + "@alfresco/adf-core": ">=6.2.0", + "@alfresco/adf-extensions": ">=6.2.0", + "@alfresco/js-api": ">=6.2.0", "@angular/animations": "^14.1.3", "@angular/common": "^14.1.3", "@angular/compiler": "^14.1.3",