@sanity/studio-secrets

4.0.154.0.16
package.json
~package.jsonModified
+3−3
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@sanity/studio-secrets",
-  "version": "4.0.15",
+  "version": "4.0.16",
   "description": "React hooks and UI for reading and managing secrets in a Sanity Studio. This is a good pattern for keeping configuration secret. Instead of using environment variables which would be bundled with the Studio source (it is an SPA), we store secret information in a separate, access-controlled dataset that is only queried at runtime.",
   "keywords": [
     "sanity",
     "sanity-plugin"
@@ -26,9 +26,9 @@
     ".": "./dist/index.js",
     "./package.json": "./package.json"
   },
   "dependencies": {
-    "@sanity/ui": "^3.5.1",
+    "@sanity/ui": "^4.0.0",
     "react-rx": "^4.2.5",
     "rxjs": "^7.8.2"
   },
   "devDependencies": {
@@ -42,9 +42,9 @@
     "babel-plugin-react-compiler": "^1.0.0",
     "jsdom": "^29.1.1",
     "react": "^19.2.8",
     "react-dom": "^19.2.8",
-    "sanity": "^6.7.0",
+    "sanity": "^6.9.0",
     "styled-components": "^6.4.4",
     "tsdown": "^0.22.14"
   },
   "peerDependencies": {