Skip to content

Commit

Permalink
Upgrade to PostGraphile 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Aug 11, 2020
1 parent d625ef2 commit 9d7016c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion @app/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/zxcvbn": "^4.4.0",
"express": "^4.17.1",
"jest": "^25.5.4",
"postgraphile": "^4.8.0-rc.0",
"postgraphile": "^4.8.0",
"typescript": "^3.8.3"
}
}
10 changes: 5 additions & 5 deletions @app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@app/client": "0.0.0",
"@app/config": "0.0.0",
"@graphile-contrib/pg-simplify-inflector": "^6.0.0",
"@graphile/pg-pubsub": "^4.8.0-rc.0",
"@graphile/pg-pubsub": "^4.8.0",
"@graphile/pro": "^0.10.0",
"@types/connect-pg-simple": "^4.2.0",
"@types/connect-redis": "^0.0.13",
Expand All @@ -33,9 +33,9 @@
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"graphile-build": "^4.8.0-rc.0",
"graphile-build-pg": "^4.8.0-rc.0",
"graphile-utils": "^4.8.0-rc.0",
"graphile-build": "^4.8.0",
"graphile-build-pg": "^4.8.0",
"graphile-utils": "^4.8.0",
"graphile-worker": "^0.7.2",
"helmet": "^3.22.0",
"lodash": "^4.17.15",
Expand All @@ -44,7 +44,7 @@
"passport": "^0.4.1",
"passport-github2": "^0.1.12",
"pg": "^8.0.3",
"postgraphile": "^4.8.0-rc.0",
"postgraphile": "^4.8.0",
"redis": "^3.0.2",
"source-map-support": "^0.5.13",
"tslib": "^1.11.1"
Expand Down
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1353,10 +1353,10 @@
dependencies:
tslib "^1.13.0"

"@graphile/pg-pubsub@^4.8.0-rc.0":
version "4.8.0-rc.0"
resolved "https://registry.yarnpkg.com/@graphile/pg-pubsub/-/pg-pubsub-4.8.0-rc.0.tgz#109bb94643eaa2ad219ed3dae8276e17465712c8"
integrity sha512-zbSlYuLxwWyOlRKdv3jBYj1mf0Ku7sX9YF0ztR3JH5sVJV20gRxHAliawIrgPSKYkMP3+oaqPRIk4IYEuyXIVw==
"@graphile/pg-pubsub@^4.8.0":
version "4.8.0"
resolved "https://registry.yarnpkg.com/@graphile/pg-pubsub/-/pg-pubsub-4.8.0.tgz#0bd857f1abb78b29f56051ee86bc10cd3492c9f9"
integrity sha512-Bah0OkcBdNapoDGXpyNeifikmYpO8ynRrfozL0j8ZatZKmeto+F+C3HeuYcZR6Cx6WuUKkUPd3VKPbL5UPgjlQ==
dependencies:
"@types/debug" "^4.1.4"
"@types/pg" "^7.4.14"
Expand Down Expand Up @@ -7718,26 +7718,26 @@ 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.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==

[email protected]-rc.0, graphile-build-pg@^4.8.0-rc.0:
version "4.8.0-rc.0"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.8.0-rc.0.tgz#0f648b09ef7b61b0ab3ad56561ad49f7fbc87fa2"
integrity sha512-gZGCeqZXZBogLKu9Xsqsz6kuLWr1HKpPKV6VeAZmpx1j5elSXck1YKwjjFWd6cL4Eo5JII5iPRqjoKzzxzGsBg==
[email protected], graphile-build-pg@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.8.0.tgz#1c00297e2747f6c52e2920a57d3dee02d8e327d0"
integrity sha512-zCvFag/x2PZZlQGaKU4F6H+d3Iq/ELCay8aULxQiFePePN00Q1vRKW46FgiW5bz7xOyq87G82a0qVQFx8mInUA==
dependencies:
"@graphile/lru" "4.8.0-rc.0"
chalk "^2.4.2"
debug "^4.1.1"
graphile-build "4.8.0-rc.0"
graphile-build "4.8.0"
graphql-iso-date "^3.6.0"
jsonwebtoken "^8.5.1"
lodash ">=4 <5"
lru-cache ">=4 <5"
pg-sql2 "4.8.0-rc.0"
pg-sql2 "4.8.0"
postgres-interval "^1.2.0"

[email protected]-rc.0, graphile-build@^4.8.0-rc.0:
version "4.8.0-rc.0"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.8.0-rc.0.tgz#775eababd8ff2d6d151bb87126e547d378911cbc"
integrity sha512-SYay5AbuE3e2eLkWY1EbBfjq3AE3elfV3iHX4AgLw6/2oeh80XjPhn8U21jy56spcQ6VyyPrzHuehNnnk5+BVQ==
[email protected], graphile-build@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.8.0.tgz#2cd560f2c6e9f40854f7d21b2a48c727eeaa936d"
integrity sha512-hxnCQjM4Xihly+6IfJ6O10yZjc4AHCpJZ1pa84FED9PFJOSix16S89WymPkFUk/Tmm7XyoIfgcHcDl1QJypm5A==
dependencies:
"@graphile/lru" "4.8.0-rc.0"
chalk "^2.4.2"
Expand Down Expand Up @@ -7765,10 +7765,10 @@ graphile-migrate@^0.3.1:
tslib "^1.10.0"
yargs "^15.3.1"

