Skip to content

Commit ab86a44

Browse files
fix(deps): update dependency three to ^0.183.0
1 parent 4b87e8c commit ab86a44

File tree

6 files changed

+30
-24
lines changed

6 files changed

+30
-24
lines changed

apps/fiducial-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@biomejs/biome": "^2.3.11",
1616
"@types/react": "^19.2.7",
1717
"@types/react-dom": "^19.2.3",
18-
"@types/three": "^0.182.0",
18+
"@types/three": "^0.183.0",
1919
"@vitejs/plugin-react": "^5.1.2",
2020
"typescript": "^5.9.3",
2121
"vite": "^7.3.0",
@@ -28,6 +28,6 @@
2828
"@react-three/fiber": "^9.5.0",
2929
"react": "^19.2.3",
3030
"react-dom": "^19.2.3",
31-
"three": "^0.182.0"
31+
"three": "^0.183.0"
3232
}
3333
}

apps/geolocation-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@biomejs/biome": "^2.3.11",
1616
"@types/react": "^19.2.7",
1717
"@types/react-dom": "^19.2.3",
18-
"@types/three": "^0.182.0",
18+
"@types/three": "^0.183.0",
1919
"@vitejs/plugin-react": "^5.1.2",
2020
"typescript": "^5.9.3",
2121
"vite": "^7.3.0",
@@ -28,6 +28,6 @@
2828
"locar": "^0.1.8",
2929
"react": "^19.2.3",
3030
"react-dom": "^19.2.3",
31-
"three": "^0.182.0"
31+
"three": "^0.183.0"
3232
}
3333
}

apps/immersive-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@biomejs/biome": "2.3.11",
1616
"@types/react": "^19.2.7",
1717
"@types/react-dom": "^19.2.3",
18-
"@types/three": "^0.182.0",
18+
"@types/three": "^0.183.0",
1919
"@vitejs/plugin-react": "^5.1.2",
2020
"typescript": "~5.9.3",
2121
"vite": "^7.3.0",
@@ -29,6 +29,6 @@
2929
"@react-three/xr": "^6.6.29",
3030
"react": "^19.2.3",
3131
"react-dom": "^19.2.3",
32-
"three": "^0.182.0"
32+
"three": "^0.183.0"
3333
}
3434
}

apps/magic-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@biomejs/biome": "^2.3.11",
1616
"@types/react": "^19.2.7",
1717
"@types/react-dom": "^19.2.3",
18-
"@types/three": "^0.182.0",
18+
"@types/three": "^0.183.0",
1919
"@vitejs/plugin-react": "^5.1.2",
2020
"typescript": "^5.9.3",
2121
"vite": "^7.3.0",
@@ -27,6 +27,6 @@
2727
"@react-three/fiber": "^9.5.0",
2828
"react": "^19.2.3",
2929
"react-dom": "^19.2.3",
30-
"three": "^0.182.0"
30+
"three": "^0.183.0"
3131
}
3232
}

bun.lock

Lines changed: 20 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@
9292
"@types/node": "^25.0.3",
9393
"@types/react": "^19.2.7",
9494
"@types/react-dom": "^19.2.3",
95-
"@types/three": "^0.182.0",
95+
"@types/three": "^0.183.0",
9696
"jsdom": "^27.4.0",
9797
"locar": "^0.1.8",
9898
"react": "^19.2.3",
9999
"react-dom": "^19.2.3",
100-
"three": "^0.182.0",
100+
"three": "^0.183.0",
101101
"typescript": "^5.9.3",
102102
"vite": "^7.3.0",
103103
"vite-plugin-dts": "^4.5.4",

0 commit comments

Comments
 (0)