Skip to content

Commit

Permalink
bump typescript to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenreddek committed Jun 12, 2023
1 parent 0bee559 commit 8168593
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinypg",
"version": "7.0.1",
"version": "8.0.0",
"description": "Easy way to call sql files using postgres.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"pg": "^8.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"typescript": "^3.9.7"
"typescript": "^5.1.3"
},
"peerDependencies": {
"pg": "^8.0.0"
Expand Down

0 comments on commit 8168593

Please sign in to comment.