@react-three/drei 9.57.1 → 9.57.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1791,6 +1791,7 @@ function Scene() {
1791
1791
  [![](https://img.shields.io/badge/-storybook-%23ff69b4)](https://drei.vercel.app/?path=/story/misc-html--html-st) ![](https://img.shields.io/badge/-Dom only-red)
1792
1792
 
1793
1793
  <p>
1794
+ <a href="https://codesandbox.io/s/0n9it"><img width="20%" src="https://codesandbox.io/api/v1/sandboxes/0n9it/screenshot.png" alt="Demo"/></a>
1794
1795
  <a href="https://codesandbox.io/s/qyz5r"><img width="20%" src="https://codesandbox.io/api/v1/sandboxes/qyz5r/screenshot.png" alt="Demo"/></a>
1795
1796
  <a href="https://codesandbox.io/s/9keg6"><img width="20%" src="https://codesandbox.io/api/v1/sandboxes/9keg6/screenshot.png" alt="Demo"/></a>
1796
1797
  <a href="https://codesandbox.io/s/6oei7"><img width="20%" src="https://codesandbox.io/api/v1/sandboxes/6oei7/screenshot.png" alt="Demo"/></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/drei",
3
- "version": "9.57.1",
3
+ "version": "9.57.2",
4
4
  "private": false,
5
5
  "description": "useful add-ons for react-three-fiber",
6
6
  "keywords": [
@@ -42,8 +42,8 @@
42
42
  "@babel/runtime": "^7.11.2",
43
43
  "@react-spring/three": "~9.6.1",
44
44
  "@use-gesture/react": "^10.2.24",
45
- "camera-controls": "^2.1.0",
46
- "detect-gpu": "^5.0.10",
45
+ "camera-controls": "^2.3.1",
46
+ "detect-gpu": "^5.0.14",
47
47
  "glsl-noise": "^0.0.0",
48
48
  "lodash.clamp": "^4.0.3",
49
49
  "lodash.omit": "^4.5.0",