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 Mar 15, 2019
1 parent 6d7455d commit 277d1ca
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-beta.4",
"postgraphile-core": "4.4.0-beta.5",
"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 @@ -3232,25 +3232,25 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==

graphile-build-pg@4.4.0-beta.4:
version "4.4.0-beta.4"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.4.0-beta.4.tgz#41c3bb33a7ae53a19a8b28e49a9d9a3234e9d049"
integrity sha512-WVhXGON4g1bjlMiSjHPB6U1jIM4ZuKwJ6ZhLUuRT4hM8OJ21hz9SwCyr+ksClVFIcaskdv7tKAuB250qaPEyEg==
graphile-build-pg@4.4.0-beta.5:
version "4.4.0-beta.5"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.4.0-beta.5.tgz#535d3475a370f57490b9184ceb5b62a9bf3558a5"
integrity sha512-AIhVjo3y7+Ktmx6/ZQhkEhcdgvmgNlF9qR5xehkw1RjXSpV3gAFRyUuTmlsBVmmgOeEwwnFF9SOQKkAnxhqEtw==
dependencies:
chalk "^2.1.0"
debug ">=2 <3"
graphile-build "4.4.0-beta.4"
graphile-build "4.4.0-beta.5"
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-beta.4:
version "4.4.0-beta.4"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.4.0-beta.4.tgz#24f75b79e1af367f728ea2b4a3df742ef3820320"
integrity sha512-WjUAqXSvi8wF5gs+ZY9+OA5zb3TOyovgDUFSM23Wpv7s5HXvjZjU7h3hAvNrBTSDlJtChYmt7/3UwMovd9vOkA==
graphile-build@4.4.0-beta.5:
version "4.4.0-beta.5"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.4.0-beta.5.tgz#553d8992ddf75f76f9feb3d36fcb517492d635ba"
integrity sha512-J0hf8922wu556PcLblc8bxUqalOgP7/Lrb3rHzDr8ZNLTR489APSGtC5QWIgR8O6tVpgLT4dbc7ywvQDRrwwWg==
dependencies:
"@types/graphql" "^14.0.3"
chalk "^2.1.0"
Expand Down Expand Up @@ -5684,14 +5684,14 @@ postcss@^6.0.1, postcss@^6.0.23:
source-map "^0.6.1"
supports-color "^5.4.0"

postgraphile-core@4.4.0-beta.4:
version "4.4.0-beta.4"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.4.0-beta.4.tgz#5ca96ab91ac1b8f4d4b4a29336e8c6f21fc3e9e0"
integrity sha512-K8DaGxp672JRohGXk0VhTcvwJS0UqeabrvaNDjLp4LZ5Bg3fvvAgUoWsD88xJp1/hutLuI5609cZNvRrNWFQsQ==
postgraphile-core@4.4.0-beta.5:
version "4.4.0-beta.5"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.4.0-beta.5.tgz#481307816437b74cd7813e60f79392e93c857eb4"
integrity sha512-h0Fawk2LtjyBhyD30zOKTt/EHTFfcrommY/ez92eXPefeH/sidrIIqfWxTQ2dlRLbkgbRkyc7IBMPgGFPiQKtQ==
dependencies:
"@types/graphql" "^14.0.3"
graphile-build "4.4.0-beta.4"
graphile-build-pg "4.4.0-beta.4"
graphile-build "4.4.0-beta.5"
graphile-build-pg "4.4.0-beta.5"

postgres-array@~2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 277d1ca

Please sign in to comment.