chore: update deps

This commit is contained in:
reya
2024-07-18 18:57:28 +07:00
parent 5d12ba7216
commit 113d69a4df
15 changed files with 1145 additions and 1170 deletions

View File

@@ -9,6 +9,6 @@
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@types/react": "^18.3.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

View File

@@ -5,15 +5,15 @@
"main": "./src/index.ts",
"dependencies": {
"@lume/utils": "workspace:^",
"@tanstack/query-persist-client-core": "^5.49.1",
"@tanstack/react-query": "^5.49.2",
"nostr-tools": "^2.7.0",
"@tanstack/query-persist-client-core": "^5.51.9",
"@tanstack/react-query": "^5.51.9",
"nostr-tools": "^2.7.1",
"react": "^18.3.1"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.3.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

View File

@@ -15,7 +15,7 @@
"@tailwindcss/typography": "^0.5.13",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"tailwindcss-content-visibility": "^0.2.0"
}
}

View File

@@ -9,6 +9,6 @@
"access": "public"
},
"devDependencies": {
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

View File

@@ -15,7 +15,7 @@
"@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^",
"@types/react": "^18.3.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}

View File

@@ -12,7 +12,7 @@
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"light-bolt11-decoder": "^3.1.1",
"nostr-tools": "^2.7.0",
"nostr-tools": "^2.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"slate": "^0.103.0",
@@ -23,7 +23,7 @@
"@lume/types": "workspace:^",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"tailwind-merge": "^2.3.0",
"typescript": "^5.5.2"
"tailwind-merge": "^2.4.0",
"typescript": "^5.5.3"
}
}