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";

View File

@@ -8,7 +8,7 @@
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"typescript": "^5.4.3"
}
}

View File

@@ -18,9 +18,9 @@
"@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",
"framer-motion": "^11.0.23",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-router": "^1.26.7",
"framer-motion": "^11.0.24",
"get-urls": "^12.1.0",
"media-chrome": "^3.2.0",
"minidenticons": "^4.2.1",
@@ -37,7 +37,7 @@
"slate": "^0.102.0",
"slate-react": "^0.102.0",
"sonner": "^1.4.41",
"string-strip-html": "^13.4.6",
"string-strip-html": "^13.4.7",
"uqr": "^0.1.2",
"use-debounce": "^10.0.0",
"virtua": "^0.29.1"
@@ -46,7 +46,7 @@
"@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

@@ -8,7 +8,7 @@
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query": "^5.28.14",
"bitcoin-units": "^1.0.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
@@ -21,7 +21,7 @@
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"tailwind-merge": "^2.2.2",
"typescript": "^5.4.3"