chore: update dependencies

This commit is contained in:
2024-02-05 08:30:06 +07:00
parent 8a17c36a5b
commit 2a58326cd1
24 changed files with 991 additions and 857 deletions

View File

@@ -24,7 +24,7 @@
"@lume/storage": "workspace:^",
"@lume/ui": "workspace:^",
"@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.3.3",
"@nostr-dev-kit/ndk": "^2.4.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
@@ -37,33 +37,33 @@
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query": "^5.18.1",
"framer-motion": "^11.0.3",
"i18next": "^23.8.1",
"i18next": "^23.8.2",
"i18next-resources-to-backend": "^1.2.0",
"jotai": "^2.6.3",
"jotai": "^2.6.4",
"minidenticons": "^4.2.0",
"nanoid": "^5.0.4",
"nanoid": "^5.0.5",
"nostr-fetch": "^0.15.0",
"nostr-tools": "^1.17.0",
"react": "^18.2.0",
"react-currency-input-field": "^3.6.14",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-i18next": "^14.0.1",
"react-router-dom": "^6.21.3",
"react-hook-form": "^7.50.0",
"react-i18next": "^14.0.2",
"react-router-dom": "^6.22.0",
"smol-toml": "^1.1.4",
"sonner": "^1.4.0",
"virtua": "^0.23.0"
"virtua": "^0.23.3"
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"encoding": "^0.1.13",

View File

@@ -13,7 +13,7 @@
"@astrojs/check": "^0.4.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/geist-mono": "^5.0.1",
"astro": "^4.2.6",
"astro": "^4.3.2",
"astro-seo-meta": "^4.1.0",
"astro-seo-schema": "^4.0.0",
"schema-dts": "^1.1.2",