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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jupyterlab/application": "^1.0.0",
|
||||
"@jupyterlab/apputils": "^1.0.0",
|
||||
"@jupyterlab/coreutils": "^3.0.0",
|
||||
"@jupyterlab/docregistry": "^1.0.0",
|
||||
"@jupyterlab/filebrowser": "^1.0.0",
|
||||
"@jupyterlab/launcher": "^1.0.0",
|
||||
"@jupyterlab/mainmenu": "^1.0.0"
|
||||
"@jupyterlab/application": "^2.0.0",
|
||||
"@jupyterlab/apputils": "^2.0.0",
|
||||
"@jupyterlab/coreutils": "^4.0.0",
|
||||
"@jupyterlab/docregistry": "^2.0.0",
|
||||
"@jupyterlab/filebrowser": "^2.0.0",
|
||||
"@jupyterlab/launcher": "^2.0.0",
|
||||
"@jupyterlab/mainmenu": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^2.6.1",
|
||||
"typescript": "~3.5.2",
|
||||
"typescript": "~3.7.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"@phosphor/messaging": "^1.1.0"
|
||||
"@lumino/messaging": "^1.1.0"
|
||||
},
|
||||
"jupyterlab": {
|
||||
"extension": true
|
||||
|
|
|
@ -44,15 +44,15 @@ import {
|
|||
|
||||
import {
|
||||
Widget
|
||||
} from '@phosphor/widgets';
|
||||
} from '@lumino/widgets';
|
||||
|
||||
import {
|
||||
Message
|
||||
} from '@phosphor/messaging';
|
||||
} from '@lumino/messaging';
|
||||
|
||||
import {
|
||||
PromiseDelegate
|
||||
} from '@phosphor/coreutils';
|
||||
} from '@lumino/coreutils';
|
||||
|
||||
import './mxgraph/javascript/src/css/common.css';
|
||||
import './mxgraph/javascript/examples/grapheditor/www/styles/grapheditor.css';
|
||||
|
|
|
@ -34,7 +34,7 @@ import {
|
|||
|
||||
import {
|
||||
Token
|
||||
} from '@phosphor/coreutils';
|
||||
} from '@lumino/coreutils';
|
||||
|
||||
import {
|
||||
DrawioWidget, DrawioFactory
|
||||
|
|
Ładowanie…
Reference in New Issue