Skip to content

Commit

Permalink
chore: bump js-lib to 8.2.0 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Mar 31, 2023
1 parent f762546 commit 74c14c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ describe('SelectProjectComponent', () => {

const option1 = await options[0].getText();

expect(option1).toEqual('0001 | anything');
expect(option1).toEqual('00FF | images');

const option2 = await options[1].getText();

expect(option2).toEqual('00FF | images');
expect(option2).toEqual('0001 | anything');
});

it('should emit the Iri of a selected project', async () => {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/platform-browser-dynamic": "^15.2.2",
"@angular/router": "^15.2.2",
"@ckeditor/ckeditor5-angular": "^4.0.0",
"@dasch-swiss/dsp-js": "^8.1.1",
"@dasch-swiss/dsp-js": "^8.2.0",
"@datadog/browser-rum": "^4.19.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "7.0.0",
Expand Down Expand Up @@ -107,4 +107,3 @@
"typescript": "~4.9.5"
}
}

0 comments on commit 74c14c1

Please sign in to comment.