@react-three/drei 9.23.2 → 9.23.5

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.
@@ -1,4 +1,4 @@
1
- import { ShaderMaterial, Vector2, Uniform, NoBlending } from 'three';
1
+ import { ShaderMaterial, Uniform, Vector2, NoBlending } from 'three';
2
2
 
3
3
  class ConvolutionMaterial extends ShaderMaterial {
4
4
  constructor(texelSize = new Vector2()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/drei",
3
- "version": "9.23.2",
3
+ "version": "9.23.5",
4
4
  "private": false,
5
5
  "description": "useful add-ons for react-three-fiber",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "@babel/runtime": "^7.11.2",
43
43
  "@react-spring/three": "^9.3.1",
44
44
  "@use-gesture/react": "^10.2.0",
45
- "detect-gpu": "^4.0.19",
45
+ "detect-gpu": "^4.0.36",
46
46
  "glsl-noise": "^0.0.0",
47
47
  "lodash.omit": "^4.5.0",
48
48
  "lodash.pick": "^4.4.0",
@@ -51,8 +51,8 @@
51
51
  "react-merge-refs": "^1.1.0",
52
52
  "stats.js": "^0.17.0",
53
53
  "suspend-react": "^0.0.8",
54
- "three-mesh-bvh": "^0.5.10",
55
- "three-stdlib": "^2.14.0",
54
+ "three-mesh-bvh": "^0.5.15",
55
+ "three-stdlib": "^2.14.2",
56
56
  "troika-three-text": "^0.46.4",
57
57
  "utility-types": "^3.10.0",
58
58
  "zustand": "^3.5.13"