feat: improve

This commit is contained in:
2024-04-10 14:11:05 +07:00
parent 5e6692cd6d
commit c342daecc8
26 changed files with 992 additions and 789 deletions

View File

@@ -14,12 +14,12 @@
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-router": "^1.26.7",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-router": "^1.26.18",
"get-urls": "^12.1.0",
"media-chrome": "^3.2.0",
"minidenticons": "^4.2.1",
"nanoid": "^5.0.6",
"nanoid": "^5.0.7",
"qrcode.react": "^3.1.0",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
@@ -27,15 +27,15 @@
"react-i18next": "^14.1.0",
"react-string-replace": "^1.1.1",
"sonner": "^1.4.41",
"string-strip-html": "^13.4.7",
"virtua": "^0.29.1"
"string-strip-html": "^13.4.8",
"virtua": "^0.29.2"
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.74",
"@types/react": "^18.2.75",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}