Skip to content

Commit

Permalink
Missing polling in sharedpackages spec
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Apr 15, 2024
1 parent 6c00015 commit 19dc7c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@lumino/default-theme": "^1 || ^2",
"@lumino/domutils": "^1 || ^2",
"@lumino/messaging": "^1 || ^2",
"@lumino/polling": "^1 || ^2",
"@lumino/signaling": "^1 || ^2",
"@lumino/virtualdom": "^1 || ^2",
"@lumino/widgets": "^1 || ^2",
Expand Down Expand Up @@ -144,6 +145,10 @@
"bundled": false,
"singleton": true
},
"@lumino/polling": {
"bundled": false,
"singleton": true
},
"@lumino/datagrid": {
"bundled": false,
"singleton": true
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ __metadata:
languageName: node
linkType: hard

"@lumino/polling@npm:^2.1.2":
"@lumino/polling@npm:^1 || ^2, @lumino/polling@npm:^2.1.2":
version: 2.1.2
resolution: "@lumino/polling@npm:2.1.2"
dependencies:
Expand Down Expand Up @@ -6291,6 +6291,7 @@ __metadata:
"@lumino/default-theme": ^1 || ^2
"@lumino/domutils": ^1 || ^2
"@lumino/messaging": ^1 || ^2
"@lumino/polling": ^1 || ^2
"@lumino/signaling": ^1 || ^2
"@lumino/virtualdom": ^1 || ^2
"@lumino/widgets": ^1 || ^2
Expand Down

0 comments on commit 19dc7c1

Please sign in to comment.