|
52 | 52 | "homepage": "https://github.com/reaviz/reagraph#readme", |
53 | 53 | "dependencies": { |
54 | 54 | "@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", |
57 | 57 | "@storybook/manager-api": "^8.6.14", |
58 | 58 | "@use-gesture/react": "^10.3.1", |
59 | 59 | "camera-controls": "^2.8.3", |
60 | 60 | "classnames": "^2.5.1", |
61 | 61 | "d3-array": "^3.2.4", |
62 | | - "d3-force-3d": "^3.0.3", |
| 62 | + "d3-force-3d": "^3.0.6", |
63 | 63 | "d3-hierarchy": "^3.1.2", |
64 | 64 | "d3-scale": "^4.0.2", |
65 | 65 | "ellipsize": "^0.5.1", |
66 | | - "graphology": "^0.25.4", |
| 66 | + "graphology": "^0.26.0", |
67 | 67 | "graphology-layout": "^0.6.1", |
68 | 68 | "graphology-layout-forceatlas2": "^0.10.1", |
69 | 69 | "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", |
72 | 72 | "hold-event": "^0.2.0", |
73 | | - "three": "^0.176.0", |
| 73 | + "three": "^0.177.0", |
74 | 74 | "three-stdlib": "^2.36.0", |
75 | 75 | "zustand": "5.0.5" |
76 | 76 | }, |
|
91 | 91 | "@storybook/react-vite": "^8.6.12", |
92 | 92 | "@storybook/theming": "^8.6.12", |
93 | 93 | "@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", |
99 | 99 | "@typescript-eslint/eslint-plugin": "^7.1.0", |
100 | 100 | "@typescript-eslint/parser": "^7.1.0", |
101 | 101 | "@vitejs/plugin-react": "^4.2.1", |
|
106 | 106 | "eslint-plugin-react": "^7.34.0", |
107 | 107 | "eslint-plugin-react-hooks": "^4.6.0", |
108 | 108 | "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", |
111 | 111 | "jsdom": "^24.0.0", |
112 | 112 | "lint-staged": "^15.2.2", |
113 | 113 | "postcss-nested": "^6.0.1", |
114 | 114 | "postcss-preset-env": "^9.4.0", |
115 | 115 | "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", |
118 | 118 | "reakeys": "^2.0.6", |
119 | 119 | "rollup-plugin-peer-deps-external": "2.2.4", |
120 | 120 | "stats.js": "^0.17.0", |
|
0 commit comments