sanity-plugin-dashboard-widget-vercel
4.0.274.0.28
package.json~
package.jsonModified+4−4
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "sanity-plugin-dashboard-widget-vercel",
- "version": "4.0.27",
+ "version": "4.0.28",
"description": "View your recent Vercel deployments and manually trigger builds directly from your Sanity dashboard.",
"keywords": [
"dashboard",
"plugin",
@@ -49,22 +49,22 @@
"@sanity/tsdown-config": "^0.26.0",
"@types/object-hash": "^3.0.6",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
- "babel-plugin-react-compiler": "^1.0.0",
+ "oxc-transform-react": "^0.145.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sanity": "^6.10.1",
"styled-components": "^6.5.3",
"tsdown": "^0.22.14",
- "@sanity/dashboard": "6.0.17"
+ "@sanity/dashboard": "6.0.18"
},
"peerDependencies": {
"react": "^19.2",
"react-dom": "^19.2",
"sanity": "^5 || ^6.0.0-0",
"styled-components": "^6.1",
- "@sanity/dashboard": "^6.0.17"
+ "@sanity/dashboard": "^6.0.18"
},
"engines": {
"node": ">=20.19 <22 || >=22.12"
},