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/icons": "workspace:^",
"@lume/utils": "workspace:^",
"@radix-ui/react-avatar": "^1.0.4",
@@ -14,10 +14,10 @@
"@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",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-router": "^1.28.1",
"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",
@@ -28,13 +28,13 @@
"react-string-replace": "^1.1.1",
"sonner": "^1.4.41",
"string-strip-html": "^13.4.8",
"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"
}

View File

@@ -8,7 +8,7 @@
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@types/react": "^18.2.75",
"@types/react": "^18.2.79",
"typescript": "^5.4.5"
}
}

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

View File

@@ -8,11 +8,11 @@
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-query": "^5.29.2",
"bitcoin-units": "^1.0.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"nostr-tools": "^2.4.0",
"nostr-tools": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.102.0",
@@ -21,8 +21,8 @@
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"tailwind-merge": "^2.2.2",
"typescript": "^5.4.5"
}