diff --git a/package.json b/package.json index 4d554c4..00d21dd 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyterlab/application": "^3.5.3", - "@jupyterlab/apputils": "^3.5.3", - "@jupyterlab/coreutils": "5.5.3", - "@jupyterlab/filebrowser": "^3.5.3", - "@jupyterlab/launcher": "^3.5.3", - "@jupyterlab/ui-components": "^3.5.3", + "@jupyterlab/application": "^3.6.1", + "@jupyterlab/apputils": "^3.6.1", + "@jupyterlab/coreutils": "5.6.1", + "@jupyterlab/filebrowser": "^3.6.1", + "@jupyterlab/launcher": "^3.6.1", + "@jupyterlab/ui-components": "^3.6.1", "@material-ui/core": "4.12.4", "@material-ui/icons": "4.11.3", "@material-ui/lab": "4.0.0-alpha.61", @@ -58,16 +58,16 @@ "underscore": "1.13.6" }, "devDependencies": { - "@jupyterlab/builder": "^3.5.3", + "@jupyterlab/builder": "^3.6.1", "@types/underscore": "1.11.4", - "@typescript-eslint/eslint-plugin": "^5.50.0", - "@typescript-eslint/parser": "^5.50.0", - "eslint": "^8.33.0", + "@typescript-eslint/eslint-plugin": "^5.54.0", + "@typescript-eslint/parser": "^5.54.0", + "eslint": "^8.35.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", "npm-run-all": "^4.1.5", - "prettier": "^2.8.3", - "rimraf": "^4.1.2", + "prettier": "^2.8.4", + "rimraf": "^4.2.0", "typescript": "~4.3.5" }, "resolutions": {