diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-04-09 16:27:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 16:27:39 -0700 |
commit | ee87f2cadd07519516bd8cc344d7559d4a6222aa (patch) | |
tree | 68733caefa3f84119279ad7ea75fabdc6466ab57 /package.json | |
parent | fbcd4ddabc8459929944d8379386a2afc3d6b740 (diff) | |
download | voidsky-ee87f2cadd07519516bd8cc344d7559d4a6222aa.tar.zst |
1.76 release preparations (#3459)
* Run intl:extract * Update dev-env to 0.3.4 * Test fixes
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 55c566854..9fc625613 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "zod": "^3.20.2" }, "devDependencies": { - "@atproto/dev-env": "^0.2.28", + "@atproto/dev-env": "^0.3.4", "@babel/core": "^7.23.2", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", |