kopia lustrzana https://github.com/deathbeds/ipydrawio
commit
c3ea049560
Plik diff jest za duży
Load Diff
18
package.json
18
package.json
|
@ -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
|
||||||
|
|
|
@ -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';
|
||||||
|
|
|
@ -34,7 +34,7 @@ import {
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Token
|
Token
|
||||||
} from '@phosphor/coreutils';
|
} from '@lumino/coreutils';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
DrawioWidget, DrawioFactory
|
DrawioWidget, DrawioFactory
|
||||||
|
|
Ładowanie…
Reference in New Issue