Skip to content

Commit

Permalink
update react-streaming deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jul 3, 2024
1 parent 735bfdf commit 1fc4dda
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers-react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node-fetch": "^2.6.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.33",
"react-streaming": "^0.3.36",
"vite": "^5.0.10",
"vike": "0.4.177",
"wrangler": "^2.9.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.33",
"react-streaming": "^0.3.36",
"typescript": "^5.3.3",
"vike": "0.4.177",
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"express": "^4.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.33",
"react-streaming": "^0.3.36",
"sirv": "^2.0.2",
"vite": "^5.0.10",
"vike": "0.4.177"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
},
"pnpm": {
"overrides": {
"vike": "link:./vike/",
"react-streaming": "0.3.36"
"vike": "link:./vike/"
},
"packageExtensions": {
"@apollo/client": {
Expand Down
17 changes: 8 additions & 9 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node-fetch": "^2.6.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.33",
"react-streaming": "^0.3.36",
"vite": "^5.0.10",
"vike": "0.4.177",
"wrangler": "^2.9.1"
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node-fetch": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.33",
"react-streaming": "^0.3.36",
"typescript": "^4.8.4",
"vite": "^5.0.10",
"vike": "0.4.177"
Expand Down
2 changes: 1 addition & 1 deletion test-deprecated-design/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"express": "^4.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.33",
"react-streaming": "^0.3.36",
"sirv": "^2.0.2",
"vite": "^5.0.10",
"vike": "0.4.177"
Expand Down
4 changes: 2 additions & 2 deletions vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
},
"peerDependencies": {
"react-streaming": ">=0.3.32",
"react-streaming": ">=0.3.36",
"vite": ">=4.4.0"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -209,7 +209,7 @@
"es-module-lexer": "^1.4.1",
"esbuild": "^0.19.10",
"fast-glob": "^3.3.2",
"react-streaming": "^0.3.33",
"react-streaming": "^0.3.36",
"rimraf": "^5.0.5",
"sirv": "^2.0.4",
"source-map-support": "^0.5.21",
Expand Down

0 comments on commit 1fc4dda

Please sign in to comment.