chore: upgrade deps

This commit is contained in:
2024-04-16 08:55:36 +07:00
parent 94d400cab2
commit 2eb2010d43
12 changed files with 647 additions and 617 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"main": "./src/index.ts",
"dependencies": {
"@getalby/sdk": "^3.4.3",
"@getalby/sdk": "^3.5.0",
"@lume/ark": "workspace:^",
"@lume/icons": "workspace:^",
"@lume/utils": "workspace:^",
@@ -18,11 +18,11 @@
"@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.29.0",
"@tanstack/react-router": "^1.26.19",
"framer-motion": "^11.0.27",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-router": "^1.28.1",
"framer-motion": "^11.0.28",
"get-urls": "^12.1.0",
"media-chrome": "^3.2.0",
"media-chrome": "^3.2.1",
"minidenticons": "^4.2.1",
"nanoid": "^5.0.7",
"qrcode.react": "^3.1.0",
@@ -30,7 +30,7 @@
"react": "^18.2.0",
"react-currency-input-field": "^3.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-hook-form": "^7.51.3",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.0",
"react-string-replace": "^1.1.1",
@@ -40,13 +40,13 @@
"string-strip-html": "^13.4.8",
"uqr": "^0.1.2",
"use-debounce": "^10.0.0",
"virtua": "^0.29.2"
"virtua": "^0.30.0"
},
"devDependencies": {
"@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.75",
"@types/react": "^18.2.79",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}