Skip to content

Commit

Permalink
Edit resolution for nextjs-suspense-streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 15, 2023
1 parent 27acec2 commit fbf6345
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 93 deletions.
6 changes: 3 additions & 3 deletions examples/react/nextjs-suspense-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"superjson": "^1.12.4"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"typescript": "5.1.3"
"@types/node": "^18.16.0",
"@types/react": "^18.2.4",
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/optimistic-updates-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^18.16.0",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"typescript": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"undici": "^5.22.1"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^18.16.0",
"esbuild": "^0.14.54",
"postcss": "^8.4.23",
"solid-start-node": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/eslint": "^8.44.0",
"@types/jsonfile": "^6.1.1",
"@types/luxon": "^3.3.0",
"@types/node": "^18.13.0",
"@types/node": "^18.16.0",
"@types/react": "^18.2.4",
"@types/react-dom": "^18.2.4",
"@types/semver": "^7.5.0",
Expand Down
Loading

0 comments on commit fbf6345

Please sign in to comment.