diff options
author | Eric Bailey <git@esb.lol> | 2025-08-28 06:20:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-28 04:20:06 -0700 |
commit | 2a54781ce0e9f0764a9bb70008ef7c7798a1f5e0 (patch) | |
tree | 6d4ddbefb3db5a32b0cdd88e353b195bd248b1a4 /package.json | |
parent | dcba5c46683875009cea3ccdb22cda9167f16217 (diff) | |
download | voidsky-2a54781ce0e9f0764a9bb70008ef7c7798a1f5e0.tar.zst |
Update dev env (#8921)
* Update dev-env * Integrate appviewDid value from dev-env * Use correct env value to disable policy update overlay * Remove log
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 73e9d7a02..5dc5ef96a 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "zod": "^3.20.2" }, "devDependencies": { - "@atproto/dev-env": "^0.3.160", + "@atproto/dev-env": "^0.3.167", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/runtime": "^7.26.0", |