Skip to content

Commit

Permalink
correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liammclennan committed Mar 20, 2024
1 parent 6f9e812 commit 22075c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
31 changes: 13 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
},
"homepage": "https://github.com/datalust/pino-seq#readme",
"devDependencies": {
"@types/pino": "^5.8.6",
"mocha": "^7.1.1",
"pino": "^6.7.0",
"ts-node": "^8.1.0",
"typescript": "^3.4.4"
},
"dependencies": {
"@types/pino": "^5.8.6",
"commander": "^2.20.0",
"seq-logging": "^2.2.0",
"split2": "^3.1.1"
"split2": "^3.1.1",
"pino": "^6.7.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 22075c3

Please sign in to comment.