Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 23, 2024
1 parent 788c73d commit 43c755d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pg-promise
==========

[![Build Status](https://github.com/vitaly-t/pg-promise/workflows/ci/badge.svg?branch=master)](https://github.com/vitaly-t/pg-promise/actions?query=workflow%3Aci+branch%3Amaster)
[![Node Version](https://img.shields.io/badge/nodejs-14%20--%2020-green.svg?logo=node.js&style=flat)](https://nodejs.org)
[![Node Version](https://img.shields.io/badge/nodejs-14%20--%2022-green.svg?logo=node.js&style=flat)](https://nodejs.org)
[![Postgres Version](https://img.shields.io/badge/postgresql-10%20--%2016-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)

---
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
},
"devDependencies": {
"@eslint/js": "9.7.0",
"@types/node": "20.14.10",
"@types/node": "20.14.12",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "8.10.4",
"cspell": "8.12.1",
"eslint": "9.7.0",
"globals": "15.8.0",
"istanbul": "0.4.5",
Expand All @@ -60,6 +60,6 @@
"JSONStream": "1.3.5",
"pg-query-stream": "4.6.0",
"tslint": "6.1.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}

0 comments on commit 43c755d

Please sign in to comment.