Bump SDK
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
|||||||
"icons:optimize": "svgo -f ./assets/icons"
|
"icons:optimize": "svgo -f ./assets/icons"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@atproto/api": "^0.14.0",
|
"@atproto/api": "^0.14.7",
|
||||||
"@bitdrift/react-native": "^0.6.8",
|
"@bitdrift/react-native": "^0.6.8",
|
||||||
"@braintree/sanitize-url": "^6.0.2",
|
"@braintree/sanitize-url": "^6.0.2",
|
||||||
"@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet",
|
"@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet",
|
||||||
|
|||||||
@@ -105,7 +105,6 @@ function Inner(props: ReportDialogProps) {
|
|||||||
if (!allLabelers) return []
|
if (!allLabelers) return []
|
||||||
return allLabelers
|
return allLabelers
|
||||||
.filter(l => {
|
.filter(l => {
|
||||||
// @ts-expect-error TODO
|
|
||||||
const subjectTypes: string[] | undefined = l.subjectTypes
|
const subjectTypes: string[] | undefined = l.subjectTypes
|
||||||
if (subjectTypes === undefined) return true
|
if (subjectTypes === undefined) return true
|
||||||
if (props.subject.type === 'account') {
|
if (props.subject.type === 'account') {
|
||||||
@@ -117,7 +116,6 @@ function Inner(props: ReportDialogProps) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.filter(l => {
|
.filter(l => {
|
||||||
// @ts-expect-error TODO
|
|
||||||
const collections: string[] | undefined = l.subjectCollections
|
const collections: string[] | undefined = l.subjectCollections
|
||||||
if (collections === undefined) return true
|
if (collections === undefined) return true
|
||||||
// all chat collections accepted, since only Bluesky handles chats
|
// all chat collections accepted, since only Bluesky handles chats
|
||||||
@@ -126,7 +124,6 @@ function Inner(props: ReportDialogProps) {
|
|||||||
})
|
})
|
||||||
.filter(l => {
|
.filter(l => {
|
||||||
if (!state.selectedOption) return true
|
if (!state.selectedOption) return true
|
||||||
// @ts-expect-error TODO
|
|
||||||
const reasonTypes: string[] | undefined = l.reasonTypes
|
const reasonTypes: string[] | undefined = l.reasonTypes
|
||||||
if (reasonTypes === undefined) return true
|
if (reasonTypes === undefined) return true
|
||||||
return reasonTypes.includes(state.selectedOption.reason)
|
return reasonTypes.includes(state.selectedOption.reason)
|
||||||
|
|||||||
@@ -80,6 +80,20 @@
|
|||||||
tlds "^1.234.0"
|
tlds "^1.234.0"
|
||||||
zod "^3.23.8"
|
zod "^3.23.8"
|
||||||
|
|
||||||
|
"@atproto/api@^0.14.7":
|
||||||
|
version "0.14.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.14.7.tgz#3ffa02d6b3baf9e265dab170367ffade08023567"
|
||||||
|
integrity sha512-YG2kvAtsgtajLlLrorYuHcxGgepG0c/RUB2/iJyBnwKjGqDLG8joOETf38JSNiGzs6NJbNKa9NHG6BQKourxBA==
|
||||||
|
dependencies:
|
||||||
|
"@atproto/common-web" "^0.4.0"
|
||||||
|
"@atproto/lexicon" "^0.4.7"
|
||||||
|
"@atproto/syntax" "^0.3.3"
|
||||||
|
"@atproto/xrpc" "^0.6.9"
|
||||||
|
await-lock "^2.2.2"
|
||||||
|
multiformats "^9.9.0"
|
||||||
|
tlds "^1.234.0"
|
||||||
|
zod "^3.23.8"
|
||||||
|
|
||||||
"@atproto/aws@^0.2.15":
|
"@atproto/aws@^0.2.15":
|
||||||
version "0.2.15"
|
version "0.2.15"
|
||||||
resolved "https://registry.yarnpkg.com/@atproto/aws/-/aws-0.2.15.tgz#edc534a420b4da37e2f049d471bf40df93447a25"
|
resolved "https://registry.yarnpkg.com/@atproto/aws/-/aws-0.2.15.tgz#edc534a420b4da37e2f049d471bf40df93447a25"
|
||||||
|
|||||||
Reference in New Issue
Block a user