Skip to content

Commit 4ec85c7

Browse files
committed
Publish pckgs
1 parent 5a4f751 commit 4ec85c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dist/**/*"
4141
],
4242
"dependencies": {
43-
"3d-force-graph": "^1.66.3",
43+
"3d-force-graph": "^1.66.4",
4444
"3d-force-graph-ar": "^1.6.1",
4545
"3d-force-graph-vr": "^1.35.1",
4646
"force-graph": "^1.32.2",
@@ -58,7 +58,7 @@
5858
"@babel/preset-react": "^7.10.4",
5959
"@rollup/plugin-commonjs": "^13.0.0",
6060
"@rollup/plugin-node-resolve": "^8.1.0",
61-
"@types/react": "^16.9.41",
61+
"@types/react": "^16.9.42",
6262
"rimraf": "^3.0.2",
6363
"rollup": "^2.21.0",
6464
"rollup-plugin-babel": "^4.4.0",

src/packages/react-force-graph-3d/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-force-graph-3d",
3-
"version": "1.18.3",
3+
"version": "1.18.4",
44
"description": "React component for 3D force directed graphs",
55
"license": "MIT",
66
"unpkg": "dist/react-force-graph-3d.min.js",

0 commit comments

Comments
 (0)