Skip to content

Commit

Permalink
Update forest-express-mongoose for TS 4.7 (DefinitelyTyped#59608)
Browse files Browse the repository at this point in the history
* Update forest-express-mongoose for TS 4.7

* Update index.d.ts

* Update index.d.ts

* Update package.json
  • Loading branch information
weswigham authored Apr 22, 2022
1 parent a733697 commit a0996b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions types/forest-express-mongoose/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Definitions by: Steve Bunlon <https://github.com/SteveBunlon>
// Guillaume Gautreau <https://github.com/ghusse>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.1

import { RequestHandler, Response, Request, NextFunction, Application } from 'express';
import * as mongoose from 'mongoose';
Expand Down
2 changes: 1 addition & 1 deletion types/forest-express-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"@types/mongoose": "^5.10.5"
"mongoose": "^6.3.0"
}
}

0 comments on commit a0996b9

Please sign in to comment.