Skip to content

Commit

Permalink
Merge pull request #23 from stephenreddek/master
Browse files Browse the repository at this point in the history
Bump all dependencies (leaving pg peer dependency)
  • Loading branch information
stephenreddek authored Aug 26, 2020
2 parents 84faf8c + 8b50f58 commit ab648e6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.3.1 - 2020-08-21

Update dependencies.

# 5.1.0 - 2020-03-22

Update dev dependencies. Use new when constructing node pg Query type internally because of deprecation warning.
Expand Down Expand Up @@ -72,4 +76,4 @@ The reasoning behind this change is to support connection pooling with a tool li

# 1.0.0

* Initial release
* Initial release
34 changes: 17 additions & 17 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinypg",
"version": "5.3.0",
"version": "5.3.1",
"description": "Easy way to call sql files using postgres.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -36,12 +36,12 @@
"node": ">= 8.0.0"
},
"dependencies": {
"debug": "3.1.0",
"glob": "7.1.4",
"lodash": "4.17.15",
"debug": "4.1.1",
"glob": "7.1.6",
"lodash": "4.17.20",
"pg-format": "1.0.4",
"tinypg-parser": "^1.0.0",
"uuid": "8.0.0"
"uuid": "8.3.0"
},
"devDependencies": {
"@types/chai": "3.4.34",
Expand Down

0 comments on commit ab648e6

Please sign in to comment.