sanity-plugin-dashboard-widget-vercel 3.1.3 → 3.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # Vercel Dashboard Widget (for Sanity)
2
2
 
3
- > This is a **Sanity Studio v3** plugin.
4
3
  > For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/anity-plugin-dashboard-widget-vercel/tree/studio-v2).
5
4
 
6
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-dashboard-widget-vercel",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "View your recent Vercel deployments and manually trigger builds directly from your Sanity dashboard.",
5
5
  "keywords": [
6
6
  "sanity",
@@ -77,11 +77,11 @@
77
77
  "@commitlint/cli": "^17.8.1",
78
78
  "@commitlint/config-conventional": "^17.8.1",
79
79
  "@sanity/client": "^6.28.3",
80
- "@sanity/dashboard": "^4.1.2",
80
+ "@sanity/dashboard": "^4.1.3",
81
81
  "@sanity/pkg-utils": "^7.0.4",
82
82
  "@sanity/plugin-kit": "^4.0.19",
83
83
  "@sanity/semantic-release-preset": "^2.0.5",
84
- "@sanity/vision": "^3.78.1",
84
+ "@sanity/vision": "^3.79.0",
85
85
  "@types/node-fetch": "^2.6.12",
86
86
  "@types/object-hash": "^2.2.1",
87
87
  "@types/pluralize": "^0.0.33",
@@ -102,7 +102,7 @@
102
102
  "react-dom": "^19.0.0",
103
103
  "react-is": "^19.0.0",
104
104
  "rimraf": "^3.0.2",
105
- "sanity": "^3.78.1",
105
+ "sanity": "^3.79.0",
106
106
  "styled-components": "^6.1.15",
107
107
  "typescript": "5.7.3"
108
108
  },
@@ -110,7 +110,7 @@
110
110
  "@sanity/dashboard": "^4",
111
111
  "react": "^18.3 || ^19",
112
112
  "react-dom": "^18.3 || ^19",
113
- "sanity": "^3",
113
+ "sanity": "^3 || ^4.0.0-0|| ^5.0.0",
114
114
  "styled-components": "^6.1"
115
115
  },
116
116
  "engines": {