|
24 | 24 | }, |
25 | 25 | "homepage": "https://github.com/nodkz/graphql-compose-mongoose", |
26 | 26 | "dependencies": { |
27 | | - "babel-runtime": "6.11.6", |
28 | | - "object-path": "0.11.2" |
| 27 | + "babel-runtime": "^6.20.0", |
| 28 | + "object-path": "^0.11.3" |
29 | 29 | }, |
30 | 30 | "peerDependencies": { |
31 | 31 | "graphql": ">=0.7.1 || >=0.8.0", |
|
34 | 34 | "mongoose": ">=4.0.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "babel-cli": "6.16.0", |
38 | | - "babel-core": "6.17.0", |
39 | | - "babel-eslint": "7.0.0", |
| 37 | + "babel-cli": "^6.18.0", |
| 38 | + "babel-core": "^6.21.0", |
| 39 | + "babel-eslint": "^7.1.1", |
40 | 40 | "babel-plugin-syntax-async-functions": "6.13.0", |
41 | | - "babel-plugin-transform-class-properties": "6.16.0", |
42 | | - "babel-plugin-transform-flow-strip-types": "6.14.0", |
43 | | - "babel-plugin-transform-object-rest-spread": "6.16.0", |
44 | | - "babel-plugin-transform-regenerator": "6.16.1", |
| 41 | + "babel-plugin-transform-class-properties": "^6.19.0", |
| 42 | + "babel-plugin-transform-flow-strip-types": "^6.21.0", |
| 43 | + "babel-plugin-transform-object-rest-spread": "^6.20.2", |
| 44 | + "babel-plugin-transform-regenerator": "^6.21.0", |
45 | 45 | "babel-plugin-transform-runtime": "6.15.0", |
46 | | - "babel-preset-es2015": "6.16.0", |
| 46 | + "babel-preset-es2015": "^6.18.0", |
47 | 47 | "chai": "3.5.0", |
48 | 48 | "chai-as-promised": "6.0.0", |
49 | 49 | "chai-spies": "0.7.1", |
50 | 50 | "cz-conventional-changelog": "1.2.0", |
51 | | - "eslint": "3.7.1", |
| 51 | + "eslint": "^3.12.2", |
52 | 52 | "eslint-config-airbnb": "12.0.0", |
53 | | - "eslint-plugin-flowtype": "2.20.0", |
54 | | - "eslint-plugin-import": "1.16.0", |
| 53 | + "eslint-plugin-flowtype": "^2.29.1", |
| 54 | + "eslint-plugin-import": "^2.2.0", |
55 | 55 | "eslint-plugin-jsx-a11y": "2.2.2", |
56 | 56 | "eslint-plugin-react": "6.3.0", |
57 | | - "flow-bin": "0.33.0", |
58 | | - "mocha": "3.1.0", |
59 | | - "nyc": "8.3.0", |
| 57 | + "flow-bin": "^0.37.0", |
| 58 | + "mocha": "^3.2.0", |
| 59 | + "nyc": "^10.0.0", |
60 | 60 | "rimraf": "2.5.4", |
61 | 61 | "sane": "1.4.1", |
62 | | - "semantic-release": "4.3.5" |
| 62 | + "semantic-release": "^6.3.2" |
63 | 63 | }, |
64 | 64 | "config": { |
65 | 65 | "commitizen": { |
|
0 commit comments