Skip to content

Commit

Permalink
fix: downgrade @types/node to v16.11.21 to fix mongodb typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
leodinas-hao committed Jan 20, 2022
1 parent 381f372 commit 366651b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -35,7 +35,7 @@
"@testdeck/mocha": "^0.2.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.10",
"@types/node": "^16.11.21",
"chai": "^4.3.4",
"mocha": "^9.1.4",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 366651b

Please sign in to comment.