Skip to content

Commit

Permalink
chore(deps): upgrade postgraphile-core
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed May 3, 2019
1 parent 67ea4b9 commit 9bd8c05
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"pg": ">=6.1.0 <8",
"pg-connection-string": "^2.0.0",
"pg-sql2": "^2.2.1",
"postgraphile-core": "4.4.0-rc.1",
"postgraphile-core": "4.4.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
Expand Up @@ -3297,25 +3297,25 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2:
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-rc.1:
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.4.0-rc.1.tgz#a186aad04eeadb7e31d4e5a926daedbf855a00bf"
integrity sha512-CqlNm/Bd4IpnbRPosubRKZzaSuTVxwdA/UuP1k7gmY/dMzuMSZmATitILoy9Aet705DztNtnWUykphMJDIJ0zA==
graphile-build-pg@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.4.0.tgz#9e7055be311a64d73aa990d489aba9094ed0eb9b"
integrity sha512-zzZA1TsPwJNUIimCJm71cmSVHi43igd/I6l4azxE6tLRzuQxdQ5IxPgABwldBlB8Cv2v/xJGYlbg+RQxwPXCQg==
dependencies:
chalk "^2.1.0"
debug ">=2 <3"
graphile-build "4.4.0-rc.1"
graphile-build "4.4.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-rc.1:
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.4.0-rc.1.tgz#c1827f222861f6644422113be9e2b768568b18c1"
integrity sha512-ji8UbSxfoS5bL+gI1GcnPU6uauyuTbKgE+vRjWrZazQX5JItsr01xvkppO2n97+5XxqpcdYo/cCHQ3NvnxfcrQ==
graphile-build@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.4.0.tgz#62b2ca9d9d85ccf0dc23aaf0a248ca200bba7d04"
integrity sha512-v9tAoEUkOQVpYW9CJ2HYe5OrVOQbROYemp+pxezNBSnC2wPHfUsWPvoJ9wBUgIDrKyKKr9XZuSXn6PxnSqkenw==
dependencies:
"@types/graphql" "^14.0.3"
chalk "^2.1.0"
Expand Down Expand Up @@ -5741,14 +5741,14 @@ postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
source-map "^0.6.1"
supports-color "^6.1.0"

postgraphile-core@4.4.0-rc.1:
version "4.4.0-rc.1"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.4.0-rc.1.tgz#0905cbc5bad11d661e19cd2c81340263d56afe01"
integrity sha512-+mKym+lvEguukOLyTmKwlfl+vty7Q854cnQXpFlRQTn1hkfNvdKJQirZUE0rDuFmogOd44/OfsTCZgjaWsWAqw==
postgraphile-core@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.4.0.tgz#21cee6161c4326c5c1a53a59bcf342adeb08975f"
integrity sha512-P7cDdN83y0naVyaI3IGwPPMf9ebFVQ4e5PVNg8BWJHTuE2OVtoHBYHdudAXBonbMClfmVil9sxi/sP63wOCIFQ==
dependencies:
"@types/graphql" "^14.0.3"
graphile-build "4.4.0-rc.1"
graphile-build-pg "4.4.0-rc.1"
graphile-build "4.4.0"
graphile-build-pg "4.4.0"

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

0 comments on commit 9bd8c05

Please sign in to comment.