Skip to content

Commit

Permalink
Allowing @types/node v22 (and upgrading it internally) (#305)
Browse files Browse the repository at this point in the history
* Allowing @types/node v22 and upgrading it internally.

* Star for @types/node.
  • Loading branch information
RobinTail authored Jul 30, 2024
1 parent 5ab3de2 commit 58c3034
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.6",
"@types/node": "*",
"accepts": "^1.3.7",
"content-disposition": "^0.5.3",
"depd": "^1.1.0",
Expand Down

1 comment on commit 58c3034

@RobinTail
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eugef , please publish

Please sign in to comment.