diff --git a/bun.lock b/bun.lock index 5f42873..c956541 100644 --- a/bun.lock +++ b/bun.lock @@ -10,7 +10,7 @@ "zustand": "^5.0.3", }, "devDependencies": { - "@tanstack/react-query": "^5.74.4", + "@tanstack/react-query": "^5.80.7", "@types/bun": "catalog:", "@types/node": "catalog:", "@workspace/eslint-config": "workspace:*", @@ -238,17 +238,6 @@ }, }, }, - "catalog": { - "@types/bun": "^1.2.15", - "@types/node": "^22", - "@types/react": "^19", - "@types/react-dom": "^19", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "react-hook-form": "^7.56.1", - "tailwindcss": "^4.0.8", - "typescript": "^5.8.3", - }, "packages": { "@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="], @@ -656,11 +645,11 @@ "@tanstack/history": ["@tanstack/history@1.120.17", "", {}, "sha512-k07LFI4Qo074IIaWzT/XjD0KlkGx2w1V3fnNtclKx0oAl8z4O9kCh6za+FPEIRe98xLgNFEiddDbJeAYGSlPtw=="], - "@tanstack/query-core": ["@tanstack/query-core@5.80.6", "", {}, "sha512-nl7YxT/TAU+VTf+e2zTkObGTyY8YZBMnbgeA1ee66lIVqzKlYursAII6z5t0e6rXgwUMJSV4dshBTNacNpZHbQ=="], + "@tanstack/query-core": ["@tanstack/query-core@5.80.7", "", {}, "sha512-s09l5zeUKC8q7DCCCIkVSns8zZrK4ZDT6ryEjxNBFi68G4z2EBobBS7rdOY3r6W1WbUDpc1fe5oY+YO/+2UVUg=="], "@tanstack/query-devtools": ["@tanstack/query-devtools@5.80.0", "", {}, "sha512-D6gH4asyjaoXrCOt5vG5Og/YSj0D/TxwNQgtLJIgWbhbWCC/emu2E92EFoVHh4ppVWg1qT2gKHvKyQBEFZhCuA=="], - "@tanstack/react-query": ["@tanstack/react-query@5.80.6", "", { "dependencies": { "@tanstack/query-core": "5.80.6" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-izX+5CnkpON3NQGcEm3/d7LfFQNo9ZpFtX2QsINgCYK9LT2VCIdi8D3bMaMSNhrAJCznRoAkFic76uvLroALBw=="], + "@tanstack/react-query": ["@tanstack/react-query@5.80.7", "", { "dependencies": { "@tanstack/query-core": "5.80.7" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-u2F0VK6+anItoEvB3+rfvTO9GEh2vb00Je05OwlUe/A0lkJBgW1HckiY3f9YZa+jx6IOe4dHPh10dyp9aY3iRQ=="], "@tanstack/react-query-devtools": ["@tanstack/react-query-devtools@5.80.6", "", { "dependencies": { "@tanstack/query-devtools": "5.80.0" }, "peerDependencies": { "@tanstack/react-query": "^5.80.6", "react": "^18 || ^19" } }, "sha512-y7Es0OJ4RYQxrPYsuuQP0jxjgJ40a03UbEPmJ6vwf/ERVMRoRIMkpjtvPxf1D+n9nwPfWmGdD0jW8Wxd+TxeEw=="], diff --git a/package.json b/package.json index 9766670..8d360a3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ } }, "devDependencies": { - "@tanstack/react-query": "^5.74.4", + "@tanstack/react-query": "^5.80.7", "@types/bun": "catalog:", "@types/node": "catalog:", "@workspace/eslint-config": "workspace:*",