Skip to content

Commit

Permalink
Update react to 18.3.0-next-d962f35ca-20230418
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Apr 18, 2023
1 parent 5745fed commit 50f76e3
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 41 deletions.
6 changes: 3 additions & 3 deletions apps/cloudflare-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@mfng/core": "*",
"@mfng/shared-app": "*",
"history": "^5.3.0",
"react": "18.3.0-next-39a3b72c6-20230414",
"react-dom": "18.3.0-next-39a3b72c6-20230414"
"react": "18.3.0-next-d962f35ca-20230418",
"react-dom": "18.3.0-next-d962f35ca-20230418"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230221.0",
Expand All @@ -36,7 +36,7 @@
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"react-server-dom-webpack": "18.3.0-next-39a3b72c6-20230414",
"react-server-dom-webpack": "18.3.0-next-d962f35ca-20230418",
"resolve-typescript-plugin": "^2.0.0",
"swc-loader": "^0.2.3",
"tailwindcss": "^3.2.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/shared-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clsx": "^1.2.1",
"countries-list": "^2.6.1",
"fuse.js": "^6.6.2",
"react": "18.3.0-next-39a3b72c6-20230414",
"react": "18.3.0-next-d962f35ca-20230418",
"react-markdown": "^8.0.5",
"server-only": "^0.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/vercel-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@mfng/shared-app": "*",
"@vercel/analytics": "^0.1.11",
"history": "^5.3.0",
"react": "18.3.0-next-39a3b72c6-20230414",
"react-dom": "18.3.0-next-39a3b72c6-20230414",
"react": "18.3.0-next-d962f35ca-20230418",
"react-dom": "18.3.0-next-d962f35ca-20230418",
"web-vitals": "^3.3.1"
},
"devDependencies": {
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest-config": "^29.5.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.4",
"react-dom": "18.3.0-next-39a3b72c6-20230414",
"react-dom": "18.3.0-next-d962f35ca-20230418",
"rimraf": "^4.4.1",
"turbo": "^1.8.8",
"typescript": "^4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@types/htmlescape": "^1.1.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"react": "18.3.0-next-39a3b72c6-20230414",
"react-dom": "18.3.0-next-39a3b72c6-20230414",
"react-server-dom-webpack": "18.3.0-next-39a3b72c6-20230414",
"react": "18.3.0-next-d962f35ca-20230418",
"react-dom": "18.3.0-next-d962f35ca-20230418",
"react-server-dom-webpack": "18.3.0-next-d962f35ca-20230418",
"typescript": "^4.9.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@types/memory-fs": "^0.3.3",
"memory-fs": "^0.5.0",
"prettier": "^2.8.7",
"react": "18.3.0-next-39a3b72c6-20230414",
"react-server-dom-webpack": "18.3.0-next-39a3b72c6-20230414",
"react": "18.3.0-next-d962f35ca-20230418",
"react-server-dom-webpack": "18.3.0-next-d962f35ca-20230418",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
},
Expand Down
5 changes: 5 additions & 0 deletions types/react-server-dom-webpack-client.browser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ declare module 'react-server-dom-webpack/client.browser' {
export function encodeReply(
value: ReactServerValue,
): Promise<string | FormData>;

export function createServerReference(
id: string,
callServer: CallServerCallback,
): (...args: unknown[]) => Promise<unknown>;
}

0 comments on commit 50f76e3

Please sign in to comment.