diff --git a/package.json b/package.json index 8b65f54..cc45682 100644 --- a/package.json +++ b/package.json @@ -45,28 +45,28 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyterlab/application": "^3.4.2", - "@jupyterlab/apputils": "^3.4.2", - "@jupyterlab/coreutils": "5.4.3", - "@jupyterlab/filebrowser": "^3.4.2", - "@jupyterlab/launcher": "^3.4.2", - "@jupyterlab/ui-components": "^3.4.2", + "@jupyterlab/application": "^3.5.1", + "@jupyterlab/apputils": "^3.5.1", + "@jupyterlab/coreutils": "5.5.1", + "@jupyterlab/filebrowser": "^3.5.1", + "@jupyterlab/launcher": "^3.5.1", + "@jupyterlab/ui-components": "^3.5.1", "@material-ui/core": "4.12.4", "@material-ui/icons": "4.11.3", "@material-ui/lab": "4.0.0-alpha.61", "@osscar/ngl": "2.0.0-dev.38", - "underscore": "1.13.4" + "underscore": "1.13.6" }, "devDependencies": { - "@jupyterlab/builder": "^3.4.2", + "@jupyterlab/builder": "^3.5.1", "@types/underscore": "1.11.4", - "@typescript-eslint/eslint-plugin": "^5.23.0", - "@typescript-eslint/parser": "^5.23.0", - "eslint": "^8.15.0", + "@typescript-eslint/eslint-plugin": "^5.46.1", + "@typescript-eslint/parser": "^5.46.1", + "eslint": "^8.29.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-prettier": "^4.2.1", "npm-run-all": "^4.1.5", - "prettier": "^2.6.2", + "prettier": "^2.8.1", "rimraf": "^3.0.2", "typescript": "~4.3.5" },