Skip to content

Commit

Permalink
feat(deps): upgrade postgraphile-core
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 28, 2019
1 parent e2b64f0 commit 8e6ab02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"pg": ">=6.1.0 <8",
"pg-connection-string": "^0.1.3",
"pg-sql2": "^2.2.1",
"postgraphile-core": "4.4.0-alpha.0",
"postgraphile-core": "4.4.0-beta.0",
"subscriptions-transport-ws": "^0.9.15",
"tslib": "^1.5.0",
"ws": "^6.1.3"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3336,25 +3336,25 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=

graphile-build-pg@4.4.0-alpha.0:
version "4.4.0-alpha.0"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.4.0-alpha.0.tgz#8079803138899610ae7a0e6327b86e96743580ad"
integrity sha512-LkcyLhYyxgQTd2PYmu0rZ/ZMSEnr/KkuaZLzU0C5i9On+c8wyvSF0cljkwIZ5JZPRMv3miFOXB0MBqXraqM+gg==
graphile-build-pg@4.4.0-beta.0:
version "4.4.0-beta.0"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.4.0-beta.0.tgz#612195dc1f9fa1c7a6a2472fafdd2308591b862a"
integrity sha512-q0fa76TnhHDICQ/QfkOwzYKDJ1N6PZJpYYfWE/U4ELwsceEpON6VbDYVvfjEuDDrnajK2ptpTpDG/0uJlZ3Hxw==
dependencies:
chalk "^2.1.0"
debug ">=2 <3"
graphile-build "4.4.0-alpha.0"
graphile-build "4.4.0-beta.0"
graphql-iso-date "^3.6.0"
jsonwebtoken "^8.1.1"
lodash ">=4 <5"
lru-cache ">=4 <5"
pg-sql2 "2.2.1"
postgres-interval "^1.1.1"

graphile-build@4.4.0-alpha.0:
version "4.4.0-alpha.0"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.4.0-alpha.0.tgz#ce6fcf8ab234e3738b60cfc02d7f2fab87bad49f"
integrity sha512-LBHEoqe0lGWEkWYWcZMdLXnicU/eRsbfHX7XdDgaH56l9qCk77BQ4N0I3eMDJmhjrIy8BVFYjgZ3AGE3a7C0kg==
graphile-build@4.4.0-beta.0:
version "4.4.0-beta.0"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.4.0-beta.0.tgz#a9e427f649f6d06b71d281a71833921b239f125b"
integrity sha512-xu2ukicKbP3BaVndpZkMJKFcx03iweDFgvgRiu2jzBnzsvPizjw2IUUNRVVDWRn3wqcq8rTHuMG9AZb0u8Q2aA==
dependencies:
"@types/graphql" "^14.0.3"
chalk "^2.1.0"
Expand Down Expand Up @@ -5785,14 +5785,14 @@ postcss@^6.0.1, postcss@^6.0.23:
source-map "^0.6.1"
supports-color "^5.4.0"

postgraphile-core@4.4.0-alpha.0:
version "4.4.0-alpha.0"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.4.0-alpha.0.tgz#e1a67a8a934b672c234c5d911000e615e2868a40"
integrity sha512-QdClccwDFGZhJAiH4U7OhStmCX6NRR1JareHsjQyx4BgW4xbY7cWq5PNLmRkzDRgDuVj9uomuGYO7PCySb/qlg==
postgraphile-core@4.4.0-beta.0:
version "4.4.0-beta.0"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.4.0-beta.0.tgz#2a73fc62761700282030d831f0f0a5472e243a93"
integrity sha512-s9sckwMLY+yci3mOq/64n8FAJtOYRFRTB+9CUzCMYR7FuItymKng3KenYr2uz4DxMWrgn0A5JqYLHj8livUnlA==
dependencies:
"@types/graphql" "^14.0.3"
graphile-build "4.4.0-alpha.0"
graphile-build-pg "4.4.0-alpha.0"
graphile-build "4.4.0-beta.0"
graphile-build-pg "4.4.0-beta.0"

postgres-array@~1.0.0:
version "1.0.2"
Expand Down

0 comments on commit 8e6ab02

Please sign in to comment.