Merge pull request #52 from consideRatio/jlab2

Support JupyterLab 2.0.0
pull/6/head
Wolf Vollprecht 2020-03-19 18:34:38 +01:00 zatwierdzone przez GitHub
commit c3ea049560
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 425 dodań i 688 usunięć

1087
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -31,19 +31,19 @@
"prepublish": "npm run clean && npm run build" "prepublish": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"@jupyterlab/application": "^1.0.0", "@jupyterlab/application": "^2.0.0",
"@jupyterlab/apputils": "^1.0.0", "@jupyterlab/apputils": "^2.0.0",
"@jupyterlab/coreutils": "^3.0.0", "@jupyterlab/coreutils": "^4.0.0",
"@jupyterlab/docregistry": "^1.0.0", "@jupyterlab/docregistry": "^2.0.0",
"@jupyterlab/filebrowser": "^1.0.0", "@jupyterlab/filebrowser": "^2.0.0",
"@jupyterlab/launcher": "^1.0.0", "@jupyterlab/launcher": "^2.0.0",
"@jupyterlab/mainmenu": "^1.0.0" "@jupyterlab/mainmenu": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"typescript": "~3.5.2", "typescript": "~3.7.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"@phosphor/messaging": "^1.1.0" "@lumino/messaging": "^1.1.0"
}, },
"jupyterlab": { "jupyterlab": {
"extension": true "extension": true

Wyświetl plik

@ -44,15 +44,15 @@ import {
import { import {
Widget Widget
} from '@phosphor/widgets'; } from '@lumino/widgets';
import { import {
Message Message
} from '@phosphor/messaging'; } from '@lumino/messaging';
import { import {
PromiseDelegate PromiseDelegate
} from '@phosphor/coreutils'; } from '@lumino/coreutils';
import './mxgraph/javascript/src/css/common.css'; import './mxgraph/javascript/src/css/common.css';
import './mxgraph/javascript/examples/grapheditor/www/styles/grapheditor.css'; import './mxgraph/javascript/examples/grapheditor/www/styles/grapheditor.css';

Wyświetl plik

@ -34,7 +34,7 @@ import {
import { import {
Token Token
} from '@phosphor/coreutils'; } from '@lumino/coreutils';
import { import {
DrawioWidget, DrawioFactory DrawioWidget, DrawioFactory