sanity-plugin-graph-view
5.0.195.0.20
package.json~
package.jsonModified+8−8
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "sanity-plugin-graph-view",
- "version": "5.0.19",
+ "version": "5.0.20",
"description": "",
"homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/sanity-plugin-graph-view#readme",
"bugs": {
"url": "https://github.com/sanity-io/plugins/issues"
@@ -22,27 +22,27 @@
".": "./dist/index.js",
"./package.json": "./package.json"
},
"dependencies": {
- "@sanity/color": "^3.0.6",
- "@sanity/ui": "^3.4.3",
+ "@sanity/color": "^3.0.8",
+ "@sanity/ui": "^4.0.0",
"bezier-easing": "^2.1.0",
"deep-equal": "^2.2.3",
"polished": "^4.3.1",
"react-force-graph-2d": "^1.29.1",
"uuid": "^14.0.1"
},
"devDependencies": {
"@sanity/tsconfig": "^2.2.1",
- "@sanity/tsdown-config": "^0.19.6",
+ "@sanity/tsdown-config": "^0.21.2",
"@types/deep-equal": "^1.0.4",
"@types/node": "^24.13.3",
- "@types/react": "^19.2.17",
+ "@types/react": "^19.2.18",
"babel-plugin-react-compiler": "^1.0.0",
- "react": "^19.2.7",
- "sanity": "^6.5.0",
+ "react": "^19.2.8",
+ "sanity": "^6.9.0",
"styled-components": "^6.4.4",
- "tsdown": "^0.22.13"
+ "tsdown": "^0.22.14"
},
"peerDependencies": {
"react": "^19.2",
"sanity": "^5 || ^6.0.0-0",