Skip to content

Commit

Permalink
integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Jan 3, 2020
1 parent 52a078d commit c388056
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cells/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@jupyterlab/outputarea": "^2.0.0-alpha.4",
"@jupyterlab/rendermime": "^2.0.0-alpha.4",
"@jupyterlab/services": "^5.0.0-alpha.4",
"@jupyterlab/ui-components": "^2.0.0-alpha.4",
"@lumino/algorithm": "^1.2.1",
"@lumino/coreutils": "^1.4.0",
"@lumino/dragdrop": "^1.4.2",
Expand Down
1 change: 1 addition & 0 deletions packages/cells/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
@import url('~@lumino/widgets/style/index.css');
@import url('~@jupyterlab/ui-components/style/index.css');
@import url('~@jupyterlab/apputils/style/index.css');
@import url('~@lumino/dragdrop/style/index.css');
@import url('~@jupyterlab/codeeditor/style/index.css');
Expand Down
3 changes: 3 additions & 0 deletions packages/cells/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
},
{
"path": "../services"
},
{
"path": "../ui-components"
}
]
}
1 change: 1 addition & 0 deletions packages/codeeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@jupyterlab/coreutils": "^4.0.0-alpha.4",
"@jupyterlab/nbformat": "^2.0.0-alpha.4",
"@jupyterlab/observables": "^3.0.0-alpha.4",
"@jupyterlab/ui-components": "^2.0.0-alpha.4",
"@lumino/coreutils": "^1.4.0",
"@lumino/disposable": "^1.3.2",
"@lumino/dragdrop": "^1.4.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/codeeditor/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
|----------------------------------------------------------------------------*/

/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
@import url('~@lumino/dragdrop/style/index.css');
@import url('~@lumino/widgets/style/index.css');
@import url('~@jupyterlab/ui-components/style/index.css');
@import url('~@lumino/dragdrop/style/index.css');

@import url('./base.css');
3 changes: 3 additions & 0 deletions packages/codeeditor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
{
"path": "../observables"
},
{
"path": "../ui-components"
}
]
}

0 comments on commit c388056

Please sign in to comment.