Skip to content

Commit 7601e97

Browse files
committed
Upgrade pg to version 8
The `@types/pg` package hasn't published a b8 version yet, so for now I'm relying on the tests passing. Fixes #42 Closes #43
1 parent 2a7c50a commit 7601e97

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## V5
4+
5+
- [BREAKING] Update `pg` to version 8. See the [pg changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md#pg800) for details.
6+
37
## V4
48

59
- [BREAKING] Updated whole project to TypeScript

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
},
4949
"dependencies": {
50-
"pg": "^7.18.2",
50+
"pg": "^8.3.0",
5151
"sql-template-strings": "^2.2.2"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)