Skip to content

Commit

Permalink
Merge pull request #7595 from telamonian/swap-lumino-devmode-pkgjson
Browse files Browse the repository at this point in the history
followup #7582: swapped @phosphor -> @Lumino in dev_mode/package.json
  • Loading branch information
blink1073 committed Dec 6, 2019
2 parents 9c25950 + a5ac2f1 commit bae0392
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions dev_mode/package.json
Expand Up @@ -165,18 +165,18 @@
"@jupyterlab/vdom-extension": "~2.0.0-alpha.1",
"@jupyterlab/vega4-extension": "~2.0.0-alpha.1",
"@jupyterlab/vega5-extension": "~2.0.0-alpha.1",
"@phosphor/algorithm": "^1.2.0",
"@phosphor/application": "^1.7.0",
"@phosphor/commands": "^1.7.0",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/disposable": "^1.3.0",
"@phosphor/domutils": "^1.1.3",
"@phosphor/dragdrop": "^1.3.0",
"@phosphor/messaging": "^1.3.0",
"@phosphor/properties": "^1.1.3",
"@phosphor/signaling": "^1.3.0",
"@phosphor/virtualdom": "^1.2.0",
"@phosphor/widgets": "^1.9.0",
"@lumino/algorithm": "^1.2.0",
"@lumino/application": "^1.7.0",
"@lumino/commands": "^1.7.0",
"@lumino/coreutils": "^1.3.1",
"@lumino/disposable": "^1.3.0",
"@lumino/domutils": "^1.1.3",
"@lumino/dragdrop": "^1.3.0",
"@lumino/messaging": "^1.3.0",
"@lumino/properties": "^1.1.3",
"@lumino/signaling": "^1.3.0",
"@lumino/virtualdom": "^1.2.0",
"@lumino/widgets": "^1.9.0",
"react": "~16.8.4",
"react-dom": "~16.8.4"
},
Expand Down Expand Up @@ -248,18 +248,18 @@
"@jupyterlab/services",
"@jupyterlab/terminal",
"@jupyterlab/tooltip",
"@phosphor/algorithm",
"@phosphor/application",
"@phosphor/commands",
"@phosphor/coreutils",
"@phosphor/disposable",
"@phosphor/domutils",
"@phosphor/dragdrop",
"@phosphor/messaging",
"@phosphor/properties",
"@phosphor/signaling",
"@phosphor/virtualdom",
"@phosphor/widgets",
"@lumino/algorithm",
"@lumino/application",
"@lumino/commands",
"@lumino/coreutils",
"@lumino/disposable",
"@lumino/domutils",
"@lumino/dragdrop",
"@lumino/messaging",
"@lumino/properties",
"@lumino/signaling",
"@lumino/virtualdom",
"@lumino/widgets",
"react",
"react-dom"
],
Expand Down

0 comments on commit bae0392

Please sign in to comment.