chore: upgraded frappe-ui to latest data import commit

This commit is contained in:
Jannat Patel
2025-11-21 20:00:20 +05:30
parent aacd5ab7a1
commit 880b799df5
4 changed files with 2522 additions and 101 deletions

View File

@@ -33,7 +33,7 @@
"dayjs": "^1.11.6",
"dompurify": "^3.2.6",
"feather-icons": "^4.28.0",
"frappe-ui": "github:frappe/frappe-ui#bdcbef251b2779313705df8304e47c7b5ce2fd0e",
"frappe-ui": "github:frappe/frappe-ui#9af86a0723018a89679aae9ef660e6754f1a7889",
"highlight.js": "^11.11.1",
"lucide-vue-next": "^0.383.0",
"markdown-it": "^14.0.0",

View File

@@ -31,6 +31,7 @@ def get_boot():
"frappe_version": frappe.__version__,
"read_only_mode": frappe.flags.read_only,
"csrf_token": frappe.sessions.get_csrf_token(),
"site_name": frappe.local.site,
}
)

File diff suppressed because it is too large Load Diff