Skip to content

Commit

Permalink
update package.json for jupyterlab v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Jan 8, 2023
1 parent 8d9022f commit 963b99a
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,28 +45,28 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.5.1",
"@jupyterlab/apputils": "^3.5.1",
"@jupyterlab/coreutils": "5.5.1",
"@jupyterlab/filebrowser": "^3.5.1",
"@jupyterlab/launcher": "^3.5.1",
"@jupyterlab/ui-components": "^3.5.1",
"@jupyterlab/application": "^3.5.2",
"@jupyterlab/apputils": "^3.5.2",
"@jupyterlab/coreutils": "5.5.2",
"@jupyterlab/filebrowser": "^3.5.2",
"@jupyterlab/launcher": "^3.5.2",
"@jupyterlab/ui-components": "^3.5.2",
"@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.1",
"@jupyterlab/builder": "^3.5.2",
"@types/underscore": "1.11.4",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.1",
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"typescript": "~4.3.5"
},
Expand Down

0 comments on commit 963b99a

Please sign in to comment.