@react-three/drei 9.32.8 → 9.32.9

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/core/Sparkles.js +1 -1
  2. package/package.json +1 -1
package/core/Sparkles.js CHANGED
@@ -2,9 +2,9 @@ import _extends from '@babel/runtime/helpers/esm/extends';
2
2
  import * as React from 'react';
3
3
  import * as THREE from 'three';
4
4
  import { extend, useThree, useFrame } from '@react-three/fiber';
5
+ import { shaderMaterial } from './shaderMaterial.js';
5
6
  import fragShader from '../helpers/glsl/Sparkles.frag.glsl.js';
6
7
  import vertShader from '../helpers/glsl/Sparkles.vert.glsl.js';
7
- import { shaderMaterial } from './shaderMaterial.js';
8
8
 
9
9
  const SparklesMaterial = shaderMaterial({
10
10
  time: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/drei",
3
- "version": "9.32.8",
3
+ "version": "9.32.9",
4
4
  "private": false,
5
5
  "description": "useful add-ons for react-three-fiber",
6
6
  "keywords": [