Skip to content

Commit

Permalink
Fix duplicate react-query versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Sep 6, 2024
1 parent affdc74 commit 6b07cd8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 43 deletions.
67 changes: 26 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion tests/e2e/integrations/react-query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import {multiline, createWorkspace, startServer} from '../utilities.ts';

describe('react-query', () => {
it('can server and client render a query using suspense', async () => {
await using workspace = await createWorkspace({fixture: 'basic-app'});
await using workspace = await createWorkspace({
fixture: 'basic-app',
debug: true,
});

await workspace.fs.write({
'App.tsx': multiline`
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@quilted/quilt": "workspace:*",
"@quilted/react-query": "workspace:*",
"@quilted/trpc": "workspace:*",
"@tanstack/react-query": "^5.53.0",
"@tanstack/react-query": "^5.54.1",
"@trpc/client": "11.0.0-rc.498",
"@trpc/react-query": "11.0.0-rc.498",
"@trpc/server": "11.0.0-rc.498",
Expand Down

0 comments on commit 6b07cd8

Please sign in to comment.