Skip to content

Commit

Permalink
fix: Pin @types/bluebird to the last version that worked with TS v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Feb 16, 2023
1 parent 5afa6ac commit c4e6f89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.24",
"@types/bluebird": "3.5.36",
"@types/hapi__hapi": "^20.0.8",
"@types/node": "*",
"@types/node-forge": "^0.8.2",
Expand All @@ -41,7 +41,7 @@
"sudo-prompt": "^8.2.3",
"susie": "^3.0.0",
"ts-node": "^8.10.1",
"typescript": "^3.8.3",
"typescript": "^3.9.10",
"why-is-node-running": "^2.0.3",
"yargs": "^12.0.5"
},
Expand Down

0 comments on commit c4e6f89

Please sign in to comment.