Skip to content

Commit

Permalink
fix: improve streaming error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 17, 2024
1 parent b74f754 commit 24c5d1c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-streaming": "^0.3.22",
"react-streaming": "^0.3.25",
"typescript": "^5.3.3",
"vike": "^0.4.168",
"vike-react": "^0.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.3.3",
"vike": "^0.4.168",
"vike-react": "^0.4.6",
"react-streaming": "^0.3.22",
"react-streaming": "^0.3.25",
"vitest": "^1.2.2",
"@testing-library/react": "^14.2.1",
"jsdom": "^24.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vike": "^0.4.168"
},
"dependencies": {
"react-streaming": "^0.3.22"
"react-streaming": "^0.3.25"
},
"typesVersions": {
"*": {
Expand Down
35 changes: 18 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 24c5d1c

Please sign in to comment.