Skip to content

Commit

Permalink
update the packages for JupyterLab 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dou-du committed Jan 27, 2022
1 parent f509910 commit 4d6c820
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,28 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.2.2",
"@jupyterlab/apputils": "^3.2.2",
"@jupyterlab/coreutils": "5.2.5",
"@jupyterlab/filebrowser": "^3.2.2",
"@jupyterlab/launcher": "^3.2.2",
"@jupyterlab/ui-components": "^3.2.2",
"@jupyterlab/application": "^3.2.8",
"@jupyterlab/apputils": "^3.2.8",
"@jupyterlab/coreutils": "5.2.8",
"@jupyterlab/filebrowser": "^3.2.8",
"@jupyterlab/launcher": "^3.2.8",
"@jupyterlab/ui-components": "^3.2.8",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@osscar/ngl": "2.0.0-dev.38",
"underscore": "1.13.1"
"underscore": "1.13.2"
},
"devDependencies": {
"@jupyterlab/builder": "^3.2.2",
"@types/underscore": "1.11.3",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.1.0",
"@jupyterlab/builder": "^3.2.8",
"@types/underscore": "1.11.4",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"typescript": "~4.3.5"
},
Expand Down

0 comments on commit 4d6c820

Please sign in to comment.