Skip to content

Commit

Permalink
bump react react-dom experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Oct 12, 2023
1 parent e9e2be2 commit dca8179
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 34 deletions.
4 changes: 2 additions & 2 deletions examples/react/rsc/fw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@vinxi/react-server": "0.0.21",
"@vinxi/react-server-dom": "0.0.3",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/rsc/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@vitejs/plugin-react": "^4.0.4",
"acorn-loose": "^8.3.0",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/rsc/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@vinxi/react-server-dom": "0.0.3",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/spa/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@vinxi/react": "0.0.11",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
11 changes: 6 additions & 5 deletions examples/react/spa/tanstack-router-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
},
"dependencies": {
"@picocss/pico": "^1.5.10",
"@tanstack/react-loaders": "0.0.1-beta.109",
"@tanstack/router": "0.0.1-beta.111",
"@tanstack/router-devtools": "0.0.1-beta.111",
"@tanstack/react-loaders": "0.0.1-beta.194",
"@tanstack/react-router": "0.0.1-beta.194",
"@tanstack/router": "0.0.1-beta.174",
"@tanstack/router-devtools": "0.0.1-beta.194",
"@vinxi/react": "0.0.11",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"axios": "^1.5.0",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/spa/tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"acorn-loose": "^8.3.0",
"autoprefixer": "^10.4.15",
"axios": "^1.5.0",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/spa/wouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@picocss/pico": "^1.5.10",
"@vinxi/react": "0.0.11",
"path-to-regexp": "^6.2.1",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"wouter": "^2.11.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/ssr/basic-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"miniflare": "^2.14.1",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"unenv": "^1.7.4",
"vinxi": "0.0.34",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/ssr/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@vinxi/react": "0.0.11",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
9 changes: 6 additions & 3 deletions examples/react/ssr/tanstack-router-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@
"autoprefixer": "^10.4.15",
"axios": "^1.5.0",
"isbot": "^3.6.13",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7"
"vitest": "^0.34.1",
"@vitest/browser": "^0.34.6",
"playwright": "^1.38.1",
"webdriverio": "^8.16.20"
}
}
4 changes: 2 additions & 2 deletions examples/react/ssr/wouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"path-to-regexp": "^6.2.1",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34",
"wouter": "^2.11.0"
Expand Down
1 change: 1 addition & 0 deletions test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config: PlaywrightTestConfig = {
testDir: ".",
testMatch: ["**/*.test.ts"],
fullyParallel: true,
workers: 1,
timeout: process.env.CI ? 120_000 : 30_000, // 2 minutes in CI, 30 seconds locally
expect: {
timeout: 5_000, // 5 second retries for assertions
Expand Down
4 changes: 2 additions & 2 deletions test/templates/react-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@vitejs/plugin-react": "^4.0.4",
"acorn-loose": "^8.3.0",
"autoprefixer": "^10.4.15",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34"
},
Expand Down
4 changes: 2 additions & 2 deletions test/templates/react-ssr-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"path-to-regexp": "^6.2.1",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"tailwindcss": "^3.3.3",
"vinxi": "0.0.34",
"wouter": "^2.11.0"
Expand Down
4 changes: 2 additions & 2 deletions test/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@vinxi/react": "0.0.11",
"@vitejs/plugin-react": "^4.0.4",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"vinxi": "0.0.34"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions vendor/react-server-dom-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"react": "0.0.0-experimental-dddfe6882-20231005",
"react-dom": "0.0.0-experimental-dddfe6882-20231005",
"vite": "^4.3.9"
},
"dependencies": {
Expand Down

0 comments on commit dca8179

Please sign in to comment.