sanity-plugin-dashboard-widget-vercel
4.0.244.0.25
package.json~
package.jsonModified+5−5
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "sanity-plugin-dashboard-widget-vercel",
- "version": "4.0.24",
+ "version": "4.0.25",
"description": "View your recent Vercel deployments and manually trigger builds directly from your Sanity dashboard.",
"keywords": [
"dashboard",
"plugin",
@@ -32,9 +32,9 @@
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@sanity/color": "^3.0.8",
"@sanity/icons": "^5.2.1",
- "@sanity/ui": "^3.5.1",
+ "@sanity/ui": "^4.0.0",
"@sanity/uuid": "^3.0.3",
"@tanstack/react-query": "^5.101.4",
"@xstate/react": "^6.1.0",
"object-hash": "3.0.0",
@@ -52,19 +52,19 @@
"@types/react-dom": "^19.2.4",
"babel-plugin-react-compiler": "^1.0.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
- "sanity": "^6.7.0",
+ "sanity": "^6.9.0",
"styled-components": "^6.4.4",
"tsdown": "^0.22.14",
- "@sanity/dashboard": "6.0.14"
+ "@sanity/dashboard": "6.0.15"
},
"peerDependencies": {
"react": "^19.2",
"react-dom": "^19.2",
"sanity": "^5 || ^6.0.0-0",
"styled-components": "^6.1",
- "@sanity/dashboard": "^6.0.14"
+ "@sanity/dashboard": "^6.0.15"
},
"engines": {
"node": ">=20.19 <22 || >=22.12"
},