Skip to content

Commit e399ffa

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

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
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: 12 additions & 5 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:
@@ -2615,7 +2615,7 @@ __metadata:
26152615
languageName: node
26162616
linkType: hard
26172617

2618-
"@jupyterlab/ui-components@npm:^4.3.5":
2618+
"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.3.5":
26192619
version: 4.3.5
26202620
resolution: "@jupyterlab/ui-components@npm:4.3.5"
26212621
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:
@@ -2934,7 +2934,7 @@ __metadata:
29342934
languageName: node
29352935
linkType: hard
29362936

2937-
"@lumino/widgets@npm:^1.37.2 || ^2.5.0, @lumino/widgets@npm:^2.5.0, @lumino/widgets@npm:^2.6.0":
2937+
"@lumino/widgets@npm:^1.37.2 || ^2.5.0, @lumino/widgets@npm:^2.1.2, @lumino/widgets@npm:^2.5.0, @lumino/widgets@npm:^2.6.0":
29382938
version: 2.6.0
29392939
resolution: "@lumino/widgets@npm:2.6.0"
29402940
dependencies:
@@ -6801,7 +6801,12 @@ __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+
"@jupyterlab/ui-components": ^4.0.0
6807+
"@lumino/algorithm": ^2.0.0
6808+
"@lumino/coreutils": ^2.1.2
6809+
"@lumino/widgets": ^2.1.2
68056810
"@types/jest": ^29.2.0
68066811
"@types/json-schema": ^7.0.11
68076812
"@types/react": ^18.0.26
@@ -6815,6 +6820,8 @@ __metadata:
68156820
jest: ^29.2.0
68166821
npm-run-all2: ^7.0.1
68176822
prettier: ^3.0.0
6823+
react: ^18.2.0
6824+
react-dom: ^18.2.0
68186825
rimraf: ^5.0.1
68196826
source-map-loader: ^1.0.2
68206827
style-loader: ^3.3.1

0 commit comments

Comments
 (0)