Skip to content

Commit

Permalink
update react canary
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Feb 10, 2024
1 parent 271a89d commit 2b2ffe9
Show file tree
Hide file tree
Showing 20 changed files with 218 additions and 202 deletions.
6 changes: 3 additions & 3 deletions e2e/fixtures/rsc-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions e2e/fixtures/rsc-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions e2e/fixtures/ssr-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/01_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/02_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/03_minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/04_promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/05_actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"react-wrap-balancer": "1.1.0",
"waku": "0.19.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/06_nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/07_router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/08_cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"cookie-parser": "1.4.6",
"express": "4.18.2",
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/09_cssmodules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/10_dynamicroute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"glob": "10.3.10",
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/11_form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/12_css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@stylexjs/stylex": "0.5.1",
"@vanilla-extract/css": "1.14.1",
"classnames": "2.3.2",
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/13_path-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "waku start --with-ssr"
},
"dependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "0.19.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209",
"typescript": "^5.3.3",
"wait-port": "^1.1.0",
"waku": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"rollup": "^4.9.6"
},
"peerDependencies": {
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react-server-dom-webpack": "18.3.0-canary-4b2a1115a-20240202"
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"react-server-dom-webpack": "18.3.0-canary-03d6f7cf0-20240209"
}
}
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"framer-motion": "^11.0.3",
"jotai": "^2.6.4",
"next-mdx-remote": "^4.4.1",
"react": "18.3.0-canary-4b2a1115a-20240202",
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
"react": "18.3.0-canary-03d6f7cf0-20240209",
"react-dom": "18.3.0-canary-03d6f7cf0-20240209",
"waku": "https://pkg.csb.dev/dai-shi/waku/commit/e411dd08/waku"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2b2ffe9

Please sign in to comment.