chore: upgraded frappe-ui to latest version

This commit is contained in:
Jannat Patel
2025-11-26 16:06:03 +05:30
parent c846e36032
commit cfc5d94711
4 changed files with 3 additions and 4 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#5e976a1753524030f93bc2a5880764ecdd135328",
"frappe-ui": "github:frappe/frappe-ui#6bcd7bf8af076b22a9b7beb8775d7273eb798ad0",
"highlight.js": "^11.11.1",
"lucide-vue-next": "^0.383.0",
"markdown-it": "^14.0.0",

View File

@@ -16,7 +16,6 @@
"@/*": ["src/*"]
}
},
"extends": "frappe-ui/tsconfig.base.json",
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/*.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Easy to use, open-source, Learning Management System",
"type": "module",
"workspaces1": [
"workspaces": [
"frappe-ui",
"frontend"
],