Skip to content

Commit 9144a90

Browse files
committed
Support postgraphile-4.0.0-alpha2.28
1 parent abf0cf7 commit 9144a90

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This plugin targets the alpha release of PostGraphile v4. Bug reports and pull
1212
| 4.0.0-alpha2.20 | 1.0.0-alpha.0 |
1313
| 4.0.0-alpha2.21 - 4.0.0-alpha2.25 | 1.0.0-alpha.1 |
1414
| 4.0.0-alpha2.26 | 1.0.0-alpha.2 - 1.0.0-alpha.3 |
15-
| 4.0.0-alpha2.27 | 1.0.0-alpha.4 - 1.0.0-alpha.5 |
15+
| 4.0.0-alpha2.27 - 4.0.0-alpha2.28 | 1.0.0-alpha.4 - 1.0.0-alpha.5 |
1616

1717
## Getting Started
1818

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {},
1919
"peerDependencies": {
20-
"postgraphile": "4.0.0-alpha2.27"
20+
"postgraphile": "4.0.0-alpha2.27 || 4.0.0-alpha2.28"
2121
},
2222
"devDependencies": {
2323
"eslint": "^4.0.0",
@@ -27,7 +27,7 @@
2727
"graphql": "^0.10.5",
2828
"jest": "^20.0.4",
2929
"pg": ">=6 <7",
30-
"postgraphile-core": "0.1.0-alpha.37",
30+
"postgraphile-core": "0.1.0-alpha.37 || 0.1.0-alpha.38",
3131
"prettier": "^1.4.4"
3232
},
3333
"jest": {

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -967,14 +967,14 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
967967
version "4.1.11"
968968
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
969969

970-
graphile-build-pg@^0.1.0-alpha.37:
971-
version "0.1.0-alpha.37"
972-
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-0.1.0-alpha.37.tgz#32de7ecfa695538125356eb9272761a29bbaba89"
970+
graphile-build-pg@^0.1.0-alpha.38:
971+
version "0.1.0-alpha.38"
972+
resolved "https://registry.yarnpkg.com/graphile-build-pg/-/graphile-build-pg-0.1.0-alpha.38.tgz#529b1c80b2d4d230b53dc463ca25d1d4f46148c7"
973973
dependencies:
974974
babel-runtime ">=6 <7"
975975
chalk "^2.1.0"
976976
debug ">=2 <3"
977-
graphile-build "^0.1.0-alpha.37"
977+
graphile-build "^0.1.0-alpha.38"
978978
graphql-iso-date "^3.2.0"
979979
graphql-type-json "^0.1.4"
980980
jsonwebtoken "^7.4.1"
@@ -985,9 +985,9 @@ graphile-build-pg@^0.1.0-alpha.37:
985985
pluralize "^5.0.0"
986986
postgres-interval "1.1.1"
987987

988-
graphile-build@^0.1.0-alpha.37:
989-
version "0.1.0-alpha.37"
990-
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-0.1.0-alpha.37.tgz#315320ba8c34a7ea8196de79090a8d707d25465f"
988+
graphile-build@^0.1.0-alpha.38:
989+
version "0.1.0-alpha.38"
990+
resolved "https://registry.yarnpkg.com/graphile-build/-/graphile-build-0.1.0-alpha.38.tgz#f9fcb14a6c8e79d345d6a5f707aa90eca0ec5ae4"
991991
dependencies:
992992
babel-runtime ">=6 <7"
993993
debug ">=2 <3"
@@ -2092,13 +2092,13 @@ pluralize@^7.0.0:
20922092
version "7.0.0"
20932093
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
20942094

2095-
postgraphile-core@0.1.0-alpha.37:
2096-
version "0.1.0-alpha.37"
2097-
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-0.1.0-alpha.37.tgz#ec23619c5a95223e5d9785ddac2fdc1b9a50cca7"
2095+
"postgraphile-core@0.1.0-alpha.37 || 0.1.0-alpha.38":
2096+
version "0.1.0-alpha.38"
2097+
resolved "https://registry.yarnpkg.com/postgraphile-core/-/postgraphile-core-0.1.0-alpha.38.tgz#c250ba4f1f41977e980e1558a8011b1af36004bd"
20982098
dependencies:
20992099
babel-runtime ">=6 <7"
2100-
graphile-build "^0.1.0-alpha.37"
2101-
graphile-build-pg "^0.1.0-alpha.37"
2100+
graphile-build "^0.1.0-alpha.38"
2101+
graphile-build-pg "^0.1.0-alpha.38"
21022102

21032103
postgres-array@~1.0.0:
21042104
version "1.0.2"

0 commit comments

Comments
 (0)