graphile-utils@^4.8.0-rc.0:
version "4.8.0-rc.0"
resolved "https://registry.yarnpkg.com/graphile-utils/-/graphile-utils-4.8.0-rc.0.tgz#80b86eaf3573a7db3afa8915275d7d0a28b4ea16"
integrity sha512-t7qvwDJJyXWaz+nKiaZGb6fZDN2p2rMBbGWudSrIMX2uRWdxnd7M6MFpfPD6tyq3Vku0jce/YavPg1I5C50UXA==
graphile-utils@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/graphile-utils/-/graphile-utils-4.8.0.tgz#6c2fa6e50e9d58de40837d020a7642f8ddbaaf57"
integrity sha512-ZXjz+F9jWSU/vVRr6GSx3KCQ0HuG6qRtfWGdBcP5na2yiz7/2oPEOO0rQz66gjTt7zmA2VM6EisCXvdLCFQNQg==
dependencies:
debug "^4.1.1"
graphql ">=0.9 <0.14 || ^14.0.2"
Expand Down Expand Up @@ -12028,10 +12028,10 @@ pg-protocol@^1.2.2:
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.2.2.tgz#e16ef28087aa725ce933af092bfe38d8f609faab"
integrity sha512-r8hGxHOk3ccMjjmhFJ/QOSVW5A+PP84TeRlEwB/cQ9Zu+bvtZg8Z59Cx3AMfVQc9S0Z+EG+HKhicF1W1GN5Eqg==

[email protected]-rc.0:
version "4.8.0-rc.0"
resolved "https://registry.yarnpkg.com/pg-sql2/-/pg-sql2-4.8.0-rc.0.tgz#f3be039b10a644f15ea1f8e381e76fe819cf15d2"
integrity sha512-b4pe1bvIjVuIlqtL4bRCkhYKEUYzQpRVxquUEPT9Y7vj0YSsEZ0qcPqW3S3SyUYq7W+PDksMvjPthUHol4NbXg==
[email protected]:
version "4.8.0"
resolved "https://registry.yarnpkg.com/pg-sql2/-/pg-sql2-4.8.0.tgz#36c8e863b600e406f1482a6afda369c7e82e4113"
integrity sha512-lMqds7zZ9K7Y/UFQjRuoDSlE0Zq3Mlw06b9zW4Vy5x/MnZbqxwDGwgPlGC15Fx21Mn8aWgXVmqNf1SAu0Geb3A==
dependencies:
"@graphile/lru" "4.8.0-rc.0"
"@types/pg" ">=6 <8"
Expand Down Expand Up @@ -12571,19 +12571,19 @@ postcss@^6.0.1, postcss@^6.0.23:
source-map "^0.6.1"
supports-color "^5.4.0"

[email protected]-rc.0:
version "4.8.0-rc.0"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.8.0-rc.0.tgz#37b5c92859dd2a754aafa9c854f8539e7927b826"
integrity sha512-wyP6VYtOXYu9Ir2wmHBBCBILMBlIfr7XIlLkFl9+KVOBkoWp0w8MgWprBpPGONXht7tkGNu5Cvunn7Xrxt0Tzg==
[email protected]:
version "4.8.0"
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.8.0.tgz#5a251ec16ba2cd2dfb382c3a39b08e9d5547808c"
integrity sha512-k84OwyAiTR6GNg5SvmN/apd28WCLczbJ4kmLA4LENO9u3ybUgG3d+68TtEmajc6rV5TbrJyppIVyCV6L5yMLOg==
dependencies:
graphile-build "4.8.0-rc.0"
graphile-build-pg "4.8.0-rc.0"
graphile-build "4.8.0"
graphile-build-pg "4.8.0"
tslib "^1.13.0"

postgraphile@^4.8.0-rc.0:
version "4.8.0-rc.0"
resolved "https://registry.yarnpkg.com/postgraphile/-/postgraphile-4.8.0-rc.0.tgz#368ada05937075a892ac4624f8b469a1cfccbe59"
integrity sha512-JaKZj2Bcz5sogXmNYlbuZUAHncNQ2LiyfsGstMxTzR1+ORYuswfMsnu0JsrEm34sMYFFhCFK5GKBiILvw8lhEg==
postgraphile@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/postgraphile/-/postgraphile-4.8.0.tgz#222992e8aed62023c88f790a9d33ae6c7fd33243"
integrity sha512-NSETJhg5smqiu8mbr6AqATVypPb5WMVq95i7smlaE+XIzOT+bbJz4bAuB+Gvp399tOwFOwUyfOZxQvq5jxJg+A==
dependencies:
"@graphile/lru" "4.8.0-rc.0"
"@types/json5" "^0.0.30"
Expand All @@ -12596,7 +12596,7 @@ postgraphile@^4.8.0-rc.0:
commander "^2.19.0"
debug "^4.1.1"
finalhandler "^1.0.6"
graphile-utils "^4.8.0-rc.0"
graphile-utils "^4.8.0"
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 All @@ -12605,8 +12605,8 @@ postgraphile@^4.8.0-rc.0:
parseurl "^1.3.2"
pg ">=6.1.0 <9"
pg-connection-string "^2.0.0"
pg-sql2 "4.8.0-rc.0"
postgraphile-core "4.8.0-rc.0"
pg-sql2 "4.8.0"
postgraphile-core "4.8.0"
subscriptions-transport-ws "^0.9.15"
tslib "^1.5.0"
ws "^6.1.3"
Expand Down

0 comments on commit 9d7016c

Please sign in to comment.