Skip to content

Commit

Permalink
GH Auto: Upstream dependencies ADF:7.0.0-alpha.8-13013055766 JS-API:8…
Browse files Browse the repository at this point in the history
….0.0-alpha.8-13013055766 using Tag:7.0.0-alpha.8-13013055766 (#4349)

* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13013055766  JS:8.0.0-alpha.8-13013055766

* fix test

---------

Co-authored-by: DenysVuika <[email protected]>
Co-authored-by: Mykyta Maliarchuk <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2025
1 parent 3bfeca3 commit 003537f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 38 deletions.
79 changes: 48 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "7.0.0-alpha.8-13007420361",
"@alfresco/adf-core": "7.0.0-alpha.8-13007420361",
"@alfresco/adf-extensions": "7.0.0-alpha.8-13007420361",
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.8-13007420361",
"@alfresco/js-api": "8.0.0-alpha.8-13007420361",
"@alfresco/adf-content-services": "7.0.0-alpha.8-13013055766",
"@alfresco/adf-core": "7.0.0-alpha.8-13013055766",
"@alfresco/adf-extensions": "7.0.0-alpha.8-13013055766",
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.8-13013055766",
"@alfresco/js-api": "8.0.0-alpha.8-13013055766",
"@angular/animations": "16.2.9",
"@angular/cdk": "16.2.9",
"@angular/common": "16.2.9",
Expand Down Expand Up @@ -62,7 +62,7 @@
"zone.js": "0.13.3"
},
"devDependencies": {
"@alfresco/adf-cli": "7.0.0-alpha.8-13007420361",
"@alfresco/adf-cli": "7.0.0-alpha.8-13013055766",
"@angular-devkit/build-angular": "16.2.16",
"@angular-devkit/core": "16.2.9",
"@angular-devkit/schematics": "16.2.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('RuleActionUiComponent', () => {
setInputValue('');
await fixture.whenStable();

expect(component.parameters).toEqual({ 'mock-action-parameter-boolean': false, 'mock-action-parameter-text': 'test' });
expect(component.parameters).toEqual({ 'mock-action-parameter-boolean': false });
});

it('should populate the dropdown selector with the action definitions', async () => {
Expand Down

0 comments on commit 003537f

Please sign in to comment.