From 3da09646ce002e41b7bdee12fb8eeabff1f515fa Mon Sep 17 00:00:00 2001 From: Sami Date: Fri, 12 Jul 2024 10:30:51 +0200 Subject: [PATCH] add missing package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 67f9be2..46c6b9f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "@mui/lab": "^5.0.0-alpha.128", "@mui/material": "^5.12.2", "@mui/styled-engine-sc": "^5.12.0", + "@nextcloud/auth": "^1.3.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.0", @@ -63,6 +64,6 @@ "@typescript-eslint/parser": "^5.27.0", "eslint-config-prettier": "^8.5.0", "husky": "^8.0.1", - "prettier": "^2.7.1" + "prettier": "^2.8.8" } }