Skip to content

Commit c06e5dd

Browse files
committed
docs: fix nextjs-streaming example
1 parent 89b99d2 commit c06e5dd

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

examples/react/nextjs-suspense-streaming/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@tanstack/react-query": "^v5.0.0-alpha.68",
12-
"@tanstack/react-query-devtools": "^v5.0.0-alpha.68",
11+
"@tanstack/react-query": "^5.0.0-alpha.68",
12+
"@tanstack/react-query-devtools": "^5.0.0-alpha.68",
13+
"@tanstack/react-query-next-experimental": "^5.0.0-alpha.80",
1314
"next": "^13.4.4",
1415
"react": "^18.2.0",
1516
"react-dom": "^18.2.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)