Skip to content

Commit e06cfad

Browse files
authored
test(react-start): fix query version in server-routes (#5672)
1 parent 215ae1f commit e06cfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/react-start/server-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:e2e": "playwright test --project=chromium"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-query": "5.90.0",
14+
"@tanstack/react-query": "^5.90.0",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/react-router-devtools": "workspace:^",
1717
"@tanstack/react-router-ssr-query": "workspace:^",

0 commit comments

Comments
 (0)