feat: upgrade to tauri v2 rc

This commit is contained in:
reya
2024-08-10 16:45:56 +07:00
parent 4c6d1c768a
commit e2103ae23a
32 changed files with 5517 additions and 5551 deletions

View File

@@ -10,13 +10,13 @@
"dependencies": {
"bitcoin-units": "^1.0.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"light-bolt11-decoder": "^3.1.1",
"nostr-tools": "^2.7.1",
"nostr-tools": "^2.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"slate": "^0.103.0",
"slate-react": "^0.105.0"
"slate-react": "^0.107.1"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
@@ -24,6 +24,6 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"tailwind-merge": "^2.4.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}