|
24 | 24 | }, |
25 | 25 | "homepage": "https://github.com/nodkz/mongodb-memory-server", |
26 | 26 | "devDependencies": { |
27 | | - "babel-cli": "^6.26.0", |
28 | | - "babel-eslint": "^8.2.6", |
29 | | - "babel-jest": "^23.4.2", |
30 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
31 | | - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
32 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
33 | | - "babel-plugin-transform-runtime": "^6.23.0", |
34 | | - "babel-preset-env": "^1.7.0", |
| 27 | + "@babel/cli": "^7.0.0", |
| 28 | + "@babel/core": "^7.0.0", |
| 29 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 30 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 31 | + "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
| 32 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 33 | + "@babel/preset-env": "^7.0.0", |
| 34 | + "@babel/preset-flow": "^7.0.0", |
| 35 | + "babel-core": "^7.0.0-bridge.0", |
| 36 | + "babel-eslint": "^9.0.0", |
| 37 | + "babel-jest": "^23.6.0", |
35 | 38 | "cz-conventional-changelog": "^2.1.0", |
36 | | - "eslint": "^5.2.0", |
37 | | - "eslint-config-airbnb-base": "^13.0.0", |
38 | | - "eslint-config-prettier": "^2.9.0", |
| 39 | + "eslint": "^5.5.0", |
| 40 | + "eslint-config-airbnb-base": "^13.1.0", |
| 41 | + "eslint-config-prettier": "^3.0.1", |
39 | 42 | "eslint-plugin-flowtype": "^2.50.0", |
40 | | - "eslint-plugin-import": "^2.12.0", |
| 43 | + "eslint-plugin-import": "^2.14.0", |
41 | 44 | "eslint-plugin-prettier": "^2.6.2", |
42 | | - "flow-bin": "^0.77.0", |
43 | | - "jest": "^23.4.2", |
44 | | - "mongodb": "3.1.1", |
| 45 | + "flow-bin": "^0.80.0", |
| 46 | + "jest": "^23.6.0", |
| 47 | + "mongodb": "3.1.4", |
45 | 48 | "npm-run-all": "^4.1.3", |
46 | | - "prettier": "^1.14.0", |
| 49 | + "prettier": "^1.14.2", |
47 | 50 | "rimraf": "^2.6.2", |
48 | | - "semantic-release": "^15.9.3" |
| 51 | + "semantic-release": "^15.9.15" |
49 | 52 | }, |
50 | 53 | "dependencies": { |
51 | | - "babel-runtime": "^6.26.0", |
52 | | - "debug": "^3.1.0", |
| 54 | + "@babel/runtime": "^7.0.0", |
| 55 | + "debug": "^4.0.1", |
53 | 56 | "decompress": "^4.2.0", |
54 | 57 | "get-port": "^4.0.0", |
55 | 58 | "getos": "^3.1.0", |
|
0 commit comments