|
25 | 25 | }, |
26 | 26 | "homepage": "https://github.com/nodkz/mongodb-memory-server", |
27 | 27 | "devDependencies": { |
28 | | - "@babel/cli": "^7.0.0", |
29 | | - "@babel/core": "^7.0.0", |
| 28 | + "@babel/cli": "^7.1.2", |
| 29 | + "@babel/core": "^7.1.2", |
30 | 30 | "@babel/node": "^7.0.0", |
31 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 31 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
32 | 32 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
33 | 33 | "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
34 | 34 | "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
35 | | - "@babel/preset-env": "^7.0.0", |
| 35 | + "@babel/preset-env": "^7.1.0", |
36 | 36 | "@babel/preset-flow": "^7.0.0", |
37 | 37 | "@types/getos": "^3.0.0", |
38 | | - "@types/node": "^10.11.1", |
| 38 | + "@types/node": "^10.12.2", |
39 | 39 | "babel-core": "^7.0.0-bridge.0", |
40 | | - "babel-eslint": "^9.0.0", |
| 40 | + "babel-eslint": "^10.0.1", |
41 | 41 | "babel-jest": "^23.6.0", |
42 | 42 | "cz-conventional-changelog": "^2.1.0", |
43 | | - "eslint": "^5.5.0", |
| 43 | + "eslint": "^5.8.0", |
44 | 44 | "eslint-config-airbnb-base": "^13.1.0", |
45 | | - "eslint-config-prettier": "^3.0.1", |
46 | | - "eslint-plugin-flowtype": "^2.50.0", |
| 45 | + "eslint-config-prettier": "^3.1.0", |
| 46 | + "eslint-plugin-flowtype": "^3.2.0", |
47 | 47 | "eslint-plugin-import": "^2.14.0", |
48 | | - "eslint-plugin-prettier": "^2.6.2", |
49 | | - "flow-bin": "^0.80.0", |
| 48 | + "eslint-plugin-prettier": "^3.0.0", |
| 49 | + "flow-bin": "^0.85.0", |
50 | 50 | "jest": "^23.6.0", |
51 | 51 | "mongodb": "^3.1.6", |
52 | 52 | "npm-run-all": "^4.1.3", |
53 | | - "prettier": "^1.14.2", |
| 53 | + "prettier": "^1.14.3", |
54 | 54 | "rimraf": "^2.6.2", |
55 | | - "semantic-release": "^15.9.15", |
| 55 | + "semantic-release": "^15.10.7", |
56 | 56 | "tslint": "^5.11.0", |
57 | | - "typescript": "^3.1.1" |
| 57 | + "typescript": "^3.1.6" |
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | | - "@babel/runtime": "^7.0.0", |
61 | | - "debug": "^4.0.1", |
| 60 | + "@babel/runtime": "^7.1.2", |
| 61 | + "debug": "^4.1.0", |
62 | 62 | "decompress": "^4.2.0", |
63 | 63 | "find-cache-dir": "^2.0.0", |
64 | 64 | "get-port": "^4.0.0", |
|
0 commit comments