Skip to content

Commit

Permalink
Bundle @lumino/polling (#6)
Browse files Browse the repository at this point in the history
* Bundle `@lumino/polling`

* pin pip to 24.0
  • Loading branch information
trungleduc authored Aug 29, 2024
1 parent e511be1 commit ccb7f5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
environment-name: build-env
create-args: >-
python=3.10
pip
pip=24.0
jupyter_server
jupyterlite-core>=0.3.0,<0.4.0
jupyterlite-xeus>=0.1.8,<0.2
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
"@jupyter-widgets/base": {
"bundled": false,
"singleton": true
},
"@lumino/polling": {
"bundled": true,
"singleton": true
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5901,11 +5901,11 @@ __metadata:

"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
languageName: node
linkType: hard

Expand Down

0 comments on commit ccb7f5a

Please sign in to comment.