Skip to content

Commit 3a284cf

Browse files
committed
fix test
1 parent a8ed078 commit 3a284cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tests/enhancements/with-delegate/plugin-interaction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Polymorphic Plugin Interaction Test', () => {
1919
await loadSchema(schema, {
2020
compile: true,
2121
copyDependencies: [tanstackPlugin],
22-
extraDependencies: ['@tanstack/react-query'],
22+
extraDependencies: ['@tanstack/react-query@5.56.x'],
2323
});
2424
});
2525

0 commit comments

Comments
 (0)