Skip to content

Commit

Permalink
Upgrade pg to version 8
Browse files Browse the repository at this point in the history
The `@types/pg` package hasn't published a b8 version yet, so for now
I'm relying on the tests passing.

Fixes ThomWright#42
Closes ThomWright#43
  • Loading branch information
ThomWright committed Aug 10, 2020
1 parent 2a7c50a commit 7601e97
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## V5

- [BREAKING] Update `pg` to version 8. See the [pg changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md#pg800) for details.

## V4

- [BREAKING] Updated whole project to TypeScript
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"dependencies": {
"pg": "^7.18.2",
"pg": "^8.3.0",
"sql-template-strings": "^2.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 7601e97

Please sign in to comment.