From af4097161a5cd69752af5de4261997953483c303 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 14 Dec 2025 14:20:28 +0100 Subject: [PATCH] chore: remove pocketbase dependency from package.json --- frontend/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 27329363f..21d5ce72f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,6 @@ "next": "15.5.2", "next-themes": "^0.4.4", "nuqs": "^2.4.1", - "pocketbase": "^0.21.5", "react": "19.0.0", "react-chartjs-2": "^5.3.0", "react-code-blocks": "^0.1.6",