Skip to content

Commit

Permalink
Package integrity updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Sep 26, 2019
1 parent 96cc562 commit 4171b71
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 26 deletions.
3 changes: 0 additions & 3 deletions dev_mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,9 @@
"@phosphor/coreutils": "^1.3.1",
"@phosphor/datagrid": "^0.1.11",
"@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",
"react": "~16.8.4",
"react-dom": "~16.8.4"
Expand Down
24 changes: 12 additions & 12 deletions packages/logconsole-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/application": "^1.1.0-alpha.1",
"@jupyterlab/apputils": "^1.1.0-alpha.1",
"@jupyterlab/coreutils": "^3.1.0-alpha.1",
"@jupyterlab/docregistry": "^1.1.0-alpha.1",
"@jupyterlab/application": "^2.0.0-alpha.0",
"@jupyterlab/apputils": "^2.0.0-alpha.0",
"@jupyterlab/coreutils": "^4.0.0-alpha.0",
"@jupyterlab/docregistry": "^2.0.0-alpha.0",
"@jupyterlab/logconsole": "^0.1.0-alpha.1",
"@jupyterlab/mainmenu": "^1.1.0-alpha.1",
"@jupyterlab/notebook": "^1.1.0-alpha.1",
"@jupyterlab/rendermime": "^1.1.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/statusbar": "^1.1.0-alpha.1",
"@phosphor/algorithm": "^1.1.3",
"@jupyterlab/mainmenu": "^2.0.0-alpha.0",
"@jupyterlab/notebook": "^2.0.0-alpha.0",
"@jupyterlab/rendermime": "^2.0.0-alpha.0",
"@jupyterlab/services": "^5.0.0-alpha.0",
"@jupyterlab/statusbar": "^2.0.0-alpha.0",
"@phosphor/algorithm": "^1.2.0",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/disposable": "^1.2.0",
"@phosphor/signaling": "^1.2.3",
"@phosphor/disposable": "^1.3.0",
"@phosphor/signaling": "^1.3.0",
"react": "~16.8.4"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/logconsole/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"dependencies": {
"@blueprintjs/core": "^3.9.0",
"@jupyterlab/apputils": "^1.1.0-alpha.1",
"@jupyterlab/coreutils": "^3.1.0-alpha.1",
"@jupyterlab/outputarea": "^1.1.0-alpha.1",
"@jupyterlab/rendermime": "^1.1.0-alpha.1",
"@jupyterlab/services": "^4.1.0-alpha.1",
"@jupyterlab/ui-components": "^1.1.0-alpha.1",
"@jupyterlab/apputils": "^2.0.0-alpha.0",
"@jupyterlab/coreutils": "^4.0.0-alpha.0",
"@jupyterlab/outputarea": "^2.0.0-alpha.0",
"@jupyterlab/rendermime": "^2.0.0-alpha.0",
"@jupyterlab/services": "^5.0.0-alpha.0",
"@jupyterlab/ui-components": "^2.0.0-alpha.0",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/disposable": "^1.2.0",
"@phosphor/messaging": "^1.2.3",
"@phosphor/signaling": "^1.2.3",
"@phosphor/widgets": "^1.8.0",
"@phosphor/disposable": "^1.3.0",
"@phosphor/messaging": "^1.3.0",
"@phosphor/signaling": "^1.3.0",
"@phosphor/widgets": "^1.9.0",
"react": "~16.8.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logconsole/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
@import url('~@blueprintjs/core/lib/css/blueprint.css');
@import url('~@jupyterlab/ui-components/style/index.css');
@import url('~@phosphor/widgets/style/index.css');
@import url('~@jupyterlab/ui-components/style/index.css');
@import url('~@jupyterlab/apputils/style/index.css');
@import url('~@jupyterlab/rendermime/style/index.css');
@import url('~@jupyterlab/outputarea/style/index.css');
Expand Down

0 comments on commit 4171b71

Please sign in to comment.