Skip to content

Commit b348dbb

Browse files
committed
Upgrade postgraphile
1 parent cb6b78c commit b348dbb

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"aws-serverless-express": "3.1.3",
1414
"pg": "7.4.1",
15-
"postgraphile": "^4.1.0-alpha.1"
15+
"postgraphile": "^4.1.0-rc.1"
1616
},
1717
"devDependencies": {
1818
"webpack": "4.17.2",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@types/express-serve-static-core" "*"
5858
"@types/serve-static" "*"
5959

60-
"@types/graphql@^0.13.4":
61-
version "0.13.4"
62-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.4.tgz#55ae9c29f0fd6b85ee536f5c72b4769d5c5e06b1"
63-
integrity sha512-B4yel4ro2nTb3v0pYO8vO6SjgvFJSrwUY+IO6TUSLdOSB+gQFslylrhRCHxvXMIhxB71mv5PEE9dAX+24S8sew==
60+
"@types/graphql@^14.0.3":
61+
version "14.0.3"
62+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.3.tgz#389e2e5b83ecdb376d9f98fae2094297bc112c1c"
63+
integrity sha512-TcFkpEjcQK7w8OcrQcd7iIBPjU0rdyi3ldj6d0iJ4PPSzbWqPBvXj9KSwO14hTOX2dm9RoiH7VuxksJLNYdXUQ==
6464

6565
"@types/http-assert@*":
6666
version "1.3.0"
@@ -1432,30 +1432,30 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
14321432
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
14331433
integrity sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=
14341434

1435-
graphile-build-pg@4.1.0-alpha.1:
1436-
version "4.1.0-alpha.1"
1437-
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.1.0-alpha.1.tgz#f21d38fe8b6687888292f0f98b1941b742330ba2"
1438-
integrity sha512-NrIRX553IjMR1cNG9wxARKRVihc9H9BMCF2+6hr5Mt90M87rBorubimxgmER5N77fLbff3TNBl+Jz7nNXzZJBA==
1435+
graphile-build-pg@4.1.0-rc.0:
1436+
version "4.1.0-rc.0"
1437+
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-4.1.0-rc.0.tgz#86f402fa68d36119d773444c8e19159231b4b89f"
1438+
integrity sha512-Hni0DnSaxMcziucpFyFbSjfWuG0IfJc4CPAYZLp8b4BwsxuZXB8Cwicc8dG8hZKFigUe2J2VHdKm11xQ1PBb9Q==
14391439
dependencies:
14401440
chalk "^2.1.0"
14411441
debug ">=2 <3"
1442-
graphile-build "4.1.0-alpha.1"
1442+
graphile-build "4.1.0-rc.0"
14431443
graphql-iso-date "^3.2.0"
14441444
jsonwebtoken "^8.1.1"
14451445
lodash ">=4 <5"
14461446
lru-cache ">=4 <5"
14471447
pg-sql2 "2.2.1"
14481448
postgres-interval "^1.1.1"
14491449

1450-
graphile-build@4.1.0-alpha.1:
1451-
version "4.1.0-alpha.1"
1452-
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.1.0-alpha.1.tgz#d580d31ff098df85ba7933fc066b9ac6c7ff9852"
1453-
integrity sha512-CkLcKi2VPzj2l1V842+ORHcrodIMxaU5SEzDK8FTaYg/9/OfPb/AMeUrhNaVAYDeP7feYl+2IdHOpg/0zV/n7w==
1450+
graphile-build@4.1.0-rc.0:
1451+
version "4.1.0-rc.0"
1452+
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-4.1.0-rc.0.tgz#e0442dac3c265e343e0758a52d52809eb0c1c149"
1453+
integrity sha512-LoNpLkZwM5j8Tb/GtWNtUu9bACFRLpZS5jrU3dpEalmrA1UCrr8V3ygDN/uAU29+c5/Zo89ZE4OpyM+QnPspfw==
14541454
dependencies:
1455-
"@types/graphql" "^0.13.4"
1455+
"@types/graphql" "^14.0.3"
14561456
chalk "^2.1.0"
14571457
debug ">=2 <3"
1458-
graphql-parse-resolve-info "4.0.0"
1458+
graphql-parse-resolve-info "4.1.0-rc.0"
14591459
lodash ">=4 <5"
14601460
lru-cache ">=4 <5"
14611461
pluralize "^7.0.0"
@@ -1465,20 +1465,20 @@ graphql-iso-date@^3.2.0:
14651465
resolved "https://registry.yarnpkg.com/graphql-iso-date/-/graphql-iso-date-3.5.0.tgz#55a1be0efa8d28c1453afd2eb5ce1d052189a513"
14661466
integrity sha512-xs+8agn0OPzbiQf91aoyiZ3xC/oq4q/iJ4q1yY7hD0mbgcYBrqnZ4R+ycBZLGdb84rON1wNfqY4BDMyQG50OOg==
14671467

1468-
graphql-parse-resolve-info@4.0.0:
1469-
version "4.0.0"
1470-
resolved "https://registry.yarnpkg.com/graphql-parse-resolve-info/-/graphql-parse-resolve-info-4.0.0.tgz#c823e67034c0beba150a4c9365342a107e4272a7"
1471-
integrity sha512-MgQIivO0mJ1AhgkMjpvSzsGiH3ZsJ2HXvE9vWhp4Hh2S4TjidI4M/caM+GoIwo58kwBNAVEw/Tl+0t7/jxm1Cw==
1468+
graphql-parse-resolve-info@4.1.0-rc.0:
1469+
version "4.1.0-rc.0"
1470+
resolved "https://registry.yarnpkg.com/graphql-parse-resolve-info/-/graphql-parse-resolve-info-4.1.0-rc.0.tgz#24a4c676497c615055fe80b5fdfe0d66838055d6"
1471+
integrity sha512-5G45E8FyJ357xNG8wkiGdK5THpnp55OHLjMSYh9wUiAC8AP74PpwT00TNe/uT4GUDvvmKLQ5djEw3VzjZpfAYQ==
14721472
dependencies:
1473-
"@types/graphql" "^0.13.4"
1473+
"@types/graphql" "^14.0.3"
14741474
debug ">=2 <3"
14751475

1476-
"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":
1477-
version "0.13.2"
1478-
resolved "http://registry.npmjs.org/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
1479-
integrity sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==
1476+
"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":
1477+
version "14.0.2"
1478+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
1479+
integrity sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==
14801480
dependencies:
1481-
iterall "^1.2.1"
1481+
iterall "^1.2.2"
14821482

14831483
has-ansi@^2.0.0:
14841484
version "2.0.0"
@@ -1844,7 +1844,7 @@ isobject@^3.0.0, isobject@^3.0.1:
18441844
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
18451845
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
18461846

1847-
iterall@^1.2.1:
1847+
iterall@^1.2.2:
18481848
version "1.2.2"
18491849
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
18501850
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==
@@ -2531,7 +2531,7 @@ parse-asn1@^5.0.0:
25312531
evp_bytestokey "^1.0.0"
25322532
pbkdf2 "^3.0.3"
25332533

2534-
parseurl@^1.3.1, parseurl@~1.3.2:
2534+
parseurl@^1.3.2, parseurl@~1.3.2:
25352535
version "1.3.2"
25362536
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3"
25372537
integrity sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=
@@ -2706,21 +2706,21 @@ postcss@^6.0.1, postcss@^6.0.23:
27062706
source-map "^0.6.1"
27072707
supports-color "^5.4.0"
27082708

2709-
postgraphile-core@4.1.0-alpha.1:
2710-
version "4.1.0-alpha.1"
2711-
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.1.0-alpha.1.tgz#09b72172e296e180c61d025b166b029516b66a7c"
2712-
integrity sha512-0dibQjeYtfmcByL8ZQ+KcAlNsKg2LDj6hGhdii0mQjpsgitCNo08L9M3TAm1z0aUcfCsNtm6nTH4VVU7Ky/Ecg==
2709+
postgraphile-core@4.1.0-rc.0:
2710+
version "4.1.0-rc.0"
2711+
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-4.1.0-rc.0.tgz#9a4e68f2431fe7f6b18dfadbae0caca870c1704d"
2712+
integrity sha512-X92GIDGyFNApWGprChDJ8XWU1fuATXUk/+J5qU4rLP8VXWZL4npzezQapAx7L59i1y554H9a+haXFeWtvUM3uQ==
27132713
dependencies:
2714-
"@types/graphql" "^0.13.4"
2715-
graphile-build "4.1.0-alpha.1"
2716-
graphile-build-pg "4.1.0-alpha.1"
2714+
"@types/graphql" "^14.0.3"
2715+
graphile-build "4.1.0-rc.0"
2716+
graphile-build-pg "4.1.0-rc.0"
27172717

2718-
postgraphile@^4.1.0-alpha.1:
2719-
version "4.1.0-alpha.1"
2720-
resolved "https://registry.yarnpkg.com/postgraphile/-/postgraphile-4.1.0-alpha.1.tgz#511f891c317864c6417855d17c48ab78e6dd503d"
2721-
integrity sha512-aD56upHIwJgxztrZpIpY86vfh16HIC12gMnAbxxs0aJDV/2mavV1Tlk0CUCu9j9JFi48Ag3cJ4dQhqSq+rVkqQ==
2718+
postgraphile@^4.1.0-rc.1:
2719+
version "4.1.0-rc.1"
2720+
resolved "https://registry.yarnpkg.com/postgraphile/-/postgraphile-4.1.0-rc.1.tgz#4a51f1238d329da8b8ea91323699df49fa1fdf64"
2721+
integrity sha512-bnHBQR4DHiMooaET87dmSjonaKZWS7qcCoF7VxqRENNOItbidOrkDL8BMe3OkmV0e8Hg67d8K+2iByEEuJv0aQ==
27222722
dependencies:
2723-
"@types/graphql" "^0.13.4"
2723+
"@types/graphql" "^14.0.3"
27242724
"@types/jsonwebtoken" "<7.2.1"
27252725
"@types/koa" "^2.0.44"
27262726
"@types/pg" "^7.4.10"
@@ -2730,15 +2730,15 @@ postgraphile@^4.1.0-alpha.1:
27302730
css-loader "1.0.0"
27312731
debug "^2.3.3"
27322732
finalhandler "^1.0.6"
2733-
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"
2733+
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"
27342734
http-errors "^1.5.1"
27352735
jsonwebtoken "^8.0.0"
27362736
lru-cache ">=4 <5"
2737-
parseurl "^1.3.1"
2737+
parseurl "^1.3.2"
27382738
pg ">=6.1.0 <8"
27392739
pg-connection-string "^0.1.3"
27402740
pg-sql2 "^2.2.1"
2741-
postgraphile-core "4.1.0-alpha.1"
2741+
postgraphile-core "4.1.0-rc.0"
27422742
tslib "^1.5.0"
27432743

27442744
postgres-array@~1.0.0:

0 commit comments

Comments
 (0)