chore: update deps

This commit is contained in:
reya 2024-06-10 13:15:57 +07:00
parent 90342c552f
commit 1c20512ecc
11 changed files with 934 additions and 1090 deletions

View File

@ -24,9 +24,9 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/query-sync-storage-persister": "^5.40.0",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-persist-client": "^5.40.0",
"@tanstack/react-router": "^1.34.9",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-persist-client": "^5.40.1",
"@tanstack/react-router": "^1.35.3",
"i18next": "^23.11.5",
"i18next-resources-to-backend": "^1.2.1",
"minidenticons": "^4.2.1",
@ -40,7 +40,7 @@
"react-string-replace": "^1.1.1",
"slate": "^0.103.0",
"slate-react": "^0.104.0",
"sonner": "^1.4.41",
"sonner": "^1.5.0",
"use-debounce": "^10.0.1",
"virtua": "^0.31.0"
},
@ -48,16 +48,16 @@
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@tanstack/router-devtools": "^1.34.9",
"@tanstack/router-vite-plugin": "^1.34.8",
"@tanstack/router-devtools": "^1.35.3",
"@tanstack/router-vite-plugin": "^1.35.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-plugin-top-level-await": "^1.4.1",
"vite-tsconfig-paths": "^4.3.2"
}

View File

@ -305,7 +305,7 @@ function TextNote({ event }: { event: NostrEvent }) {
</User.Provider>
<div className="flex gap-2">
<div className="w-9 shrink-0" />
<div className="line-clamp-1">{event.content}</div>
<div className="line-clamp-1 text-start">{event.content}</div>
</div>
</Note.Root>
</Note.Provider>

View File

@ -13,11 +13,11 @@
"@astrojs/check": "^0.5.10",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/alice": "^5.0.13",
"astro": "^4.9.2",
"astro": "^4.10.1",
"astro-seo-meta": "^4.1.1",
"astro-seo-schema": "^4.0.2",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"devDependencies": {

View File

@ -13,7 +13,7 @@
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@tauri-apps/cli": "2.0.0-beta.20",
"turbo": "^1.13.3"
"turbo": "^1.13.4"
},
"packageManager": "pnpm@8.9.0",
"engines": {

View File

@ -5,7 +5,7 @@
"main": "./src/index.ts",
"dependencies": {
"@lume/utils": "workspace:^",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"react": "^18.3.1"
},
"devDependencies": {

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,6 @@
"@tailwindcss/typography": "^0.5.13",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.4"
}
}

View File

@ -15,7 +15,7 @@
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.3.3",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}

View File

@ -8,7 +8,7 @@
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"bitcoin-units": "^1.0.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
wss://nostr.wine,
wss://relay.damus.io,
wss://relay.nostr.net,