chore: update deps

This commit is contained in:
2024-04-03 08:01:40 +07:00
parent 763cb10e85
commit 174b28f1a7
13 changed files with 1016 additions and 921 deletions

View File

@@ -14,8 +14,8 @@
"@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.9",
"@tanstack/react-router": "^1.24.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-router": "^1.26.7",
"get-urls": "^12.1.0",
"media-chrome": "^3.2.0",
"minidenticons": "^4.2.1",
@@ -27,14 +27,14 @@
"react-i18next": "^14.1.0",
"react-string-replace": "^1.1.1",
"sonner": "^1.4.41",
"string-strip-html": "^13.4.6",
"string-strip-html": "^13.4.7",
"virtua": "^0.29.1"
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}

View File

@@ -1,4 +1,3 @@
export * from "./ark";
export * from "./hooks/useEvent";
export * from "./hooks/useEvents";
export * from "./hooks/useProfile";