Skip to content

Commit 2ab846e

Browse files
coodossosweetham
andauthored
feat: health check (#437)
* feat: health check * chore: upgrade tauri * fix: biometric check in registration * fix: set onboarding pin * fix: run format * chore: format * chore: fix lint * chore: formatter * chore: fix add comment * chore: ran format * chore: fix lint --------- Co-authored-by: SoSweetHam <[email protected]>
1 parent 8216692 commit 2ab846e

File tree

20 files changed

+1321
-1143
lines changed

20 files changed

+1321
-1143
lines changed

infrastructure/eid-wallet/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"@iconify/svelte": "^5.0.1",
2626
"@ngneat/falso": "^7.3.0",
2727
"@tailwindcss/container-queries": "^0.1.1",
28-
"@tauri-apps/api": "^2",
29-
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
30-
"@tauri-apps/plugin-biometric": "^2.2.0",
31-
"@tauri-apps/plugin-deep-link": "^2.4.1",
32-
"@tauri-apps/plugin-notification": "^2.3.1",
33-
"@tauri-apps/plugin-opener": "^2",
34-
"@tauri-apps/plugin-store": "^2.2.0",
28+
"@tauri-apps/api": "^2.9.0",
29+
"@tauri-apps/plugin-barcode-scanner": "^2.4.2",
30+
"@tauri-apps/plugin-biometric": "^2.3.2",
31+
"@tauri-apps/plugin-deep-link": "^2.4.5",
32+
"@tauri-apps/plugin-notification": "^2.3.3",
33+
"@tauri-apps/plugin-opener": "^2.5.2",
34+
"@tauri-apps/plugin-store": "^2.4.1",
3535
"@veriff/incontext-sdk": "^2.4.0",
3636
"@veriff/js-sdk": "^1.5.1",
3737
"axios": "^1.6.7",
@@ -64,7 +64,7 @@
6464
"@tailwindcss/forms": "^0.5.10",
6565
"@tailwindcss/typography": "^0.5.16",
6666
"@tailwindcss/vite": "^4.0.14",
67-
"@tauri-apps/cli": "^2",
67+
"@tauri-apps/cli": "^2.9.4",
6868
"@types/node": "^22.13.10",
6969
"@vitest/browser": "^3.0.9",
7070
"@vitest/coverage-v8": "^3.0.9",

0 commit comments

Comments
 (0)