Skip to content

Commit 9771ca5

Browse files
authored
chore: fix development flow for jest-serializer-graphql-schema (#547)
1 parent 1689f66 commit 9771ca5

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

packages/graphile-build-pg/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"@babel/cli": "^7.0.0",
5656
"eslint_d": "^8.0.0",
5757
"flow-copy-source": "^1.2.0",
58-
"jest": "^24.8.0"
58+
"jest": "^24.8.0",
59+
"jest-serializer-graphql-schema": "4.4.5"
5960
},
6061
"files": [
6162
"node8plus",

packages/graphile-build/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"@babel/cli": "^7.0.0",
4848
"eslint_d": "^8.0.0",
4949
"flow-copy-source": "^1.2.0",
50-
"jest": "^24.8.0"
50+
"jest": "^24.8.0",
51+
"jest-serializer-graphql-schema": "4.4.5"
5152
},
5253
"peerDependencies": {
5354
"graphql": ">=0.9 <0.14 || ^14.0.2"

packages/graphile-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"graphile-build": "4.4.5",
4141
"graphile-build-pg": "4.4.5",
4242
"jest": "^24.8.0",
43+
"jest-serializer-graphql-schema": "4.4.5",
4344
"ts-node": "^8.1.0",
4445
"typescript": "^3.4.5"
4546
},

packages/jest-serializer-graphql-schema/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"prepack": "tsc",
9+
"watch": "tsc --watch",
910
"test": "jest"
1011
},
1112
"repository": {
@@ -24,7 +25,7 @@
2425
},
2526
"homepage": "https://github.com/graphile/graphile-engine/tree/master/packages/jest-serializer-graphql-schema#readme",
2627
"peerDependencies": {
27-
"graphql": "^14.5.8"
28+
"graphql": "^14.0.2"
2829
},
2930
"devDependencies": {
3031
"@types/node-fetch": "^2.5.2",

packages/pg-pubsub/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@types/jest": "^24.0.12",
4545
"graphql": ">=0.6 <15",
4646
"jest": "24.9.0",
47+
"jest-serializer-graphql-schema": "4.4.5",
4748
"mock-req": "^0.2.0",
4849
"mock-res": "^0.5.0",
4950
"pg": "^7.10.0",

packages/postgraphile-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@types/pg": "^7.4.14",
2828
"debug": "^4.1.1",
2929
"jest": "^24.8.0",
30+
"jest-serializer-graphql-schema": "4.4.5",
3031
"jest-silent-reporter": "^0.1.2",
3132
"jsonwebtoken": "^8.5.1",
3233
"pg-connection-string": "^2.1.0",

0 commit comments

Comments
 (0)