sanity-plugin-dashboard-widget-document-list

3.0.93.0.10
package.json
~package.jsonModified
+6−6
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "sanity-plugin-dashboard-widget-document-list",
-  "version": "3.0.9",
+  "version": "3.0.10",
   "description": "Dashboard widget for the Sanity Content Studio which displays a list of documents.",
   "keywords": [
     "dashboard",
     "documents",
@@ -30,30 +30,30 @@
     ".": "./dist/index.js",
     "./package.json": "./package.json"
   },
   "dependencies": {
-    "@sanity/ui": "^3.3.1",
+    "@sanity/ui": "^3.3.5",
     "lodash-es": "^4.18.1",
     "rxjs": "^7.8.2"
   },
   "devDependencies": {
     "@sanity/tsconfig": "^2.2.0",
-    "@sanity/tsdown-config": "^0.11.0",
+    "@sanity/tsdown-config": "^0.13.1",
     "@types/lodash-es": "^4.17.12",
     "@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",
-    "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",
-    "@sanity/dashboard": "^6.0.8"
+    "@sanity/dashboard": "^6.0.9"
   },
   "engines": {
     "node": ">=20.19 <22 || >=22.12"
   },