Last commit before I burn it all to the ground with ReactQuery

This commit is contained in:
2025-06-15 00:34:04 -05:00
parent d78c139ffb
commit 6c85c973b9
9 changed files with 786 additions and 167 deletions

34
pnpm-lock.yaml generated
View File

@@ -50,6 +50,9 @@ importers:
'@t3-oss/env-nextjs':
specifier: ^0.12.0
version: 0.12.0(typescript@5.8.3)(zod@3.25.64)
'@tanstack/react-query':
specifier: ^5.80.7
version: 5.80.7(react@19.1.0)
class-variance-authority:
specifier: ^0.7.1
version: 0.7.1
@@ -96,6 +99,9 @@ importers:
'@tailwindcss/postcss':
specifier: ^4.1.10
version: 4.1.10
'@tanstack/eslint-plugin-query':
specifier: ^5.78.0
version: 5.78.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
'@types/cors':
specifier: ^2.8.19
version: 2.8.19
@@ -1493,6 +1499,19 @@ packages:
'@tailwindcss/postcss@4.1.10':
resolution: {integrity: sha512-B+7r7ABZbkXJwpvt2VMnS6ujcDoR2OOcFaqrLIo1xbcdxje4Vf+VgJdBzNNbrAjBj/rLZ66/tlQ1knIGNLKOBQ==}
'@tanstack/eslint-plugin-query@5.78.0':
resolution: {integrity: sha512-hYkhWr3UP0CkAsn/phBVR98UQawbw8CmTSgWtdgEBUjI60/GBaEIkpgi/Bp/2I8eIDK4+vdY7ac6jZx+GR+hEQ==}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
'@tanstack/query-core@5.80.7':
resolution: {integrity: sha512-s09l5zeUKC8q7DCCCIkVSns8zZrK4ZDT6ryEjxNBFi68G4z2EBobBS7rdOY3r6W1WbUDpc1fe5oY+YO/+2UVUg==}
'@tanstack/react-query@5.80.7':
resolution: {integrity: sha512-u2F0VK6+anItoEvB3+rfvTO9GEh2vb00Je05OwlUe/A0lkJBgW1HckiY3f9YZa+jx6IOe4dHPh10dyp9aY3iRQ==}
peerDependencies:
react: ^18 || ^19
'@tybys/wasm-util@0.9.0':
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
@@ -4965,6 +4984,21 @@ snapshots:
postcss: 8.5.5
tailwindcss: 4.1.10
'@tanstack/eslint-plugin-query@5.78.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
dependencies:
'@typescript-eslint/utils': 8.34.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
eslint: 9.29.0(jiti@2.4.2)
transitivePeerDependencies:
- supports-color
- typescript
'@tanstack/query-core@5.80.7': {}
'@tanstack/react-query@5.80.7(react@19.1.0)':
dependencies:
'@tanstack/query-core': 5.80.7
react: 19.1.0
'@tybys/wasm-util@0.9.0':
dependencies:
tslib: 2.8.1