Skip to content

Commit

Permalink
chore: adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ppati000 committed Sep 21, 2023
1 parent 3d53b14 commit e4f3502
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
30 changes: 26 additions & 4 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"pg": "^8.11.3",
"pgsql-parser": "^13.5.0"
},
"peerDependencies": {
"pg": ">=7"
},
"devDependencies": {
"pg": "^8.11.3",
"@types/pg": "^8.10.2",
"@types/tape": "^5.6.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
Expand Down

0 comments on commit e4f3502

Please sign in to comment.