Skip to content

Commit 963b99a

Browse files
author
Dou Du
committed
update package.json for jupyterlab v3.5.2
1 parent 8d9022f commit 963b99a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 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.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",
48+
"@jupyterlab/application": "^3.5.2",
49+
"@jupyterlab/apputils": "^3.5.2",
50+
"@jupyterlab/coreutils": "5.5.2",
51+
"@jupyterlab/filebrowser": "^3.5.2",
52+
"@jupyterlab/launcher": "^3.5.2",
53+
"@jupyterlab/ui-components": "^3.5.2",
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",
5858
"underscore": "1.13.6"
5959
},
6060
"devDependencies": {
61-
"@jupyterlab/builder": "^3.5.1",
61+
"@jupyterlab/builder": "^3.5.2",
6262
"@types/underscore": "1.11.4",
63-
"@typescript-eslint/eslint-plugin": "^5.46.1",
64-
"@typescript-eslint/parser": "^5.46.1",
65-
"eslint": "^8.29.0",
66-
"eslint-config-prettier": "^8.5.0",
63+
"@typescript-eslint/eslint-plugin": "^5.48.0",
64+
"@typescript-eslint/parser": "^5.48.0",
65+
"eslint": "^8.31.0",
66+
"eslint-config-prettier": "^8.6.0",
6767
"eslint-plugin-prettier": "^4.2.1",
6868
"npm-run-all": "^4.1.5",
69-
"prettier": "^2.8.1",
69+
"prettier": "^2.8.2",
7070
"rimraf": "^3.0.2",
7171
"typescript": "~4.3.5"
7272
},

0 commit comments

Comments
 (0)