Skip to content

Commit 61a56b9

Browse files
author
Dou Du
committed
update the python packages
1 parent ae9ec04 commit 61a56b9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@
4545
"watch:labextension": "jupyter labextension watch ."
4646
},
4747
"dependencies": {
48-
"@jupyterlab/application": "^3.4.2",
49-
"@jupyterlab/apputils": "^3.4.2",
50-
"@jupyterlab/coreutils": "5.4.3",
51-
"@jupyterlab/filebrowser": "^3.4.2",
52-
"@jupyterlab/launcher": "^3.4.2",
53-
"@jupyterlab/ui-components": "^3.4.2",
48+
"@jupyterlab/application": "^3.5.1",
49+
"@jupyterlab/apputils": "^3.5.1",
50+
"@jupyterlab/coreutils": "5.5.1",
51+
"@jupyterlab/filebrowser": "^3.5.1",
52+
"@jupyterlab/launcher": "^3.5.1",
53+
"@jupyterlab/ui-components": "^3.5.1",
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.4"
58+
"underscore": "1.13.6"
5959
},
6060
"devDependencies": {
61-
"@jupyterlab/builder": "^3.4.2",
61+
"@jupyterlab/builder": "^3.5.1",
6262
"@types/underscore": "1.11.4",
63-
"@typescript-eslint/eslint-plugin": "^5.23.0",
64-
"@typescript-eslint/parser": "^5.23.0",
65-
"eslint": "^8.15.0",
63+
"@typescript-eslint/eslint-plugin": "^5.46.1",
64+
"@typescript-eslint/parser": "^5.46.1",
65+
"eslint": "^8.29.0",
6666
"eslint-config-prettier": "^8.5.0",
67-
"eslint-plugin-prettier": "^4.0.0",
67+
"eslint-plugin-prettier": "^4.2.1",
6868
"npm-run-all": "^4.1.5",
69-
"prettier": "^2.6.2",
69+
"prettier": "^2.8.1",
7070
"rimraf": "^3.0.2",
7171
"typescript": "~4.3.5"
7272
},

0 commit comments

Comments
 (0)