|
25 | 25 | "devDependencies": { |
26 | 26 | "babel-cli": "^6.26.0", |
27 | 27 | "babel-eslint": "^8.2.3", |
28 | | - "babel-jest": "^22.4.3", |
| 28 | + "babel-jest": "^23.0.1", |
29 | 29 | "babel-plugin-transform-class-properties": "^6.24.1", |
30 | 30 | "babel-plugin-transform-flow-strip-types": "^6.22.0", |
31 | 31 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
32 | 32 | "babel-plugin-transform-runtime": "^6.23.0", |
33 | | - "babel-preset-env": "^1.6.1", |
| 33 | + "babel-preset-env": "^1.7.0", |
34 | 34 | "cz-conventional-changelog": "^2.1.0", |
35 | 35 | "eslint": "^4.19.1", |
36 | 36 | "eslint-config-airbnb-base": "^12.1.0", |
37 | 37 | "eslint-config-prettier": "^2.9.0", |
38 | | - "eslint-plugin-flowtype": "^2.46.3", |
39 | | - "eslint-plugin-import": "^2.11.0", |
| 38 | + "eslint-plugin-flowtype": "^2.48.0", |
| 39 | + "eslint-plugin-import": "^2.12.0", |
40 | 40 | "eslint-plugin-prettier": "^2.6.0", |
41 | | - "flow-bin": "^0.71.0", |
42 | | - "jest": "^22.4.3", |
43 | | - "mongodb": "3.0.7", |
44 | | - "npm-run-all": "^4.1.2", |
45 | | - "prettier": "^1.12.1", |
| 41 | + "flow-bin": "^0.73.0", |
| 42 | + "jest": "^23.1.0", |
| 43 | + "mongodb": "3.1.0-beta4", |
| 44 | + "npm-run-all": "^4.1.3", |
| 45 | + "prettier": "^1.13.3", |
46 | 46 | "rimraf": "^2.6.2", |
47 | | - "semantic-release": "^15.1.7" |
| 47 | + "semantic-release": "^15.5.0" |
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | 50 | "babel-runtime": "^6.26.0", |
51 | 51 | "debug": "^3.1.0", |
52 | 52 | "decompress": "^4.2.0", |
53 | | - "fs-extra": "^5.0.0", |
| 53 | + "fs-extra": "^6.0.1", |
54 | 54 | "get-port": "^3.2.0", |
55 | 55 | "getos": "^3.1.0", |
56 | 56 | "lockfile": "^1.0.4", |
57 | | - "md5-file": "^3.2.3", |
| 57 | + "md5-file": "^4.0.0", |
58 | 58 | "mkdirp": "^0.5.1", |
59 | | - "request": "^2.85.0", |
| 59 | + "request": "^2.87.0", |
60 | 60 | "request-promise": "^4.2.2", |
61 | 61 | "tmp": "^0.0.33", |
62 | 62 | "uuid": "^3.2.1" |
|
0 commit comments