@sanity/debug-live-sync-tags

1.0.71.0.8
package.json
~package.jsonModified
+7−8
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@sanity/debug-live-sync-tags",
-  "version": "1.0.7",
+  "version": "1.0.8",
   "description": "",
   "keywords": [
     "sanity",
     "sanity-plugin"
@@ -27,23 +27,22 @@
     "./package.json": "./package.json"
   },
   "dependencies": {
     "@sanity/client": "^7.23.0",
-    "@sanity/ui": "^3.3.0"
+    "@sanity/ui": "^3.3.5"
   },
   "devDependencies": {
-    "@sanity/pkg-utils": "^10.9.0",
-    "@types/node": "^24.13.2",
+    "@sanity/tsconfig": "^2.2.0",
+    "@sanity/tsdown-config": "^0.13.1",
+    "@types/node": "^24.13.3",
     "@types/react": "^19.2.17",
     "@types/react-dom": "^19.2.3",
     "babel-plugin-react-compiler": "^1.0.0",
-    "babel-plugin-styled-components": "^2.3.0",
     "react": "^19.2.7",
     "react-dom": "^19.2.7",
     "sanity": "^6.3.0",
     "styled-components": "^6.4.3",
-    "@repo/package.config": "0.0.0",
-    "@repo/tsconfig": "0.0.0"
+    "tsdown": "^0.22.5"
   },
   "peerDependencies": {
     "react": "^19.2",
     "react-dom": "^19.2",
@@ -53,7 +52,7 @@
   "engines": {
     "node": ">=20.19 <22 || >=22.12"
   },
   "scripts": {
-    "build": "pkg build --strict --check --clean"
+    "build": "tsdown"
   }
 }
\ No newline at end of file