chore: upgrade deps

This commit is contained in:
2024-04-16 08:55:36 +07:00
parent 94d400cab2
commit 2eb2010d43
12 changed files with 647 additions and 617 deletions

View File

@@ -8,11 +8,11 @@
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-query": "^5.29.2",
"bitcoin-units": "^1.0.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"nostr-tools": "^2.4.0",
"nostr-tools": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.102.0",
@@ -21,8 +21,8 @@
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"tailwind-merge": "^2.2.2",
"typescript": "^5.4.5"
}