package.json declares @vueuse/core ^10.4.1 while the pinned reka-ui requires ^14.1.0. The ranges cannot unify, so package managers install two copies and bundlers ship both (~35 kB gzip each, plus a second @vueuse/shared).
Suggestion: bump frappe-ui's own dependency to ^14 so one copy satisfies both. The v10→v14 changes that touch frappe-ui's usage are small.
package.jsondeclares@vueuse/core^10.4.1while the pinned reka-ui requires^14.1.0. The ranges cannot unify, so package managers install two copies and bundlers ship both (~35 kB gzip each, plus a second@vueuse/shared).Suggestion: bump frappe-ui's own dependency to
^14so one copy satisfies both. The v10→v14 changes that touch frappe-ui's usage are small.