Skip to content

Commit bb0ec24

Browse files
author
Riwut Libinuko
committed
Update dependencies including React, Three.js, and graphology packages
Updates @react-three/drei to 10.1.2, @react-three/fiber to 9.1.2, three.js to 0.177.0, and various graphology packages to their latest versions. Also upgrades React to 19.1.0 and other development dependencies.
1 parent f6798cb commit bb0ec24

File tree

2 files changed

+68
-60
lines changed

2 files changed

+68
-60
lines changed

package-lock.json

Lines changed: 52 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,25 @@
5252
"homepage": "https://github.com/reaviz/reagraph#readme",
5353
"dependencies": {
5454
"@react-spring/three": "10.0.1",
55-
"@react-three/drei": "^10.0.7",
56-
"@react-three/fiber": "9.0.4",
55+
"@react-three/drei": "^10.1.2",
56+
"@react-three/fiber": "9.1.2",
5757
"@storybook/manager-api": "^8.6.14",
5858
"@use-gesture/react": "^10.3.1",
5959
"camera-controls": "^2.8.3",
6060
"classnames": "^2.5.1",
6161
"d3-array": "^3.2.4",
62-
"d3-force-3d": "^3.0.3",
62+
"d3-force-3d": "^3.0.6",
6363
"d3-hierarchy": "^3.1.2",
6464
"d3-scale": "^4.0.2",
6565
"ellipsize": "^0.5.1",
66-
"graphology": "^0.25.4",
66+
"graphology": "^0.26.0",
6767
"graphology-layout": "^0.6.1",
6868
"graphology-layout-forceatlas2": "^0.10.1",
6969
"graphology-layout-noverlap": "^0.4.2",
70-
"graphology-metrics": "^2.1.0",
71-
"graphology-shortest-path": "^2.0.2",
70+
"graphology-metrics": "^2.4.0",
71+
"graphology-shortest-path": "^2.1.0",
7272
"hold-event": "^0.2.0",
73-
"three": "^0.176.0",
73+
"three": "^0.177.0",
7474
"three-stdlib": "^2.36.0",
7575
"zustand": "5.0.5"
7676
},
@@ -91,11 +91,11 @@
9191
"@storybook/react-vite": "^8.6.12",
9292
"@storybook/theming": "^8.6.12",
9393
"@types/d3-array": "^3.2.1",
94-
"@types/d3-hierarchy": "^3.1.6",
95-
"@types/d3-scale": "^4.0.8",
96-
"@types/react": "^19.1.4",
97-
"@types/react-dom": "^19.1.5",
98-
"@types/three": "^0.176.0",
94+
"@types/d3-hierarchy": "^3.1.7",
95+
"@types/d3-scale": "^4.0.9",
96+
"@types/react": "^19.1.6",
97+
"@types/react-dom": "^19.1.6",
98+
"@types/three": "^0.177.0",
9999
"@typescript-eslint/eslint-plugin": "^7.1.0",
100100
"@typescript-eslint/parser": "^7.1.0",
101101
"@vitejs/plugin-react": "^4.2.1",
@@ -106,15 +106,15 @@
106106
"eslint-plugin-react": "^7.34.0",
107107
"eslint-plugin-react-hooks": "^4.6.0",
108108
"eslint-plugin-storybook": "^0.8.0",
109-
"graphology-types": "^0.24.7",
110-
"husky": "^9.0.11",
109+
"graphology-types": "^0.24.8",
110+
"husky": "^9.1.7",
111111
"jsdom": "^24.0.0",
112112
"lint-staged": "^15.2.2",
113113
"postcss-nested": "^6.0.1",
114114
"postcss-preset-env": "^9.4.0",
115115
"prettier": "^3.2.5",
116-
"react": "^19.0.0",
117-
"react-dom": "^19.0.0",
116+
"react": "^19.1.0",
117+
"react-dom": "^19.1.0",
118118
"reakeys": "^2.0.6",
119119
"rollup-plugin-peer-deps-external": "2.2.4",
120120
"stats.js": "^0.17.0",

0 commit comments

Comments
 (0)