Skip to content

Commit

Permalink
update for JupyterLab 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Dec 8, 2022
1 parent 95d7464 commit 0806028
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,29 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.5.0",
"@jupyterlab/apputils": "3.5.0",
"@jupyterlab/docregistry": "3.5.0",
"@jupyterlab/notebook": "3.5.0",
"@jupyterlab/services": "6.5.0"
"@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"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@jupyterlab/builder": "^3.5.0",
"@jupyterlab/testutils": "^3.5.0",
"@types/jest": "^29.2.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@jupyterlab/builder": "^3.5.1",
"@jupyterlab/testutils": "^3.5.1",
"@types/jest": "^29.2.4",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.2.2",
"jest": "^29.3.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint": "^14.16.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "~29.0.0",
"stylelint-prettier": "^2.0.0",
Expand Down

0 comments on commit 0806028

Please sign in to comment.