feat: supporting hash of github actions cache

This commit is contained in:
kogeletey
2024-01-25 15:08:24 +03:00
parent 43509fc943
commit ff73c8ac88
73 changed files with 1202 additions and 1005 deletions

View File

@@ -8,13 +8,13 @@
"access": "public"
},
"dependencies": {
"@tanstack/react-query": "^5.17.15",
"@tanstack/react-query": "^5.17.19",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"jotai": "^2.6.2",
"jotai": "^2.6.3",
"nostr-tools": "1.17.0",
"react": "^18.2.0",
"tailwind-merge": "^2.2.0"
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@lume/tsconfig": "workspace:^",