Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
Latest releases of some packages has broken the build. This PR resolves those issues.
  • Loading branch information
vidartf committed Sep 29, 2021
1 parent a74b538 commit a988718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@jupyterlab/buildutils": "^3.0.0",
"lerna": "^3.14.1",
"lerna": "^4.0.0",
"rimraf": "^2.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@jupyterlab/nbformat": "^2 || ^3",
"@jupyterlab/notebook": "^2 || ^3",
"@jupyterlab/rendermime": "^2 || ^3",
"@jupyterlab/theme-light-extension": "^2 || ^3",
"@jupyterlab/theme-light-extension": "^3.1",
"@lumino/dragdrop": "^1.3.0",
"@lumino/widgets": "^1.6.0",
"alertify.js": "^1.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import '@fortawesome/fontawesome-free/css/v4-shims.min.css';
import 'codemirror/lib/codemirror.css';
import '@jupyterlab/codemirror/style/index.css';

import '@jupyterlab/theme-light-extension/style/index.css';
import '@jupyterlab/theme-light-extension/style/theme.css';
import '@jupyterlab/notebook/style/index.css';

import 'nbdime/lib/common/collapsible.css';
Expand Down

0 comments on commit a988718

Please sign in to comment.