diff options
author | Eric Bailey <git@esb.lol> | 2023-12-08 18:29:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 16:29:53 -0800 |
commit | 9c0c18d5d08db6433fbee8412c2c4da400a31afa (patch) | |
tree | a8093f90fb99c7d2f59c2c16b52524c4354a1d34 /package.json | |
parent | e1b1720cadcf86d281a869c604f5d8e349d48fd8 (diff) | |
download | voidsky-9c0c18d5d08db6433fbee8412c2c4da400a31afa.tar.zst |
Use new filter for Posts tab on profile (#2150)
* Use new filter for Posts tab on profile * Update deps * Remove log
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 070d1cc57..feb487785 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "intl:compile": "lingui compile" }, "dependencies": { - "@atproto/api": "^0.7.0", + "@atproto/api": "^0.7.2", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@emoji-mart/react": "^1.1.1", @@ -169,7 +169,7 @@ "zod": "^3.20.2" }, "devDependencies": { - "@atproto/dev-env": "^0.2.16", + "@atproto/dev-env": "^0.2.19", "@babel/core": "^7.23.2", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", |