diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-10-08 19:46:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 19:46:24 -0700 |
commit | da28c5690a9a1f45df9821856db6efa8fd09ba4b (patch) | |
tree | 906acf67a8db563df86972f78e2a76c2f7f30bf4 /package.json | |
parent | f52be633584a6e9e0dbc79e41574a4d316124cbd (diff) | |
download | voidsky-da28c5690a9a1f45df9821856db6efa8fd09ba4b.tar.zst |
Release 1.92 (#5658)
* Fix tests * intl extract
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 264376771..8356c87e9 100644 --- a/package.json +++ b/package.json @@ -205,7 +205,7 @@ "zod": "^3.20.2" }, "devDependencies": { - "@atproto/dev-env": "^0.3.39", + "@atproto/dev-env": "^0.3.55", "@babel/core": "^7.23.2", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", |