Skip to content

Commit

Permalink
upgrade packages for JupyterLab 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Mar 3, 2023
1 parent 4d05642 commit de2d20f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,29 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.5.3",
"@jupyterlab/apputils": "^3.5.3",
"@jupyterlab/coreutils": "5.5.3",
"@jupyterlab/filebrowser": "^3.5.3",
"@jupyterlab/launcher": "^3.5.3",
"@jupyterlab/ui-components": "^3.5.3",
"@jupyterlab/application": "^3.6.1",
"@jupyterlab/apputils": "^3.6.1",
"@jupyterlab/coreutils": "5.6.1",
"@jupyterlab/filebrowser": "^3.6.1",
"@jupyterlab/launcher": "^3.6.1",
"@jupyterlab/ui-components": "^3.6.1",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@osscar/ngl": "2.0.0-dev.38",
"underscore": "1.13.6"
},
"devDependencies": {
"@jupyterlab/builder": "^3.5.3",
"@jupyterlab/builder": "^3.6.1",
"@types/underscore": "1.11.4",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
"rimraf": "^4.1.2",
"prettier": "^2.8.4",
"rimraf": "^4.2.0",
"typescript": "~4.3.5"
},
"resolutions": {
Expand Down

0 comments on commit de2d20f

Please sign in to comment.