Merge pull request #1430 from omnivore-app/fix/add-graphql-tools-utils

Add missing package
This commit is contained in:
Jackson Harper 2022-11-17 19:03:11 +08:00 committed by GitHub
commit 807fbfb753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -345,9 +345,8 @@ import Views
}
List {
if viewModel.items.count > 0 || viewModel.searchTerm.count > 0 {
filtersHeader
}
filtersHeader
ForEach(viewModel.items) { item in
FeedCardNavigationLink(
item: item,

View file

@ -19,6 +19,7 @@
"@google-cloud/pubsub": "^2.16.0",
"@google-cloud/storage": "^5.18.1",
"@google-cloud/tasks": "^2.3.0",
"@graphql-tools/utils": "^9.1.1",
"@omnivore/content-handler": "1.0.0",
"@omnivore/readability": "1.0.0",
"@omnivore/text-to-speech-handler": "1.0.0",

View file

@ -3068,6 +3068,13 @@
dependencies:
tslib "~2.3.0"
"@graphql-tools/utils@^9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.1.tgz#b47ea8f0d18c038c5c1c429e72caa5c25039fbab"
integrity sha512-DXKLIEDbihK24fktR2hwp/BNIVwULIHaSTNTNhXS+19vgT50eX9wndx1bPxGwHnVBOONcwjXy0roQac49vdt/w==
dependencies:
tslib "^2.4.0"
"@graphql-tools/wrap@^8.3.1":
version "8.3.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.3.3.tgz#014aa04a6cf671ffe477516255d1134777da056a"