We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ee8f1 commit 8b09cdbCopy full SHA for 8b09cdb
package.json
@@ -36,7 +36,7 @@
36
"prepublishOnly": "npm run build && npm run minify && npm run build-module"
37
},
38
"dependencies": {
39
- "3d-force-graph": "^1.41.0",
+ "3d-force-graph": "^1.41.1",
40
"3d-force-graph-vr": "^1.21.0",
41
"force-graph": "^1.10.0",
42
"prop-types": "^15.6.2",
src/packages/react-force-graph-3d/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-force-graph-3d",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "React component for 3D force directed graphs",
5
"unpkg": "dist/react-force-graph-3d.min.js",
6
"main": "dist/react-force-graph-3d.common.js",
0 commit comments