about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-28 20:03:13 -0500
committerGitHub <noreply@github.com>2023-04-28 20:03:13 -0500
commita95c03e280ca153ba4a98d6b81ff9d743d4adcaa (patch)
treed3a63bcc87d24ad4c8e6e3893be0b54aca12b553 /package.json
parente68aa75429c2a0a495105f641361ee8fe22370f1 (diff)
downloadvoidsky-a95c03e280ca153ba4a98d6b81ff9d743d4adcaa.tar.zst
Implement blocks (#554)
* Quick fix to prompt

* Add blocked accounts screen

* Add blocking tools to profile

* Blur avis/banners of blocked users

* Factor blocking state into moderation dsl

* Filter post slices from the feed if any are hidden

* Handle various block UIs

* Filter in the client on blockedBy

* Implement block list

* Fix some copy

* Bump deps

* Fix lint
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 939c62b6f..595b887b4 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
     "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all"
   },
   "dependencies": {
-    "@atproto/api": "0.2.10",
+    "@atproto/api": "0.2.11",
     "@bam.tech/react-native-image-resizer": "^3.0.4",
     "@braintree/sanitize-url": "^6.0.2",
     "@expo/webpack-config": "^18.0.1",
@@ -130,7 +130,7 @@
     "zod": "^3.20.2"
   },
   "devDependencies": {
-    "@atproto/pds": "^0.1.4",
+    "@atproto/pds": "^0.1.5",
     "@babel/core": "^7.20.0",
     "@babel/preset-env": "^7.20.0",
     "@babel/runtime": "^7.20.0",