Skip to content

Commit

Permalink
🤖 [MNT] Updating dependencies (#527)
Browse files Browse the repository at this point in the history
* testutils upgrade

* broad dependency upgrades to avoid more dependabot alerts

* upgrade puppeteer

* fixed import for upstream changes
  • Loading branch information
stevejpurves authored Nov 19, 2021
1 parent 1e77d97 commit 76b5dcb
Show file tree
Hide file tree
Showing 3 changed files with 1,490 additions and 1,714 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@jupyterlab/mathjax2": "^3.0.0",
"@jupyterlab/outputarea": "^3.0.0",
"@jupyterlab/services": "^6.0.0",
"@jupyterlab/testutils": "^3.0.11",
"@jupyterlab/testutils": "^3.2.4",
"@jupyterlab/theme-light-extension": "^3.0.0",
"babel-jest": "^26.6.1",
"babel-loader": "^8.1.0",
Expand All @@ -69,7 +69,7 @@
"identity-obj-proxy": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^26.6.3",
"jest-puppeteer": "^4.4.0",
"jest-puppeteer": "^5.0.0",
"jquery": "^3.5.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"ncp": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/thebelab.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (typeof window !== "undefined") {
window.CodeMirror = CodeMirror;
}

import "@jupyterlab/theme-light-extension/style/index.css";
import "@jupyterlab/theme-light-extension/style/theme.css";
import "@jupyter-widgets/controls/css/widgets-base.css";
import "@lumino/widgets/style/index.css";
import "@jupyterlab/apputils/style/base.css";
Expand Down
Loading

0 comments on commit 76b5dcb

Please sign in to comment.