Skip to content

Commit 3329d7f

Browse files
committed
update packages for JupyterLab 3.3.4
1 parent 511d109 commit 3329d7f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
"watch:labextension": "jupyter labextension watch ."
4646
},
4747
"dependencies": {
48-
"@jupyterlab/application": "^3.3.3",
49-
"@jupyterlab/apputils": "^3.3.3",
50-
"@jupyterlab/coreutils": "5.3.3",
51-
"@jupyterlab/filebrowser": "^3.3.3",
52-
"@jupyterlab/launcher": "^3.3.3",
53-
"@jupyterlab/ui-components": "^3.3.3",
48+
"@jupyterlab/application": "^3.4.0",
49+
"@jupyterlab/apputils": "^3.4.0",
50+
"@jupyterlab/coreutils": "5.4.0",
51+
"@jupyterlab/filebrowser": "^3.4.0",
52+
"@jupyterlab/launcher": "^3.4.0",
53+
"@jupyterlab/ui-components": "^3.4.0",
5454
"@material-ui/core": "4.12.4",
5555
"@material-ui/icons": "4.11.3",
5656
"@material-ui/lab": "4.0.0-alpha.61",
5757
"@osscar/ngl": "2.0.0-dev.38",
58-
"underscore": "1.13.2"
58+
"underscore": "1.13.3"
5959
},
6060
"devDependencies": {
61-
"@jupyterlab/builder": "^3.3.3",
61+
"@jupyterlab/builder": "^3.4.0",
6262
"@types/underscore": "1.11.4",
63-
"@typescript-eslint/eslint-plugin": "^5.18.0",
64-
"@typescript-eslint/parser": "^5.18.0",
65-
"eslint": "^8.13.0",
63+
"@typescript-eslint/eslint-plugin": "^5.22.0",
64+
"@typescript-eslint/parser": "^5.22.0",
65+
"eslint": "^8.14.0",
6666
"eslint-config-prettier": "^8.5.0",
6767
"eslint-plugin-prettier": "^4.0.0",
6868
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)