From 39e9f2838cc42f41e3370a4d47beef8d694e0371 Mon Sep 17 00:00:00 2001 From: JJ-Cronos Date: Fri, 24 May 2024 12:23:11 +0200 Subject: [PATCH] fix: Fix correct app deps --- development/apps-erpnext.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/development/apps-erpnext.json b/development/apps-erpnext.json index 58fb2104..c09cd8e4 100644 --- a/development/apps-erpnext.json +++ b/development/apps-erpnext.json @@ -7,20 +7,20 @@ "url": "https://github.com/frappe/builder.git", "branch": "develop" }, - { - "url": "https://github.com/frappe/gameplan.git", - "branch": "main" - }, - { - "url": "https://github.com/frappe/insights.git", - "branch": "main" - }, { "url": "https://github.com/The-Commit-Company/Raven.git", "branch": "main" }, { - "url": "https://github.com/frappe/lending.gitt", - "branch": "version-15" + "url": "https://github.com/NagariaHussain/tldraw_whiteboard.git", + "branch": "develop" + }, + { + "url": "https://github.com/kid1194/frappe_alerts.git", + "branch": "develop" + }, + { + "url": "https://github.com/frappe/lending.git", + "branch": "develop" } ]