mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1430 from omnivore-app/fix/add-graphql-tools-utils
Add missing package
This commit is contained in:
commit
807fbfb753
3 changed files with 10 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue