sanity-plugin-dashboard-widget-vercel

4.0.144.0.15
package.json
~package.jsonModified
+8−8
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "sanity-plugin-dashboard-widget-vercel",
-  "version": "4.0.14",
+  "version": "4.0.15",
   "description": "View your recent Vercel deployments and manually trigger builds directly from your Sanity dashboard.",
   "keywords": [
     "dashboard",
     "plugin",
@@ -32,39 +32,39 @@
   "dependencies": {
     "@hookform/resolvers": "^4.1.3",
     "@sanity/color": "^3.0.6",
     "@sanity/icons": "^5.0.0",
-    "@sanity/ui": "^3.3.1",
+    "@sanity/ui": "^3.3.5",
     "@sanity/uuid": "^3.0.3",
-    "@tanstack/react-query": "^5.101.1",
+    "@tanstack/react-query": "^5.101.2",
     "@xstate/react": "^6.1.0",
     "object-hash": "3.0.0",
-    "react-hook-form": "^7.80.0",
+    "react-hook-form": "^7.81.0",
     "react-time-ago": "^7.4.4",
     "use-deep-compare-effect": "^1.8.1",
     "xstate": "^5.32.4",
     "yup": "^0.32.11"
   },
   "devDependencies": {
     "@sanity/tsconfig": "^2.2.0",
-    "@sanity/tsdown-config": "^0.11.0",
+    "@sanity/tsdown-config": "^0.13.1",
     "@types/object-hash": "^3.0.6",
     "@types/react": "^19.2.17",
     "@types/react-dom": "^19.2.3",
     "babel-plugin-react-compiler": "^1.0.0",
     "react": "^19.2.7",
     "react-dom": "^19.2.7",
     "sanity": "^6.3.0",
     "styled-components": "^6.4.3",
-    "tsdown": "^0.22.3",
-    "@sanity/dashboard": "6.0.8"
+    "tsdown": "^0.22.5",
+    "@sanity/dashboard": "6.0.9"
   },
   "peerDependencies": {
     "react": "^19.2",
     "react-dom": "^19.2",
     "sanity": "^5 || ^6.0.0-0",
     "styled-components": "^6.1",
-    "@sanity/dashboard": "^6.0.8"
+    "@sanity/dashboard": "^6.0.9"
   },
   "engines": {
     "node": ">=20.19 <22 || >=22.12"
   },