Skip to content

Commit 1633e69

Browse files
committed
Upgrade to latest postgraphile beta
1 parent 37505cd commit 1633e69

File tree

2 files changed

+117
-123
lines changed

2 files changed

+117
-123
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,35 @@
3434
"@babel/plugin-transform-runtime": "^7.23.3",
3535
"@babel/preset-env": "^7.22.14",
3636
"@babel/preset-typescript": "^7.22.11",
37-
"@dataplan/pg": "^0.0.1-beta.26",
37+
"@dataplan/pg": "^0.0.1-beta.32",
3838
"@types/jest": "29.5.0",
39+
"@types/pg": "^8.11.11",
3940
"@typescript-eslint/eslint-plugin": "^6.5.0",
4041
"@typescript-eslint/parser": "^6.5.0",
4142
"@typescript-eslint/typescript-estree": "^6.5.0",
4243
"babel-jest": "^29.6.4",
4344
"babel-plugin-transform-import-meta": "^2.2.1",
4445
"eslint": "^8.48.0",
4546
"eslint-config-prettier": "^9.0.0",
46-
"eslint-plugin-graphile-export": "^0.0.2-beta.5",
47+
"eslint-plugin-graphile-export": "^0.0.2-beta.6",
4748
"eslint-plugin-import": "^2.28.1",
4849
"eslint-plugin-jest": "^27.2.3",
4950
"eslint-plugin-simple-import-sort": "^10.0.0",
5051
"eslint-plugin-tsdoc": "^0.2.17",
5152
"eslint_d": "^12.2.1",
52-
"grafast": "^0.1.1-beta.15",
53-
"grafserv": "^0.1.1-beta.17",
54-
"graphile": "^5.0.0-beta.32",
55-
"graphile-build": "^5.0.0-beta.27",
56-
"graphile-build-pg": "^5.0.0-beta.31",
57-
"graphile-export": "^0.0.2-beta.20",
53+
"grafast": "^0.1.1-beta.21",
54+
"grafserv": "^0.1.1-beta.23",
55+
"graphile": "^5.0.0-beta.39",
56+
"graphile-build": "^5.0.0-beta.33",
57+
"graphile-build-pg": "^5.0.0-beta.38",
58+
"graphile-export": "^0.0.2-beta.26",
5859
"graphql": "16.1.0-experimental-stream-defer.6",
5960
"jest": "29.7.0",
6061
"module-from-string": "^3.3.0",
61-
"pg": "8.11.3",
62-
"pg-introspection": "^0.0.1-beta.9",
63-
"pg-sql2": "^5.0.0-beta.6",
64-
"postgraphile": "^5.0.0-beta.32",
62+
"pg": "^8.14.1",
63+
"pg-introspection": "^0.0.1-beta.10",
64+
"pg-sql2": "^5.0.0-beta.8",
65+
"postgraphile": "^5.0.0-beta.39",
6566
"prettier": "2.8.7",
6667
"ts-jest": "29.1.0",
6768
"typescript": "^5.0.4"

0 commit comments

Comments
 (0)