Skip to content

Commit a8ed078

Browse files
committed
pin react-query version
1 parent 08ac462 commit a8ed078

File tree

4 files changed

+26
-21
lines changed

4 files changed

+26
-21
lines changed

packages/plugins/tanstack-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"devDependencies": {
9494
"@tanstack/react-query": "^4.29.7",
95-
"@tanstack/react-query-v5": "npm:@tanstack/react-query@^5.0.0",
95+
"@tanstack/react-query-v5": "npm:@tanstack/react-query@5.56.x",
9696
"@tanstack/svelte-query": "^4.29.7",
9797
"@tanstack/svelte-query-v5": "npm:@tanstack/svelte-query@^5.0.0",
9898
"@tanstack/vue-query": "^4.37.0",

packages/plugins/tanstack-query/tests/plugin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ${sharedModel}
113113
{
114114
provider: 'postgresql',
115115
pushDb: false,
116-
extraDependencies: ['react@18.2.0', '@types/react@18.2.0', '@tanstack/react-query@^5.0.0'],
116+
extraDependencies: ['react@18.2.0', '@types/react@18.2.0', '@tanstack/react-query@5.56.x'],
117117
copyDependencies: [path.resolve(__dirname, '../dist')],
118118
compile: true,
119119
extraSourceFiles: [

pnpm-lock.yaml

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/tests/cli/plugins.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('CLI Plugins Tests', () => {
7373
'zod@3.21.1',
7474
'react',
7575
'swr',
76-
'@tanstack/react-query@^5.0.0',
76+
'@tanstack/react-query@5.56.x',
7777
'@trpc/server',
7878
'@prisma/client@5.20.x',
7979
`${path.join(__dirname, '../../../../.build/zenstackhq-language-' + ver + '.tgz')}`,

0 commit comments

Comments
 (0)