Skip to content

Commit 6ff2e8e

Browse files
hasezoeynodkz
authored andcommittedSep 8, 2020
fix(package): move non-exposed @types to devDependencies
fixes #286
1 parent 5465af8 commit 6ff2e8e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎packages/mongodb-memory-server-core/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@
3737
"@types/yauzl": "^2.9.1",
3838
"@typescript-eslint/eslint-plugin": "3.7.0",
3939
"@typescript-eslint/parser": "3.7.0",
40+
"@types/cross-spawn": "^6.0.2",
41+
"@types/debug": "^4.1.5",
42+
"@types/dedent": "^0.7.0",
43+
"@types/find-cache-dir": "^3.2.0",
44+
"@types/find-package-json": "^1.1.1",
45+
"@types/lockfile": "^1.0.1",
46+
"@types/md5-file": "^4.0.2",
47+
"@types/mkdirp": "^1.0.1",
48+
"@types/semver": "^7.3.3",
49+
"@types/uuid": "^8.0.0",
4050
"cross-env": "^7.0.2",
4151
"eslint": "7.5.0",
4252
"eslint-config-prettier": "6.11.0",
@@ -49,17 +59,7 @@
4959
"typescript": "^3.9.7"
5060
},
5161
"dependencies": {
52-
"@types/cross-spawn": "^6.0.2",
53-
"@types/debug": "^4.1.5",
54-
"@types/dedent": "^0.7.0",
55-
"@types/find-cache-dir": "^3.2.0",
56-
"@types/find-package-json": "^1.1.1",
57-
"@types/lockfile": "^1.0.1",
58-
"@types/md5-file": "^4.0.2",
59-
"@types/mkdirp": "^1.0.1",
60-
"@types/semver": "^7.3.3",
6162
"@types/tmp": "^0.2.0",
62-
"@types/uuid": "^8.0.0",
6363
"camelcase": "^6.0.0",
6464
"cross-spawn": "^7.0.3",
6565
"debug": "^4.1.1",

0 commit comments

Comments
 (0)
Please sign in to comment.