Skip to content

Commit 476502d

Browse files
committed
chore: remove redundant files
1 parent ab56be0 commit 476502d

File tree

12 files changed

+11
-2942
lines changed

12 files changed

+11
-2942
lines changed

packages/mongodb-memory-server-core/CHANGELOG.md

Lines changed: 0 additions & 619 deletions
This file was deleted.

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@
3636
"@types/dedent": "^0.7.0",
3737
"@types/find-cache-dir": "^3.2.0",
3838
"@types/find-package-json": "^1.1.1",
39-
"@types/jest": "26.0.7",
39+
"@types/jest": "26.0.13",
4040
"@types/lockfile": "^1.0.1",
4141
"@types/md5-file": "^4.0.2",
4242
"@types/mkdirp": "^1.0.1",
43-
"@types/mongodb": "3.5.25",
43+
"@types/mongodb": "3.5.27",
4444
"@types/semver": "^7.3.3",
4545
"@types/tar-stream": "^2.1.0",
4646
"@types/uuid": "^8.0.0",
4747
"@types/yauzl": "^2.9.1",
48-
"@typescript-eslint/eslint-plugin": "3.7.0",
49-
"@typescript-eslint/parser": "3.7.0",
48+
"@typescript-eslint/eslint-plugin": "4.1.0",
49+
"@typescript-eslint/parser": "4.1.0",
5050
"cross-env": "^7.0.2",
51-
"eslint": "7.5.0",
51+
"eslint": "7.8.1",
5252
"eslint-config-prettier": "6.11.0",
5353
"flowgen": "^1.10.0",
54-
"jest": "^26.1.0",
54+
"jest": "26.4.2",
5555
"lerna": "3.22.1",
5656
"mongodb": "3.5.4",
5757
"rimraf": "^3.0.2",
58-
"ts-jest": "^26.1.3",
59-
"typescript": "^3.9.7"
58+
"ts-jest": "26.3.0",
59+
"typescript": "4.0.2"
6060
},
6161
"dependencies": {
6262
"@types/tmp": "^0.2.0",
@@ -73,16 +73,15 @@
7373
"semver": "^7.3.2",
7474
"tar-stream": "^2.1.3",
7575
"tmp": "^0.2.1",
76-
"uuid": "^8.2.0",
76+
"uuid": "8.3.0",
7777
"yauzl": "^2.10.0"
7878
},
7979
"optionalDependencies": {
80-
"mongodb": "^3.5.9"
80+
"mongodb": "3.6.1"
8181
},
8282
"scripts": {
8383
"clean": "rimraf tmp lib coverage node_modules/.cache",
84-
"build": "npm-run-all build:*",
85-
"build:ts": "rimraf ./lib && tsc -p ./tsconfig.build.json",
84+
"build": "rimraf ./lib && tsc -p ./tsconfig.build.json",
8685
"watch": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --watchAll",
8786
"coverage": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --coverage",
8887
"lint": "npm run eslint && npm run tscheck",

0 commit comments

Comments
 (0)