Skip to content

Commit

Permalink
integrity/post rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 14, 2019
1 parent 180aee8 commit 48d6cec
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 4 deletions.
4 changes: 4 additions & 0 deletions dev_mode/package.json
Expand Up @@ -51,6 +51,7 @@
"@jupyterlab/theme-dark-extension": "~1.1.0-alpha.1",
"@jupyterlab/theme-light-extension": "~1.1.0-alpha.1",
"@jupyterlab/tooltip-extension": "~1.1.0-alpha.1",
"@jupyterlab/ui-components-extension": "~1.1.0-alpha.1",
"@jupyterlab/vdom-extension": "~1.1.0-alpha.1",
"@jupyterlab/vega4-extension": "~1.1.0-alpha.1",
"@jupyterlab/vega5-extension": "~1.1.0-alpha.1"
Expand Down Expand Up @@ -155,6 +156,7 @@
"@jupyterlab/tooltip": "~1.1.0-alpha.1",
"@jupyterlab/tooltip-extension": "~1.1.0-alpha.1",
"@jupyterlab/ui-components": "~1.1.0-alpha.1",
"@jupyterlab/ui-components-extension": "~1.1.0-alpha.1",
"@jupyterlab/vdom": "~1.1.0-alpha.1",
"@jupyterlab/vdom-extension": "~1.1.0-alpha.1",
"@jupyterlab/vega4-extension": "~1.1.0-alpha.1",
Expand Down Expand Up @@ -210,6 +212,7 @@
"@jupyterlab/theme-dark-extension": "",
"@jupyterlab/theme-light-extension": "",
"@jupyterlab/tooltip-extension": "",
"@jupyterlab/ui-components-extension": "",
"@jupyterlab/vdom-extension": ""
},
"mimeExtensions": {
Expand Down Expand Up @@ -333,6 +336,7 @@
"@jupyterlab/tooltip": "../packages/tooltip",
"@jupyterlab/tooltip-extension": "../packages/tooltip-extension",
"@jupyterlab/ui-components": "../packages/ui-components",
"@jupyterlab/ui-components-extension": "../packages/ui-components-extension",
"@jupyterlab/vdom": "../packages/vdom",
"@jupyterlab/vdom-extension": "../packages/vdom-extension",
"@jupyterlab/vega4-extension": "../packages/vega4-extension",
Expand Down
1 change: 1 addition & 0 deletions examples/filebrowser/package.json
Expand Up @@ -16,6 +16,7 @@
"@jupyterlab/fileeditor": "^1.1.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/theme-light-extension": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/commands": "^1.6.3",
"@phosphor/widgets": "^1.8.0",
Expand Down
1 change: 1 addition & 0 deletions packages/application/package.json
Expand Up @@ -42,6 +42,7 @@
"@jupyterlab/rendermime": "^1.1.0-alpha.1",
"@jupyterlab/rendermime-interfaces": "^1.4.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/application": "^1.6.3",
"@phosphor/commands": "^1.6.3",
Expand Down
1 change: 1 addition & 0 deletions packages/apputils-extension/package.json
Expand Up @@ -41,6 +41,7 @@
"@jupyterlab/apputils": "^1.1.0-alpha.1",
"@jupyterlab/coreutils": "^3.1.0-alpha.1",
"@jupyterlab/mainmenu": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/commands": "^1.6.3",
"@phosphor/coreutils": "^1.3.1",
Expand Down
1 change: 1 addition & 0 deletions packages/filebrowser-extension/package.json
Expand Up @@ -45,6 +45,7 @@
"@jupyterlab/mainmenu": "^1.1.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/statusbar": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/commands": "^1.6.3",
"@phosphor/messaging": "^1.2.3",
Expand Down
1 change: 1 addition & 0 deletions packages/filebrowser/package.json
Expand Up @@ -41,6 +41,7 @@
"@jupyterlab/docregistry": "^1.1.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/statusbar": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/disposable": "^1.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/launcher/package.json
Expand Up @@ -36,6 +36,7 @@
},
"dependencies": {
"@jupyterlab/apputils": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/commands": "^1.6.3",
"@phosphor/coreutils": "^1.3.1",
Expand Down
1 change: 1 addition & 0 deletions packages/metapackage/package.json
Expand Up @@ -101,6 +101,7 @@
"@jupyterlab/tooltip": "^1.1.0-alpha.1",
"@jupyterlab/tooltip-extension": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@jupyterlab/ui-components-extension": "^1.1.0-alpha.1",
"@jupyterlab/vdom": "^1.1.0-alpha.1",
"@jupyterlab/vdom-extension": "^1.1.0-alpha.1",
"@jupyterlab/vega4-extension": "^1.1.0-alpha.1",
Expand Down
1 change: 1 addition & 0 deletions packages/settingeditor/package.json
Expand Up @@ -40,6 +40,7 @@
"@jupyterlab/coreutils": "^3.1.0-alpha.1",
"@jupyterlab/inspector": "^1.1.0-alpha.1",
"@jupyterlab/rendermime": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/commands": "^1.6.3",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/messaging": "^1.2.3",
Expand Down
1 change: 1 addition & 0 deletions packages/statusbar/package.json
Expand Up @@ -35,6 +35,7 @@
"@jupyterlab/codeeditor": "^1.1.0-alpha.1",
"@jupyterlab/coreutils": "^3.1.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/disposable": "^1.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/tabmanager-extension/package.json
Expand Up @@ -36,6 +36,7 @@
},
"dependencies": {
"@jupyterlab/application": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/widgets": "^1.8.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-components-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/ui-components-extension",
"version": "1.0.0",
"version": "1.1.0-alpha.1",
"description": "JupyterLab - UI component plugins",
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^1.0.2",
"@jupyterlab/ui-components": "^1.0.0"
"@jupyterlab/application": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1"
},
"devDependencies": {
"rimraf": "~2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@blueprintjs/core": "^3.9.0",
"@blueprintjs/select": "^3.3.0",
"@jupyterlab/coreutils": "^3.0.0",
"@jupyterlab/coreutils": "^3.1.0-alpha.1",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/messaging": "^1.2.3",
"@phosphor/virtualdom": "^1.1.3",
Expand Down
1 change: 1 addition & 0 deletions tests/test-filebrowser/package.json
Expand Up @@ -22,6 +22,7 @@
"@jupyterlab/filebrowser": "^1.1.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/testutils": "^1.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/messaging": "^1.2.3",
Expand Down

0 comments on commit 48d6cec

Please sign in to comment.