Skip to content

Commit

Permalink
Merge branch 'dev' into brophdawg11/fow-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 14, 2024
2 parents 8cf53ed + 6045452 commit df3cdc8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .changeset/sweet-roses-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@remix-run/react": patch
"@remix-run/server-runtime": patch
---

fix: update turbo-stream to v2.3.0
fix: stabilize object key order for unstable_singleFetch
fix: unstable_singleFetch can now have payloads as large as you have memory
2 changes: 1 addition & 1 deletion packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@remix-run/server-runtime": "workspace:*",
"react-router": "0.0.0-experimental-dc307bdd5",
"react-router-dom": "0.0.0-experimental-dc307bdd5",
"turbo-stream": "2.2.0"
"turbo-stream": "2.3.0"
},
"devDependencies": {
"@remix-run/node": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cookie": "^0.6.0",
"set-cookie-parser": "^2.4.8",
"source-map": "^0.7.3",
"turbo-stream": "2.2.0"
"turbo-stream": "2.3.0"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.1",
Expand Down
12 changes: 6 additions & 6 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 df3cdc8

Please sign in to comment.