Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 80dd622

Browse files
committed
performance and cleanup
1 parent 780ef12 commit 80dd622

27 files changed

+2094
-2575
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"postcss": "^8.4.31",
3232
"prettier": "^3.0.3",
3333
"prettier-plugin-tailwindcss": "^0.5.6",
34-
"tailwindcss": "^3.3.5",
34+
"tailwindcss": "^3.4.1",
3535
"typescript": "^5.2.2",
3636
"vite": "^5.0.12",
3737
"vite-plugin-pwa": "^0.16.7",
@@ -54,8 +54,8 @@
5454
"@capacitor/status-bar": "^5.0.6",
5555
"@capacitor/toast": "^5.0.6",
5656
"@ionic/pwa-elements": "^3.2.2",
57-
"@kobalte/core": "^0.9.8",
58-
"@kobalte/tailwindcss": "^0.5.0",
57+
"@kobalte/core": "^0.12.1",
58+
"@kobalte/tailwindcss": "^0.9.0",
5959
"@modular-forms/solid": "^0.18.1",
6060
"@mutinywallet/mutiny-wasm": "0.5.7",
6161
"@mutinywallet/waila-wasm": "^0.2.6",
@@ -67,7 +67,8 @@
6767
"i18next-browser-languagedetector": "^7.1.0",
6868
"qr-scanner": "^1.4.2",
6969
"solid-js": "^1.8.12",
70-
"solid-qr-code": "^0.0.8"
70+
"solid-qr-code": "^0.0.8",
71+
"solid-transition-group": "^0.2.3"
7172
},
7273
"engines": {
7374
"node": ">=18"

0 commit comments

Comments
 (0)