|
36 | 36 | "@types/dedent": "^0.7.0", |
37 | 37 | "@types/find-cache-dir": "^3.2.0", |
38 | 38 | "@types/find-package-json": "^1.1.1", |
39 | | - "@types/jest": "26.0.7", |
| 39 | + "@types/jest": "26.0.13", |
40 | 40 | "@types/lockfile": "^1.0.1", |
41 | 41 | "@types/md5-file": "^4.0.2", |
42 | 42 | "@types/mkdirp": "^1.0.1", |
43 | | - "@types/mongodb": "3.5.25", |
| 43 | + "@types/mongodb": "3.5.27", |
44 | 44 | "@types/semver": "^7.3.3", |
45 | 45 | "@types/tar-stream": "^2.1.0", |
46 | 46 | "@types/uuid": "^8.0.0", |
47 | 47 | "@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", |
50 | 50 | "cross-env": "^7.0.2", |
51 | | - "eslint": "7.5.0", |
| 51 | + "eslint": "7.8.1", |
52 | 52 | "eslint-config-prettier": "6.11.0", |
53 | 53 | "flowgen": "^1.10.0", |
54 | | - "jest": "^26.1.0", |
| 54 | + "jest": "26.4.2", |
55 | 55 | "lerna": "3.22.1", |
56 | 56 | "mongodb": "3.5.4", |
57 | 57 | "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" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | 62 | "@types/tmp": "^0.2.0", |
|
73 | 73 | "semver": "^7.3.2", |
74 | 74 | "tar-stream": "^2.1.3", |
75 | 75 | "tmp": "^0.2.1", |
76 | | - "uuid": "^8.2.0", |
| 76 | + "uuid": "8.3.0", |
77 | 77 | "yauzl": "^2.10.0" |
78 | 78 | }, |
79 | 79 | "optionalDependencies": { |
80 | | - "mongodb": "^3.5.9" |
| 80 | + "mongodb": "3.6.1" |
81 | 81 | }, |
82 | 82 | "scripts": { |
83 | 83 | "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", |
86 | 85 | "watch": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --watchAll", |
87 | 86 | "coverage": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --coverage", |
88 | 87 | "lint": "npm run eslint && npm run tscheck", |
|
0 commit comments