Skip to content

Commit

Permalink
chore(deps): update react canary 14898b6a9-20240318
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 20, 2024
1 parent 14f7a2d commit b079a47
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 55 deletions.
6 changes: 3 additions & 3 deletions packages/react-server/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@hiogawa/react-server": "latest",
"@hiogawa/test-dep-server-component": "file:deps/server-component",
"@hiogawa/test-dep-use-client": "file:deps/use-client",
"react": "18.3.0-canary-6c3b8dbfe-20240226",
"react-dom": "18.3.0-canary-6c3b8dbfe-20240226",
"react-server-dom-webpack": "18.3.0-canary-6c3b8dbfe-20240226",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"react-server-dom-webpack": "18.3.0-canary-14898b6a9-20240318",
"react-wrap-balancer": "^1.1.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default async function Page() {
<CommonComponent message="from server" />
<div className="text-sm">
<pre>Server Time: {new Date().toISOString()}</pre>
<Fetch url="https://unpkg.com/react@18.3.0-canary-6c3b8dbfe-20240226/package.json" />
<Fetch url="https://unpkg.com/react@18.3.0-canary-14898b6a9-20240318/package.json" />
</div>
<Counter />
</div>
Expand Down
6 changes: 3 additions & 3 deletions packages/react-server/examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"dependencies": {
"@hiogawa/react-server": "latest",
"react": "18.3.0-canary-6c3b8dbfe-20240226",
"react-dom": "18.3.0-canary-6c3b8dbfe-20240226",
"react-server-dom-webpack": "18.3.0-canary-6c3b8dbfe-20240226"
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"react-server-dom-webpack": "18.3.0-canary-14898b6a9-20240318"
},
"devDependencies": {
"@hattip/adapter-node": "^0.0.44",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"@types/estree": "^1.0.5",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"react": "18.3.0-canary-6c3b8dbfe-20240226",
"react-dom": "18.3.0-canary-6c3b8dbfe-20240226",
"react-server-dom-webpack": "18.3.0-canary-6c3b8dbfe-20240226",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"react-server-dom-webpack": "18.3.0-canary-14898b6a9-20240318",
"vite": "^5.1.6"
},
"peerDependencies": {
"react": "18.3.0-canary-6c3b8dbfe-20240226",
"react-dom": "18.3.0-canary-6c3b8dbfe-20240226",
"react-server-dom-webpack": "18.3.0-canary-6c3b8dbfe-20240226",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
"react-server-dom-webpack": "18.3.0-canary-14898b6a9-20240318",
"vite": "^5.1.0"
}
}
84 changes: 42 additions & 42 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 b079a47

Please sign in to comment.