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 Dec 23, 2022
1 parent faf6507 commit be212cc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.5.1",
"@jupyterlab/apputils": "3.5.1",
"@jupyterlab/docregistry": "3.5.1",
"@jupyterlab/notebook": "3.5.1",
"@jupyterlab/services": "6.5.1"
"@jupyterlab/application": "^3.5.2",
"@jupyterlab/apputils": "3.5.2",
"@jupyterlab/docregistry": "3.5.2",
"@jupyterlab/notebook": "3.5.2",
"@jupyterlab/services": "6.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@jupyterlab/builder": "^3.5.1",
"@jupyterlab/testutils": "^3.5.1",
"@jupyterlab/builder": "^3.5.2",
"@jupyterlab/testutils": "^3.5.2",
"@types/jest": "^29.2.4",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^8.29.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
Expand Down

0 comments on commit be212cc

Please sign in to comment.