Add missing package

This commit is contained in:
Jackson Harper 2022-11-17 18:40:56 +08:00
parent 3885094565
commit dabada68ff
2 changed files with 8 additions and 0 deletions

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"