Skip to content

Commit

Permalink
feat: dats@5 node@18 npm@9
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Node 18
  • Loading branch information
simonecorsi committed Mar 22, 2023
1 parent 1975a68 commit fc43149
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
22 changes: 12 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"license": "MIT",
"engines": {
"node": ">=12.19"
"node": ">=18"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand Down Expand Up @@ -80,11 +80,11 @@
"dependencies": {
"@dnlup/doc": "^3.1.0",
"@dnlup/hrtime-utils": "^1.0.1",
"@immobiliarelabs/dats": "^3.0.0",
"@immobiliarelabs/dats": "^5.0.0",
"fastify-plugin": "^4.0.0"
},
"volta": {
"node": "16.15.0",
"npm": "8.9.0"
"node": "18.15.0",
"npm": "9.6.2"
}
}

0 comments on commit fc43149

Please sign in to comment.