Skip to content

Commit

Permalink
fix(deps): update dependency pg to v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed May 11, 2020
1 parent 98b8f71 commit 42c7d01
Show file tree
Hide file tree
Showing 9 changed files with 168 additions and 112 deletions.
2 changes: 1 addition & 1 deletion examples/federation/sub-task-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/tag-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/todo-item-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-multidb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-soft-delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"apollo-server-express": "2.13.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
"pg": "8.0.3",
"pg": "8.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
264 changes: 160 additions & 104 deletions package-lock.json

Large diffs are not rendered by default.

0 comments on commit 42c7d01

Please sign in to comment.