@sanity/studio-secrets
4.0.104.0.11
package.json~
package.jsonModified+5−5
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@sanity/studio-secrets",
- "version": "4.0.10",
+ "version": "4.0.11",
"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"
@@ -31,10 +31,10 @@
"react-rx": "^4.2.3",
"rxjs": "^7.8.2"
},
"devDependencies": {
- "@sanity/tsconfig": "^2.2.0",
- "@sanity/tsdown-config": "^0.14.0",
+ "@sanity/tsconfig": "^2.2.1",
+ "@sanity/tsdown-config": "^0.14.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.13.3",
"@types/react": "^19.2.17",
@@ -42,11 +42,11 @@
"babel-plugin-react-compiler": "^1.0.0",
"jsdom": "^29.1.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
- "sanity": "^6.4.0",
+ "sanity": "^6.5.0",
"styled-components": "^6.4.3",
- "tsdown": "^0.22.7"
+ "tsdown": "^0.22.8"
},
"peerDependencies": {
"react": "^19.2",
"react-dom": "^19.2",