Skip to content

Commit

Permalink
Integrity.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed Oct 26, 2018
1 parent 3902194 commit d974c61
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 35 deletions.
6 changes: 1 addition & 5 deletions packages/codemirror-extension/package.json
Expand Up @@ -32,19 +32,15 @@
},
"dependencies": {
"@jupyterlab/application": "^0.19.1",
"@jupyterlab/apputils": "^0.19.1",
"@jupyterlab/codeeditor": "^0.19.1",
"@jupyterlab/codemirror": "^0.19.1",
"@jupyterlab/coreutils": "^2.2.1",
"@jupyterlab/docregistry": "^0.19.1",
"@jupyterlab/fileeditor": "^0.19.1",
"@jupyterlab/mainmenu": "^0.8.1",
"@jupyterlab/statusbar": "^0.7.1",
"@phosphor/commands": "^1.6.1",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/widgets": "^1.6.0",
"codemirror": "~5.39.0",
"react": "~16.4.2"
"codemirror": "~5.39.0"
},
"devDependencies": {
"rimraf": "~2.6.2",
Expand Down
3 changes: 0 additions & 3 deletions packages/codemirror-extension/tsconfig.json
Expand Up @@ -9,9 +9,6 @@
{
"path": "../application"
},
{
"path": "../apputils"
},
{
"path": "../codeeditor"
},
Expand Down
4 changes: 1 addition & 3 deletions packages/notebook-extension/package.json
Expand Up @@ -43,11 +43,9 @@
"@jupyterlab/rendermime": "^0.19.1",
"@jupyterlab/services": "^3.2.1",
"@jupyterlab/statusbar": "^0.7.1",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/messaging": "^1.2.2",
"@phosphor/widgets": "^1.6.0",
"react": "~16.4.2"
"@phosphor/widgets": "^1.6.0"
},
"devDependencies": {
"rimraf": "~2.6.2",
Expand Down
13 changes: 1 addition & 12 deletions packages/statusbar-extension/package.json
Expand Up @@ -36,23 +36,12 @@
"@jupyterlab/application": "^0.19.1",
"@jupyterlab/apputils": "^0.19.1",
"@jupyterlab/cells": "^0.19.1",
"@jupyterlab/codeeditor": "^0.19.1",
"@jupyterlab/console": "^0.19.1",
"@jupyterlab/coreutils": "^2.2.1",
"@jupyterlab/docmanager": "^0.19.1",
"@jupyterlab/docregistry": "^0.19.1",
"@jupyterlab/fileeditor": "^0.19.1",
"@jupyterlab/notebook": "^0.19.2",
"@jupyterlab/services": "^3.2.1",
"@jupyterlab/statusbar": "^0.7.1",
"@phosphor/commands": "^1.6.1",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0",
"react": "~16.4.2",
"typestyle": "^2.0.1"
"@phosphor/widgets": "^1.6.0"
},
"devDependencies": {
"@types/react": "~16.4.13",
Expand Down
12 changes: 0 additions & 12 deletions packages/statusbar-extension/tsconfig.json
Expand Up @@ -15,18 +15,9 @@
{
"path": "../cells"
},
{
"path": "../codeeditor"
},
{
"path": "../console"
},
{
"path": "../coreutils"
},
{
"path": "../docmanager"
},
{
"path": "../docregistry"
},
Expand All @@ -36,9 +27,6 @@
{
"path": "../notebook"
},
{
"path": "../services"
},
{
"path": "../statusbar"
}
Expand Down

0 comments on commit d974c61

Please sign in to comment.