Skip to content

Commit b30dae5

Browse files
committed
Update yarn.lock and lint files
1 parent 58c1482 commit b30dae5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

ui-tests/tests/jupyter_secrets_manager.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ test('should emit an activation console message', async ({ page }) => {
1616
await page.goto();
1717

1818
expect(
19-
logs.filter(s => s === 'JupyterLab extension jupyter-secrets-manager is activated!')
19+
logs.filter(
20+
s => s === 'JupyterLab extension jupyter-secrets-manager is activated!'
21+
)
2022
).toHaveLength(1);
2123
});

yarn.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ __metadata:
25142514
languageName: node
25152515
linkType: hard
25162516

2517-
"@jupyterlab/statedb@npm:^4.3.5":
2517+
"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.3.5":
25182518
version: 4.3.5
25192519
resolution: "@jupyterlab/statedb@npm:4.3.5"
25202520
dependencies:
@@ -2803,7 +2803,7 @@ __metadata:
28032803
languageName: node
28042804
linkType: hard
28052805

2806-
"@lumino/algorithm@npm:^2.0.2":
2806+
"@lumino/algorithm@npm:^2.0.0, @lumino/algorithm@npm:^2.0.2":
28072807
version: 2.0.2
28082808
resolution: "@lumino/algorithm@npm:2.0.2"
28092809
checksum: 34b25684b845f1bdbf78ca45ebd99a97b67b2992440c9643aafe5fc5a99fae1ddafa9e5890b246b233dc3a12d9f66aa84afe4a2aac44cf31071348ed217740db
@@ -2845,7 +2845,7 @@ __metadata:
28452845
languageName: node
28462846
linkType: hard
28472847

2848-
"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.0, @lumino/coreutils@npm:^2.2.0":
2848+
"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.0, @lumino/coreutils@npm:^2.1.2, @lumino/coreutils@npm:^2.2.0":
28492849
version: 2.2.0
28502850
resolution: "@lumino/coreutils@npm:2.2.0"
28512851
dependencies:
@@ -6801,7 +6801,10 @@ __metadata:
68016801
dependencies:
68026802
"@jupyterlab/application": ^4.0.0
68036803
"@jupyterlab/builder": ^4.0.0
6804+
"@jupyterlab/statedb": ^4.0.0
68046805
"@jupyterlab/testutils": ^4.0.0
6806+
"@lumino/algorithm": ^2.0.0
6807+
"@lumino/coreutils": ^2.1.2
68056808
"@types/jest": ^29.2.0
68066809
"@types/json-schema": ^7.0.11
68076810
"@types/react": ^18.0.26

0 commit comments

Comments
 (0)