Skip to content

Commit

Permalink
Update to JupyterLite 0.4.0 final packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 30, 2024
1 parent 235f00e commit 7935706
Show file tree
Hide file tree
Showing 5 changed files with 963 additions and 674 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build && pip install .
command: yarn run watch


6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"dependencies": {
"@jupyterlab/coreutils": "^6",
"@jupyterlab/services": "^7",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@lumino/coreutils": "^2",
"@lumino/signaling": "^2",
"coincident": "^1.2.3"
Expand Down
4 changes: 2 additions & 2 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"test:update": "playwright test --update-snapshots"
},
"devDependencies": {
"@playwright/test": "^1.37.0",
"@playwright/test": "^1.45.0",
"rimraf": "^5.0.5"
},
"dependencies": {
"@jupyterlab/galata": "~5.0.5"
"@jupyterlab/galata": "~5.2.4"
}
}
Loading

0 comments on commit 7935706

Please sign in to comment.