Skip to content

Commit

Permalink
Update to JupyterLite 0.4.0 (voila-dashboards#122)
Browse files Browse the repository at this point in the history
* Update to JupyterLite 0.4.0

* Update to JupyterLite 0.4.0 final packages
  • Loading branch information
jtpio authored Aug 13, 2024
1 parent ee80c7b commit c8f68e9
Show file tree
Hide file tree
Showing 2 changed files with 660 additions and 651 deletions.
80 changes: 40 additions & 40 deletions python/voici-core/packages/voici/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "@voila-dashboards/voici",
"version": "0.5.0",
"description": "The Voici Frontend",
"author": "Voilà contributors",
"license": "BSD-3-Clause",
"main": "lib/main.js",
"browserslist": ">0.8%, not ie 11, not op_mini all, not dead",
"homepage": "https://github.com/voila-dashboards/voici",
"bugs": {
"url": "https://github.com/voila-dashboards/voici/issues"
Expand All @@ -14,36 +10,48 @@
"type": "git",
"url": "https://github.com/voila-dashboards/voici"
},
"license": "BSD-3-Clause",
"author": "Voilà contributors",
"main": "lib/main.js",
"scripts": {
"build": "yarn run build:lib && webpack --mode=development",
"build:lib": "tsc",
"build:prod": "yarn run build:lib && webpack --mode=production",
"clean": "yarn run clean:lib && rimraf build",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"watch": "tsc-watch --onSuccess \"webpack --mode=development\""
},
"browserslist": ">0.8%, not ie 11, not op_mini all, not dead",
"dependencies": {
"@jupyter-widgets/base": "^6.0.6",
"@jupyter-widgets/jupyterlab-manager": "^5.0.9",
"@jupyterlab/application": "^4.0.7",
"@jupyterlab/apputils": "^4.1.7",
"@jupyterlab/apputils-extension": "^4.0.7",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/docregistry": "^4.0.7",
"@jupyterlab/json-extension": "^4.0.7",
"@jupyterlab/logconsole": "^4.0.7",
"@jupyterlab/mainmenu": "^4.0.7",
"@jupyterlab/markdownviewer-extension": "^4.0.7",
"@jupyterlab/mathjax-extension": "^4.0.7",
"@jupyterlab/nbconvert-css": "^4.0.7",
"@jupyterlab/nbformat": "^4.0.7",
"@jupyterlab/notebook": "^4.0.7",
"@jupyterlab/outputarea": "^4.0.7",
"@jupyterlab/rendermime": "^4.0.7",
"@jupyterlab/rendermime-extension": "^4.0.7",
"@jupyterlab/services": "^7.1.6",
"@jupyterlab/settingregistry": "^4.0.7",
"@jupyterlab/theme-dark-extension": "^4.0.7",
"@jupyterlab/theme-light-extension": "^4.0.7",
"@jupyterlab/translation": "^4.0.7",
"@jupyterlab/ui-components": "^4.0.7",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/iframe-extension": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlite/server-extension": "^0.2.0 || ^0.3.0 || ^0.4.0-beta.0",
"@jupyterlab/application": "^4.2.4",
"@jupyterlab/apputils": "^4.3.4",
"@jupyterlab/apputils-extension": "^4.2.4",
"@jupyterlab/coreutils": "^6.2.4",
"@jupyterlab/docregistry": "^4.2.4",
"@jupyterlab/json-extension": "^4.2.4",
"@jupyterlab/logconsole": "^4.2.4",
"@jupyterlab/mainmenu": "^4.2.4",
"@jupyterlab/markdownviewer-extension": "^4.2.4",
"@jupyterlab/mathjax-extension": "^4.2.4",
"@jupyterlab/nbconvert-css": "^4.2.4",
"@jupyterlab/nbformat": "^4.2.4",
"@jupyterlab/notebook": "^4.2.4",
"@jupyterlab/outputarea": "^4.2.4",
"@jupyterlab/rendermime": "^4.2.4",
"@jupyterlab/rendermime-extension": "^4.2.4",
"@jupyterlab/services": "^7.2.4",
"@jupyterlab/settingregistry": "^4.2.4",
"@jupyterlab/theme-dark-extension": "^4.2.4",
"@jupyterlab/theme-light-extension": "^4.2.4",
"@jupyterlab/translation": "^4.2.4",
"@jupyterlab/ui-components": "^4.2.4",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/iframe-extension": "^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",
"@jupyterlite/server-extension": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@lumino/algorithm": "^2.0.0",
"@lumino/application": "^2.0.0",
"@lumino/commands": "^2.0.0",
Expand All @@ -66,7 +74,7 @@
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@jupyterlab/builder": "^4.0.7",
"@jupyterlab/builder": "^4.2.4",
"@types/node": "~18.8.3",
"babel-loader": "^8.0.5",
"css-loader": "^6.7.2",
Expand All @@ -91,14 +99,6 @@
"webpack-merge": "^5.7.3",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"build": "yarn run build:lib && webpack --mode=development",
"build:lib": "tsc",
"build:prod": "yarn run build:lib && webpack --mode=production",
"clean": "yarn run clean:lib && rimraf build",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"watch": "tsc-watch --onSuccess \"webpack --mode=development\""
},
"publishConfig": {
"access": "public"
}
Expand Down
Loading

0 comments on commit c8f68e9

Please sign in to comment.