Skip to content

Commit 07de10d

Browse files
committed
[core] update sigma & graphology
1 parent 0e8fcf6 commit 07de10d

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"website": "npm run build -w @react-sigma/storybook && npm run build -w @react-sigma/website"
3636
},
3737
"dependencies": {
38-
"graphology": "^0.25.4",
38+
"graphology": "^0.26.0",
3939
"graphology-types": "^0.24.8",
40-
"sigma": "^3.0.0"
40+
"sigma": "^3.0.2"
4141
},
4242
"devDependencies": {
4343
"@faker-js/faker": "^9.3.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"start": "nodemon --watch src -e ts,tsx,css --exec npm run build"
4141
},
4242
"peerDependencies": {
43-
"graphology": "^0.25.4",
43+
"graphology": "^0.26.0",
4444
"react": "^18.0.0 || ^19.0.0",
45-
"sigma": "^3.0.0"
45+
"sigma": "^3.0.2"
4646
},
4747
"gitHead": "a64711826b2ee03f4ddd702a87b693ac94e9ae70"
4848
}

0 commit comments

Comments
 (0)