Skip to content

Commit 7ca43fe

Browse files
committed
Bump deps
1 parent f19ca87 commit 7ca43fe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ForceGraph3d({ configOptions })(<domElement>)
6868
| Config options | Description | Default |
6969
| --- | --- | :--: |
7070
| <b>controlType</b>: <i>str</i> | Which type of control to use to control the camera. Choice between [trackball](https://threejs.org/examples/misc_controls_trackball.html), [orbit](https://threejs.org/examples/#misc_controls_orbit) or [fly](https://threejs.org/examples/misc_controls_fly.html). | `trackball` |
71-
| <b>rendererConfig</b>: <i>object</i> | Configuration parameters to pass to the [ThreeJS WebGLRenderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer) constructor. | `{ alpha: true }` |
71+
| <b>rendererConfig</b>: <i>object</i> | Configuration parameters to pass to the [ThreeJS WebGLRenderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer) constructor. | `{ antialias: true, alpha: true }` |
7272

7373
### Data input
7474
| Method | Description | Default |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"three": "^0.102.1",
4444
"three-dragcontrols": "^0.88.2",
4545
"three-forcegraph": "^1.17.1",
46-
"three-render-objects": "^1.4.4"
46+
"three-render-objects": "^1.4.5"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "^7.3.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3977,10 +3977,10 @@ three-orbit-controls@^82.1.0:
39773977
resolved "https://registry.yarnpkg.com/three-orbit-controls/-/three-orbit-controls-82.1.0.tgz#11a7f33d0a20ecec98f098b37780f6537374fab4"
39783978
integrity sha1-EafzPQog7OyY8Jizd4D2U3N0+rQ=
39793979

3980-
three-render-objects@^1.4.4:
3981-
version "1.4.4"
3982-
resolved "https://registry.yarnpkg.com/three-render-objects/-/three-render-objects-1.4.4.tgz#c1d8a1fdc9bd46fb6234a1112c985c09f7eb34a9"
3983-
integrity sha512-Z5JeU2u2op1QvHpAe8CscI52DoEwztmC2A2zENgeKY0p5ACed6JMgks75HO1Xt/Fm1VsDfFnbEjEaWpquwNTOQ==
3980+
three-render-objects@^1.4.5:
3981+
version "1.4.5"
3982+
resolved "https://registry.npmjs.org/three-render-objects/-/three-render-objects-1.4.5.tgz#f45445c46ceae569cf02bb485378631202a8733f"
3983+
integrity sha512-dHsLG1MDofFvFfSdvAqnl9qn7qhWhymEcbK/f4DvzlvrBvJdO3YdOhHj35xfmK7KMlcLsDc7k5B4+154msKYyQ==
39843984
dependencies:
39853985
"@tweenjs/tween.js" "^17.3.0"
39863986
accessor-fn "^1.2.2"

0 commit comments

Comments
 (0)