Skip to content

Commit a383dd8

Browse files
authored
Use postgraphile@next and update some other deps
All deps have been tested and work fine with serverless deploys
1 parent 8074391 commit a383dd8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313
"dependencies": {
1414
"aws-serverless-express": "^3.3.5",
1515
"cors": "^2.8.5",
16-
"pg": "7.4.1",
17-
"postgraphile": "v4.2",
18-
"postgraphile-core": "^4.2.0"
16+
"pg": "^7.9.0",
17+
"postgraphile": "^4.4.0-beta.9"
1918
},
2019
"devDependencies": {
21-
"aws-sdk": "^2.389.0",
20+
"aws-sdk": "^2.437.0",
2221
"serverless-content-encoding": "^1.1.0",
23-
"webpack": "4.17.2",
24-
"webpack-cli": "3.1.0"
22+
"webpack": "4.29.6",
23+
"webpack-cli": "3.3.0"
2524
}
2625
}

0 commit comments

Comments
 (0)