sanity-plugin-dashboard-widget-document-list

3.0.93.0.10
~

Modified (3 files)

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"
   },
Index: package/dist/index.d.ts.map
===================================================================
--- package/dist/index.d.ts.map
+++ package/dist/index.d.ts.map
@@ -1,1 +1,1 @@
-{"version":3,"file":"index.d.ts","names":[],"sources":["../src/DocumentList.tsx","../src/plugin.tsx"],"mappings":";UAeiB,kBAAA;EACf,KAAA;EACA,KAAA;EACA,KAAA;EACA,WAAA,GAAc,MAAM;EACpB,KAAA;EACA,KAAA;EACA,gBAAA;EACA,gBAAA;EACA,UAAA;AAAA;AAAA,UCpBe,wBAAA,SAAiC,kBAAkB;EAClE,MAAA,GAAS,YAAA;AAAA;AAAA,iBAGK,kBAAA,CAAmB,MAAA,EAAQ,wBAAA,GAA2B,eAAe"}
\ No newline at end of file
+{"version":3,"file":"index.d.ts","names":[],"sources":["../src/DocumentList.tsx","../src/plugin.tsx"],"mappings":";;UAeiB;EACf;EACA;EACA;EACA,cAAc;EACd;EACA;EACA;EACA;EACA;;UCpBe,iCAAiC;EAChD,SAAS;;iBAGK,mBAAmB,QAAQ,2BAA2B"}
\ No newline at end of file
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,5 +1,6 @@
 import { DashboardWidget, LayoutConfig } from "@sanity/dashboard";
+import "react";
 interface DocumentListConfig {
   title?: string;
   types?: string[];
   query?: string;