(feat): add tauri notifications
Some checks failed
/ release (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-mobile (push) Has been cancelled

(feat): bump version
This commit is contained in:
Alois 2026-06-09 16:14:29 +02:00
commit 066db995c1
8 changed files with 923 additions and 1510 deletions

View file

@ -30,10 +30,11 @@
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-barcode-scanner": "~2",
"@tauri-apps/plugin-deep-link": "~2",
"react-dom": "^19.2.0",
"@tensamin/ui": "*",
"@tauri-apps/plugin-notification": "~2",
"@tensamin/shared": "workspace:*",
"react": "^19.2.0"
"@tensamin/ui": "*",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",