Update to rc13

pull/6294/head
Jeremy Tuloup 5 years ago
parent d60b380629
commit 9bb290d1a9

@ -23,7 +23,7 @@ if (Promise.allSettled === undefined) {
);
}
require('./style.css');
require('./style.js');
function loadScript(url) {
return new Promise((resolve, reject) => {

@ -17,26 +17,26 @@
"@jupyterlab-classic/terminal-extension": "^0.1.0",
"@jupyterlab-classic/tree-extension": "^0.1.0",
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab/apputils-extension": "^3.0.0-rc.12",
"@jupyterlab/codemirror-extension": "^3.0.0-rc.12",
"@jupyterlab/completer-extension": "^3.0.0-rc.12",
"@jupyterlab/docmanager-extension": "^3.0.0-rc.12",
"@jupyterlab/fileeditor-extension": "^3.0.0-rc.12",
"@jupyterlab/mainmenu-extension": "^3.0.0-rc.12",
"@jupyterlab/mathjax2-extension": "^3.0.0-rc.12",
"@jupyterlab/notebook-extension": "^3.0.0-rc.12",
"@jupyterlab/rendermime-extension": "^3.0.0-rc.12",
"@jupyterlab/running-extension": "^3.0.0-rc.12",
"@jupyterlab/shortcuts-extension": "^3.0.0-rc.12",
"@jupyterlab/terminal-extension": "^3.0.0-rc.12",
"@jupyterlab/tooltip-extension": "^3.0.0-rc.12",
"@jupyterlab/theme-light-extension": "^3.0.0-rc.12",
"@jupyterlab/theme-dark-extension": "^3.0.0-rc.12",
"@jupyterlab/coreutils": "~5.0.0-rc.12"
"@jupyterlab/apputils-extension": "^3.0.0-rc.13",
"@jupyterlab/codemirror-extension": "^3.0.0-rc.13",
"@jupyterlab/completer-extension": "^3.0.0-rc.13",
"@jupyterlab/docmanager-extension": "^3.0.0-rc.13",
"@jupyterlab/fileeditor-extension": "^3.0.0-rc.13",
"@jupyterlab/mainmenu-extension": "^3.0.0-rc.13",
"@jupyterlab/mathjax2-extension": "^3.0.0-rc.13",
"@jupyterlab/notebook-extension": "^3.0.0-rc.13",
"@jupyterlab/rendermime-extension": "^3.0.0-rc.13",
"@jupyterlab/running-extension": "^3.0.0-rc.13",
"@jupyterlab/shortcuts-extension": "^3.0.0-rc.13",
"@jupyterlab/terminal-extension": "^3.0.0-rc.13",
"@jupyterlab/tooltip-extension": "^3.0.0-rc.13",
"@jupyterlab/theme-light-extension": "^3.0.0-rc.13",
"@jupyterlab/theme-dark-extension": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "~5.0.0-rc.13"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.12",
"css-loader": "~3.2.0",
"@jupyterlab/builder": "^3.0.0-rc.13",
"css-loader": "~5.0.1",
"file-loader": "~5.0.2",
"fs-extra": "^8.1.0",
"glob": "~7.1.6",
@ -55,93 +55,93 @@
"whatwg-fetch": "^3.0.0"
},
"resolutions": {
"@jupyterlab/application": "~3.0.0-rc.12",
"@jupyterlab/application-extension": "~3.0.0-rc.12",
"@jupyterlab/apputils": "~3.0.0-rc.12",
"@jupyterlab/apputils-extension": "~3.0.0-rc.12",
"@jupyterlab/attachments": "~3.0.0-rc.12",
"@jupyterlab/cells": "~3.0.0-rc.12",
"@jupyterlab/celltags": "~3.0.0-rc.12",
"@jupyterlab/celltags-extension": "~3.0.0-rc.12",
"@jupyterlab/codeeditor": "~3.0.0-rc.12",
"@jupyterlab/codemirror": "~3.0.0-rc.12",
"@jupyterlab/codemirror-extension": "~3.0.0-rc.12",
"@jupyterlab/completer": "~3.0.0-rc.12",
"@jupyterlab/completer-extension": "~3.0.0-rc.12",
"@jupyterlab/console": "~3.0.0-rc.12",
"@jupyterlab/console-extension": "~3.0.0-rc.12",
"@jupyterlab/coreutils": "~5.0.0-rc.12",
"@jupyterlab/csvviewer": "~3.0.0-rc.12",
"@jupyterlab/csvviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/debugger": "~3.0.0-rc.12",
"@jupyterlab/debugger-extension": "~3.0.0-rc.12",
"@jupyterlab/docmanager": "~3.0.0-rc.12",
"@jupyterlab/docmanager-extension": "~3.0.0-rc.12",
"@jupyterlab/docregistry": "~3.0.0-rc.12",
"@jupyterlab/documentsearch": "~3.0.0-rc.12",
"@jupyterlab/documentsearch-extension": "~3.0.0-rc.12",
"@jupyterlab/extensionmanager": "^3.0.0-rc.12",
"@jupyterlab/extensionmanager-extension": "~3.0.0-rc.12",
"@jupyterlab/filebrowser": "~3.0.0-rc.12",
"@jupyterlab/filebrowser-extension": "~3.0.0-rc.12",
"@jupyterlab/fileeditor": "~3.0.0-rc.12",
"@jupyterlab/fileeditor-extension": "~3.0.0-rc.12",
"@jupyterlab/help-extension": "~3.0.0-rc.12",
"@jupyterlab/htmlviewer": "~3.0.0-rc.12",
"@jupyterlab/htmlviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/hub-extension": "~3.0.0-rc.12",
"@jupyterlab/imageviewer": "~3.0.0-rc.12",
"@jupyterlab/imageviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/inspector": "~3.0.0-rc.12",
"@jupyterlab/inspector-extension": "~3.0.0-rc.12",
"@jupyterlab/javascript-extension": "~3.0.0-rc.12",
"@jupyterlab/json-extension": "~3.0.0-rc.12",
"@jupyterlab/launcher": "~3.0.0-rc.12",
"@jupyterlab/launcher-extension": "~3.0.0-rc.12",
"@jupyterlab/logconsole": "~3.0.0-rc.12",
"@jupyterlab/logconsole-extension": "~3.0.0-rc.12",
"@jupyterlab/mainmenu": "~3.0.0-rc.12",
"@jupyterlab/mainmenu-extension": "~3.0.0-rc.12",
"@jupyterlab/markdownviewer-extension": "~3.0.0-rc.12",
"@jupyterlab/mathjax2": "~3.0.0-rc.12",
"@jupyterlab/mathjax2-extension": "~3.0.0-rc.12",
"@jupyterlab/metapackage": "~3.0.0-rc.12",
"@jupyterlab/nbconvert-css": "~3.0.0-rc.12",
"@jupyterlab/nbformat": "~3.0.0-rc.12",
"@jupyterlab/notebook": "~3.0.0-rc.12",
"@jupyterlab/notebook-extension": "~3.0.0-rc.12",
"@jupyterlab/observables": "~4.0.0-rc.12",
"@jupyterlab/outputarea": "~3.0.0-rc.12",
"@jupyterlab/pdf-extension": "~3.0.0-rc.12",
"@jupyterlab/property-inspector": "~3.0.0-rc.12",
"@jupyterlab/rendermime": "~3.0.0-rc.12",
"@jupyterlab/rendermime-extension": "~3.0.0-rc.12",
"@jupyterlab/rendermime-interfaces": "~3.0.0-rc.12",
"@jupyterlab/running": "~3.0.0-rc.12",
"@jupyterlab/running-extension": "~3.0.0-rc.12",
"@jupyterlab/services": "~6.0.0-rc.12",
"@jupyterlab/settingeditor": "~3.0.0-rc.12",
"@jupyterlab/settingeditor-extension": "~3.0.0-rc.12",
"@jupyterlab/settingregistry": "~3.0.0-rc.12",
"@jupyterlab/shortcuts-extension": "~3.0.0-rc.12",
"@jupyterlab/statedb": "~3.0.0-rc.12",
"@jupyterlab/statusbar": "~3.0.0-rc.12",
"@jupyterlab/statusbar-extension": "~3.0.0-rc.12",
"@jupyterlab/terminal": "~3.0.0-rc.12",
"@jupyterlab/terminal-extension": "~3.0.0-rc.12",
"@jupyterlab/theme-dark-extension": "~3.0.0-rc.12",
"@jupyterlab/theme-light-extension": "~3.0.0-rc.12",
"@jupyterlab/toc": "~5.0.0-rc.12",
"@jupyterlab/toc-extension": "~5.0.0-rc.12",
"@jupyterlab/tooltip": "~3.0.0-rc.12",
"@jupyterlab/tooltip-extension": "~3.0.0-rc.12",
"@jupyterlab/translation": "~3.0.0-rc.12",
"@jupyterlab/translation-extension": "~3.0.0-rc.12",
"@jupyterlab/ui-components": "~3.0.0-rc.12",
"@jupyterlab/ui-components-extension": "~3.0.0-rc.12",
"@jupyterlab/vdom": "~3.0.0-rc.12",
"@jupyterlab/vdom-extension": "~3.0.0-rc.12",
"@jupyterlab/vega5-extension": "~3.0.0-rc.12",
"@jupyterlab/application": "~3.0.0-rc.13",
"@jupyterlab/application-extension": "~3.0.0-rc.13",
"@jupyterlab/apputils": "~3.0.0-rc.13",
"@jupyterlab/apputils-extension": "~3.0.0-rc.13",
"@jupyterlab/attachments": "~3.0.0-rc.13",
"@jupyterlab/cells": "~3.0.0-rc.13",
"@jupyterlab/celltags": "~3.0.0-rc.13",
"@jupyterlab/celltags-extension": "~3.0.0-rc.13",
"@jupyterlab/codeeditor": "~3.0.0-rc.13",
"@jupyterlab/codemirror": "~3.0.0-rc.13",
"@jupyterlab/codemirror-extension": "~3.0.0-rc.13",
"@jupyterlab/completer": "~3.0.0-rc.13",
"@jupyterlab/completer-extension": "~3.0.0-rc.13",
"@jupyterlab/console": "~3.0.0-rc.13",
"@jupyterlab/console-extension": "~3.0.0-rc.13",
"@jupyterlab/coreutils": "~5.0.0-rc.13",
"@jupyterlab/csvviewer": "~3.0.0-rc.13",
"@jupyterlab/csvviewer-extension": "~3.0.0-rc.13",
"@jupyterlab/debugger": "~3.0.0-rc.13",
"@jupyterlab/debugger-extension": "~3.0.0-rc.13",
"@jupyterlab/docmanager": "~3.0.0-rc.13",
"@jupyterlab/docmanager-extension": "~3.0.0-rc.13",
"@jupyterlab/docregistry": "~3.0.0-rc.13",
"@jupyterlab/documentsearch": "~3.0.0-rc.13",
"@jupyterlab/documentsearch-extension": "~3.0.0-rc.13",
"@jupyterlab/extensionmanager": "^3.0.0-rc.13",
"@jupyterlab/extensionmanager-extension": "~3.0.0-rc.13",
"@jupyterlab/filebrowser": "~3.0.0-rc.13",
"@jupyterlab/filebrowser-extension": "~3.0.0-rc.13",
"@jupyterlab/fileeditor": "~3.0.0-rc.13",
"@jupyterlab/fileeditor-extension": "~3.0.0-rc.13",
"@jupyterlab/help-extension": "~3.0.0-rc.13",
"@jupyterlab/htmlviewer": "~3.0.0-rc.13",
"@jupyterlab/htmlviewer-extension": "~3.0.0-rc.13",
"@jupyterlab/hub-extension": "~3.0.0-rc.13",
"@jupyterlab/imageviewer": "~3.0.0-rc.13",
"@jupyterlab/imageviewer-extension": "~3.0.0-rc.13",
"@jupyterlab/inspector": "~3.0.0-rc.13",
"@jupyterlab/inspector-extension": "~3.0.0-rc.13",
"@jupyterlab/javascript-extension": "~3.0.0-rc.13",
"@jupyterlab/json-extension": "~3.0.0-rc.13",
"@jupyterlab/launcher": "~3.0.0-rc.13",
"@jupyterlab/launcher-extension": "~3.0.0-rc.13",
"@jupyterlab/logconsole": "~3.0.0-rc.13",
"@jupyterlab/logconsole-extension": "~3.0.0-rc.13",
"@jupyterlab/mainmenu": "~3.0.0-rc.13",
"@jupyterlab/mainmenu-extension": "~3.0.0-rc.13",
"@jupyterlab/markdownviewer-extension": "~3.0.0-rc.13",
"@jupyterlab/mathjax2": "~3.0.0-rc.13",
"@jupyterlab/mathjax2-extension": "~3.0.0-rc.13",
"@jupyterlab/metapackage": "~3.0.0-rc.13",
"@jupyterlab/nbconvert-css": "~3.0.0-rc.13",
"@jupyterlab/nbformat": "~3.0.0-rc.13",
"@jupyterlab/notebook": "~3.0.0-rc.13",
"@jupyterlab/notebook-extension": "~3.0.0-rc.13",
"@jupyterlab/observables": "~4.0.0-rc.13",
"@jupyterlab/outputarea": "~3.0.0-rc.13",
"@jupyterlab/pdf-extension": "~3.0.0-rc.13",
"@jupyterlab/property-inspector": "~3.0.0-rc.13",
"@jupyterlab/rendermime": "~3.0.0-rc.13",
"@jupyterlab/rendermime-extension": "~3.0.0-rc.13",
"@jupyterlab/rendermime-interfaces": "~3.0.0-rc.13",
"@jupyterlab/running": "~3.0.0-rc.13",
"@jupyterlab/running-extension": "~3.0.0-rc.13",
"@jupyterlab/services": "~6.0.0-rc.13",
"@jupyterlab/settingeditor": "~3.0.0-rc.13",
"@jupyterlab/settingeditor-extension": "~3.0.0-rc.13",
"@jupyterlab/settingregistry": "~3.0.0-rc.13",
"@jupyterlab/shortcuts-extension": "~3.0.0-rc.13",
"@jupyterlab/statedb": "~3.0.0-rc.13",
"@jupyterlab/statusbar": "~3.0.0-rc.13",
"@jupyterlab/statusbar-extension": "~3.0.0-rc.13",
"@jupyterlab/terminal": "~3.0.0-rc.13",
"@jupyterlab/terminal-extension": "~3.0.0-rc.13",
"@jupyterlab/theme-dark-extension": "~3.0.0-rc.13",
"@jupyterlab/theme-light-extension": "~3.0.0-rc.13",
"@jupyterlab/toc": "~5.0.0-rc.13",
"@jupyterlab/toc-extension": "~5.0.0-rc.13",
"@jupyterlab/tooltip": "~3.0.0-rc.13",
"@jupyterlab/tooltip-extension": "~3.0.0-rc.13",
"@jupyterlab/translation": "~3.0.0-rc.13",
"@jupyterlab/translation-extension": "~3.0.0-rc.13",
"@jupyterlab/ui-components": "~3.0.0-rc.13",
"@jupyterlab/ui-components-extension": "~3.0.0-rc.13",
"@jupyterlab/vdom": "~3.0.0-rc.13",
"@jupyterlab/vdom-extension": "~3.0.0-rc.13",
"@jupyterlab/vega5-extension": "~3.0.0-rc.13",
"@lumino/algorithm": "^1.2.3",
"@lumino/application": "^1.8.4",
"@lumino/commands": "^1.10.1",

@ -1,19 +0,0 @@
@import url('~@jupyterlab-classic/application-extension/style/index.css');
@import url('~@jupyterlab-classic/notebook-extension/style/index.css');
@import url('~@jupyterlab-classic/tree-extension/style/index.css');
@import url('~@jupyterlab-classic/ui-components/style/index.css');
/* TODO: check is the the extension package can be used directly */
@import url('~@jupyterlab/completer/style/index.css');
@import url('~@jupyterlab/fileeditor/style/index.css');
@import url('~@jupyterlab/tooltip/style/index.css');
@import url('~@jupyterlab/running/style/index.css');
@import url('~@jupyterlab/terminal/style/index.css');
@import url('~@jupyterlab/codemirror-extension/style/index.css');
@import url('~@jupyterlab/docmanager-extension/style/index.css');
@import url('~@jupyterlab/mainmenu-extension/style/index.css');
@import url('~@jupyterlab/notebook-extension/style/index.css');
@import url('~@jupyterlab/rendermime-extension/style/index.css');
@import url('~@jupyterlab/theme-light-extension/style/index.css');
@import url('~@jupyterlab/theme-dark-extension/style/index.css');

@ -0,0 +1,17 @@
import '@jupyterlab-classic/application-extension/style/index.js';
import '@jupyterlab-classic/notebook-extension/style/index.js';
import '@jupyterlab-classic/tree-extension/style/index.js';
import '@jupyterlab-classic/ui-components/style/index.js';
import '@jupyterlab/codemirror-extension/style/index.js';
import '@jupyterlab/completer-extension/style/index.js';
import '@jupyterlab/docmanager-extension/style/index.js';
import '@jupyterlab/fileeditor-extension/style/index.js';
import '@jupyterlab/mainmenu-extension/style/index.js';
import '@jupyterlab/notebook-extension/style/index.js';
import '@jupyterlab/rendermime-extension/style/index.js';
import '@jupyterlab/running-extension/style/index.js';
import '@jupyterlab/theme-light-extension/style/index.js';
import '@jupyterlab/theme-dark-extension/style/index.js';
import '@jupyterlab/terminal-extension/style/index.js';
import '@jupyterlab/tooltip-extension/style/index.js';

@ -31,9 +31,9 @@ fs.ensureDirSync(buildDir);
// Copy extra files
const index = path.resolve(__dirname, 'index.js');
const cssImports = path.resolve(__dirname, 'style.css');
const cssImports = path.resolve(__dirname, 'style.js');
fs.copySync(index, path.resolve(buildDir, 'index.js'));
fs.copySync(cssImports, path.resolve(buildDir, 'style.css'));
fs.copySync(cssImports, path.resolve(buildDir, 'style.js'));
const extras = Build.ensureAssets({
packageNames: names,

@ -13,11 +13,13 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
@ -26,7 +28,8 @@
"lib/*.js.map",
"lib/*.js",
"schema/*.json",
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"scripts": {
"build": "tsc -b",
@ -38,16 +41,16 @@
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0",
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab/application": "^3.0.0-rc.12",
"@jupyterlab/apputils": "^3.0.0-rc.12",
"@jupyterlab/codeeditor": "^3.0.0-rc.12",
"@jupyterlab/codemirror": "^3.0.0-rc.12",
"@jupyterlab/coreutils": "^5.0.0-rc.12",
"@jupyterlab/docmanager": "^3.0.0-rc.12",
"@jupyterlab/docregistry": "^3.0.0-rc.12",
"@jupyterlab/mainmenu": "^3.0.0-rc.12",
"@jupyterlab/settingregistry": "^3.0.0-rc.12",
"@jupyterlab/translation": "^3.0.0-rc.12",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/codeeditor": "^3.0.0-rc.13",
"@jupyterlab/codemirror": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",
"@jupyterlab/docmanager": "^3.0.0-rc.13",
"@jupyterlab/docregistry": "^3.0.0-rc.13",
"@jupyterlab/mainmenu": "^3.0.0-rc.13",
"@jupyterlab/settingregistry": "^3.0.0-rc.13",
"@jupyterlab/translation": "^3.0.0-rc.13",
"@lumino/widgets": "^1.14.0"
},
"devDependencies": {

@ -0,0 +1,4 @@
import '@jupyterlab-classic/application/style/index.js';
import '@lumino/widgets/style/index.js';
import './base.css';

@ -13,11 +13,13 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/*.css"
"style/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
@ -25,7 +27,8 @@
"lib/*.d.ts",
"lib/*.js.map",
"lib/*.js",
"style/*.css"
"style/*.css",
"style/index.js"
],
"scripts": {
"build": "tsc -b",
@ -40,10 +43,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.12",
"@jupyterlab/docregistry": "^3.0.0-rc.12",
"@jupyterlab/coreutils": "^5.0.0-rc.12",
"@jupyterlab/ui-components": "^3.0.0-rc.12",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/docregistry": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",
"@jupyterlab/ui-components": "^3.0.0-rc.13",
"@lumino/algorithm": "^1.3.3",
"@lumino/coreutils": "^1.5.3",
"@lumino/messaging": "^1.4.3",
@ -54,7 +57,7 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.12.1",
"@jupyterlab/testutils": "^3.0.0-rc.12",
"@jupyterlab/testutils": "^3.0.0-rc.13",
"@types/jest": "^26.0.10",
"jest": "^26.4.2",
"rimraf": "~3.0.0",

@ -0,0 +1,10 @@
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
import '@jupyterlab/application/style/index.js';
import '@jupyterlab/mainmenu/style/index.js';
import '@jupyterlab/ui-components/style/index.js';
import './base.css';

@ -13,11 +13,13 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
@ -26,7 +28,8 @@
"lib/*.js.map",
"lib/*.js",
"schema/*.json",
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"scripts": {
"build": "tsc -b",
@ -36,11 +39,11 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.12",
"@jupyterlab/coreutils": "^5.0.0-rc.12",
"@jupyterlab/docmanager": "^3.0.0-rc.12",
"@jupyterlab/docregistry": "^3.0.0-rc.12",
"@jupyterlab/services": "^6.0.0-rc.12",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",
"@jupyterlab/docmanager": "^3.0.0-rc.13",
"@jupyterlab/docregistry": "^3.0.0-rc.13",
"@jupyterlab/services": "^6.0.0-rc.13",
"@lumino/algorithm": "^1.3.3"
},
"devDependencies": {

@ -13,11 +13,13 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
@ -26,7 +28,7 @@
"lib/*.js.map",
"lib/*.js",
"schema/*.json",
"style/**/*.css"
"style/index.js"
],
"scripts": {
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
@ -45,16 +47,16 @@
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.0",
"@jupyterlab/application": "^3.0.0-rc.12",
"@jupyterlab/apputils": "^3.0.0-rc.12",
"@jupyterlab/docregistry": "^3.0.0-rc.12",
"@jupyterlab/mainmenu": "^3.0.0-rc.12",
"@jupyterlab/notebook": "^3.0.0-rc.12",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/docregistry": "^3.0.0-rc.13",
"@jupyterlab/mainmenu": "^3.0.0-rc.13",
"@jupyterlab/notebook": "^3.0.0-rc.13",
"@lumino/commands": "^1.11.4",
"@lumino/disposable": "^1.4.3"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.12",
"@jupyterlab/builder": "^3.0.0-rc.13",
"rimraf": "~3.0.0",
"typescript": "~4.0.2"
},

@ -13,11 +13,13 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
@ -26,7 +28,8 @@
"lib/*.js.map",
"lib/*.js",
"schema/*.json",
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"scripts": {
"build": "tsc -b",
@ -37,10 +40,10 @@
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0",
"@jupyterlab/application": "^3.0.0-rc.12",
"@jupyterlab/apputils": "^3.0.0-rc.12",
"@jupyterlab/docmanager": "^3.0.0-rc.12",
"@jupyterlab/notebook": "^3.0.0-rc.12",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/docmanager": "^3.0.0-rc.13",
"@jupyterlab/notebook": "^3.0.0-rc.13",
"@lumino/widgets": "^1.14.0"
},
"devDependencies": {

@ -13,11 +13,13 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
@ -26,7 +28,8 @@
"lib/*.js.map",
"lib/*.js",
"schema/*.json",
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"scripts": {
"build": "tsc -b",
@ -36,9 +39,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.12",
"@jupyterlab/coreutils": "^5.0.0-rc.12",
"@jupyterlab/terminal": "^3.0.0-rc.12",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",
"@jupyterlab/terminal": "^3.0.0-rc.13",
"@lumino/algorithm": "^1.3.3"
},
"devDependencies": {

@ -13,11 +13,13 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
@ -26,7 +28,8 @@
"lib/*.js.map",
"lib/*.js",
"schema/*.json",
"style/**/*.css"
"style/**/*.css",
"style/index.js"
],
"scripts": {
"build": "tsc -b",

@ -0,0 +1,3 @@
import '@jupyterlab/filebrowser/style/index.js';
import './base.css';

@ -13,17 +13,20 @@
"license": "BSD-3-Clause",
"author": "Project Jupyter",
"sideEffects": [
"style/**/*"
"style/**/*",
"style/index.js"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"directories": {
"lib": "lib/"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
"style/index.js"
],
"scripts": {
"build": "tsc -b",
@ -41,12 +44,12 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "^3.0.0-rc.12"
"@jupyterlab/ui-components": "^3.0.0-rc.13"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@jupyterlab/testutils": "^3.0.0-rc.12",
"@jupyterlab/testutils": "^3.0.0-rc.13",
"@types/jest": "^26.0.10",
"babel-loader": "^8.0.6",
"jest": "^26.4.2",

@ -0,0 +1,6 @@
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
import './base.css';

@ -77,7 +77,7 @@ setup_args = dict(
cmdclass= cmdclass,
packages=setuptools.find_packages(),
install_requires=[
"jupyterlab>=3.0.0rc10,==3.*",
"jupyterlab>=3.0.0rc13,==3.*",
],
zip_safe=False,
include_package_data=True,

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save