Skip to content

Commit

Permalink
fix: Downgrade @types/bluebird to v3.5.34
Browse files Browse the repository at this point in the history
The fix from #52 didn't work because I think they configured their `typesVersions` wrong in v3.5.36.
  • Loading branch information
lukehorvat committed Feb 17, 2023
1 parent bacbca4 commit 899f03b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -22,7 +22,7 @@
],
"dependencies": {
"@hapi/hapi": "^20.1.3",
"@types/bluebird": "3.5.36",
"@types/bluebird": "3.5.34",
"@types/hapi__hapi": "^20.0.8",
"@types/node": "*",
"@types/node-forge": "^0.8.2",
Expand Down

0 comments on commit 899f03b

Please sign in to comment.