Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .syncpackrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"pinVersion": "19.2.3"
},
{
"label": "three is pinned: the @splinetool/loader patch is keyed to r165, and postprocessing 6.36.6 needs < 0.173",
"label": "three is capped at 0.181.2: r182 moved shadow maps to sampler2DShadow, which drei 10's <SoftShadows> PCSS override cannot compile (fixed only on the drei 11 alpha line, which needs @react-three/fiber 10)",
"packages": ["@example/**"],
"dependencies": ["three"],
"pinVersion": "0.165.0"
"pinVersion": "0.181.2"
},
{
"label": "@react-three/fiber is pinned: 9.x is the React 19 line, and a caret could raise the three floor",
Expand All @@ -43,10 +43,10 @@
"pinVersion": "1.2.2"
},
{
"label": "postprocessing is pinned to the last release accepting three 0.165 (6.36.7+ needs >= 0.174); pnpm.overrides pins the transitive copy too",
"label": "postprocessing is pinned to the latest release accepting three 0.181 (its peer range is >= 0.168 < 0.186)",
"packages": ["@example/**"],
"dependencies": ["postprocessing"],
"pinVersion": "6.36.6"
"pinVersion": "6.39.4"
},
{
"label": "suspend-react is pinned for all examples (the suspend(promise) pattern requires >= 0.1.3)",
Expand All @@ -55,7 +55,7 @@
"pinVersion": "0.1.3"
},
{
"label": "@splinetool/loader is pinned to the last release that parses the repo's 2022-era .splinecode scenes (0.9.156+ silently fall back to a default gray material or crash; the three-r165 pnpm patch is keyed to this exact version)",
"label": "@splinetool/loader is pinned to the last release that parses the repo's 2022-era .splinecode scenes (0.9.156+ silently fall back to a default gray material or crash; the three-compat pnpm patch is keyed to this exact version)",
"packages": ["@example/**"],
"dependencies": ["@splinetool/loader"],
"pinVersion": "0.9.153"
Expand Down
4 changes: 2 additions & 2 deletions examples/aquarium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/arkanoid-under-60-loc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/rapier": "^2.2.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/arkanoid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0",
"three": "0.181.2",
"zustand": "^5.0.14"
},
"scripts": {
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/audio-analyser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0",
"three": "0.181.2",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/backdrop-and-cables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/baking-soft-shadows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-ballpit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"nice-color-palettes": "^3.0.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bestservedbold-christmas-baubles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"@react-three/rapier": "^2.2.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bezier-curves-and-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"@use-gesture/react": "^10.3.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bloom-hdr-workflow-gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bouncy-watch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bounds-and-makedefault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bruno-simons-20k-challenge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"@react-three/rapier": "^2.2.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bubbles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"@react-three/postprocessing": "^3.0.5",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/building-dynamic-envmaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"leva": "^0.10.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/building-live-envmaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"lamina": "1.2.2",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/bvh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"r3f-perf": "^7.2.3",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0",
"three": "0.181.2",
"three-mesh-bvh": "0.7.8"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/camera-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/camera-shake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/canvas-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/cards-with-border-radius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@react-three/fiber": "9.6.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"three": "0.165.0"
"three": "0.181.2"
},
"scripts": {
"dev": "vite --host",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"react": "19.2.8",
"react-dom": "19.2.8",
"suspend-react": "0.1.3",
"three": "0.165.0"
"three": "0.181.2"
},
"devDependencies": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/three": "^0.165.0",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^6.0.4",
"typescript": "^7.0.2",
"vite": "^8.1.5"
Expand Down
Loading
Loading