Skip to content

Commit c0a5a7a

Browse files
committed
chore: fix typescript checks
1 parent 34b6e27 commit c0a5a7a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "In-memory MongoDB Server. Designed with testing in mind, the server will allow you to connect your favourite ODM or client library to the MongoDB Server and run integration tests isolated from each other.",
66
"repository": "https://github.com/nodkz/mongodb-memory-server",
77
"devDependencies": {
8+
"@types/cross-spawn": "^6.0.0",
89
"@types/decompress": "^4.2.3",
910
"@types/dedent": "^0.7.0",
1011
"@types/find-cache-dir": "^2.0.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,13 @@
10021002
dependencies:
10031003
"@types/node" "*"
10041004

1005+
"@types/cross-spawn@^6.0.0":
1006+
version "6.0.0"
1007+
resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.0.tgz#320aaf1d1a12979f1b84fe7a5590a7e860bf3a80"
1008+
integrity sha512-evp2ZGsFw9YKprDbg8ySgC9NA15g3YgiI8ANkGmKKvvi0P2aDGYLPxQIC5qfeKNUOe3TjABVGuah6omPRpIYhg==
1009+
dependencies:
1010+
"@types/node" "*"
1011+
10051012
"@types/decompress@^4.2.3":
10061013
version "4.2.3"
10071014
resolved "https://registry.yarnpkg.com/@types/decompress/-/decompress-4.2.3.tgz#98eed48af80001038aa05690b2094915f296fe65"

0 commit comments

Comments
 (0)