Skip to content

Commit

Permalink
chore(deps): upgrade graphile-utils (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Nov 20, 2019
1 parent 6d82347 commit 8f1ac84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"conventional-changelog-cli": "^2.0.27",
"debug": "^4.1.1",
"finalhandler": "^1.0.6",
"graphile-utils": "4.5.0",
"graphile-utils": "^4.5.1",
"graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.2",
"http-errors": "^1.5.1",
"iterall": "^1.0.2",
Expand Down
3 changes: 2 additions & 1 deletion scripts/update-engine
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
yarn add --exact postgraphile-core@next graphile-utils@next @graphile/lru@next pg-sql2@next
yarn add --exact postgraphile-core@next @graphile/lru@next pg-sql2@next
yarn add graphile-utils@next
npx yarn-deduplicate && yarn
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3908,10 +3908,10 @@ graphile-build@4.5.0:
pluralize "^7.0.0"
semver "^6.0.0"

graphile-utils@4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/graphile-utils/-/graphile-utils-4.5.0.tgz#b50d19609b36ea3f615d09cc2dfb7654a80a6a04"
integrity sha512-nbHaU4vCRNXOVtzCL3Cg4AnUKZSmA7yNGMd9+09SCEUZf15Y2unKARqiKMkjFM+D17POzH1RlEgiiVI1P2T8FQ==
graphile-utils@^4.5.1:
version "4.5.1"
resolved "https://registry.yarnpkg.com/graphile-utils/-/graphile-utils-4.5.1.tgz#dfae0c9f808ab93b4c4dcf227c4e1550d1999755"
integrity sha512-+26GmlGSO+tgl3PZbqzoe1sDJVlMs2MvES0YlEGBdXRwNoTkVL8CHjYfqJf4Peo+OOlQ2qez/rpo9jaU1Q52dw==
dependencies:
debug "^4.1.1"
graphql ">=0.9 <0.14 || ^14.0.2"
Expand Down

0 comments on commit 8f1ac84

Please sign in to comment.