diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d1d862d5..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "dashboard/frappe-ui"] - path = dashboard/frappe-ui - url = https://github.com/frappe/frappe-ui.git diff --git a/dashboard/components.d.ts b/dashboard/components.d.ts index fb363d7d..09cf9a6c 100644 --- a/dashboard/components.d.ts +++ b/dashboard/components.d.ts @@ -1,8 +1,11 @@ /* eslint-disable */ // @ts-nocheck +// biome-ignore lint: disable +// oxlint-disable +// ------ // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 -// biome-ignore lint: disable + export {} /* prettier-ignore */ @@ -29,9 +32,6 @@ declare module 'vue' { LanguageSwitcher: typeof import('./src/components/LanguageSwitcher.vue')['default'] LoginDialog: typeof import('./src/components/LoginDialog.vue')['default'] LoginRequired: typeof import('./src/components/LoginRequired.vue')['default'] - LucideCheckCircle: typeof import('~icons/lucide/check-circle')['default'] - LucideClock: typeof import('~icons/lucide/clock')['default'] - LucideXCircle: typeof import('~icons/lucide/x-circle')['default'] Navbar: typeof import('./src/components/Navbar.vue')['default'] OfflinePaymentDialog: typeof import('./src/components/OfflinePaymentDialog.vue')['default'] PaymentGatewayDialog: typeof import('./src/components/PaymentGatewayDialog.vue')['default'] diff --git a/dashboard/frappe-ui b/dashboard/frappe-ui deleted file mode 160000 index a43be7f1..00000000 --- a/dashboard/frappe-ui +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a43be7f1d99b87c5ec6e95306e5549766cff12cc diff --git a/dashboard/package.json b/dashboard/package.json index 8a15088a..ec8cbc03 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,23 +17,29 @@ "@vueuse/router": "^13.6.0", "canvas-confetti": "^1.9.3", "feather-icons": "^4.29.2", - "frappe-ui": "^0.1.257", + "frappe-ui": "1.0.0-beta.25", "socket.io-client": "^4.7.2", "vue": "^3.5.13", "vue-router": "^4.5.0" }, + "resolutions": { + "prosemirror-keymap": "^1.2.3", + "prosemirror-model": "^1.25.11", + "prosemirror-state": "^1.4.4", + "prosemirror-transform": "^1.12.0", + "prosemirror-view": "^1.42.1" + }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/canvas-confetti": "^1.9.0", "@types/node": "^25.2.0", - "@vitejs/plugin-vue": "^5.1.4", + "@vitejs/plugin-vue": "^6.0.8", "autoprefixer": "^10.4.2", "html5-qrcode": "^2.3.8", "postcss": "^8.4.5", "tailwindcss": "^3.4.15", "typescript": "^5.9.3", - "unplugin-auto-import": "0.18.6", - "vite": "^5.4.10", - "vue-tsc": "^3.2.4" + "vite": "^8.1.5", + "vue-tsc": "^3.3.7" } } diff --git a/dashboard/src/components/AddOnPreferenceDialog.vue b/dashboard/src/components/AddOnPreferenceDialog.vue index 9f42fe85..6425348a 100644 --- a/dashboard/src/components/AddOnPreferenceDialog.vue +++ b/dashboard/src/components/AddOnPreferenceDialog.vue @@ -1,31 +1,29 @@