|
1 | 1 | {
|
2 | 2 | "name": "graphql-compose-mongoose",
|
3 |
| - "version": "1.0.6", |
| 3 | + "version": "1.0.7", |
4 | 4 | "description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
|
5 | 5 | "files": [
|
6 | 6 | "es",
|
|
33 | 33 | "mongoose": ">=4.0.0"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "babel-cli": "6.10.1", |
37 |
| - "babel-eslint": "6.1.0", |
38 |
| - "babel-plugin-syntax-async-functions": "6.8.0", |
39 |
| - "babel-plugin-transform-class-properties": "6.10.2", |
| 36 | + "babel-cli": "6.11.4", |
| 37 | + "babel-eslint": "6.1.2", |
| 38 | + "babel-plugin-syntax-async-functions": "6.13.0", |
| 39 | + "babel-plugin-transform-class-properties": "6.11.5", |
40 | 40 | "babel-plugin-transform-flow-strip-types": "6.8.0",
|
41 | 41 | "babel-plugin-transform-object-rest-spread": "6.8.0",
|
42 |
| - "babel-plugin-transform-regenerator": "6.9.0", |
43 |
| - "babel-preset-es2015": "6.9.0", |
| 42 | + "babel-plugin-transform-regenerator": "6.11.4", |
| 43 | + "babel-plugin-transform-runtime": "6.12.0", |
| 44 | + "babel-preset-es2015": "6.13.2", |
44 | 45 | "chai": "3.5.0",
|
45 | 46 | "chai-as-promised": "5.3.0",
|
46 | 47 | "chai-spies": "0.7.1",
|
47 |
| - "eslint": "2.13.1", |
48 |
| - "eslint-config-airbnb": "9.0.1", |
49 |
| - "eslint-plugin-flow-vars": "0.4.0", |
50 |
| - "eslint-plugin-flowtype": "2.2.7", |
51 |
| - "eslint-plugin-import": "1.10.2", |
52 |
| - "eslint-plugin-jsx-a11y": "1.5.5", |
53 |
| - "eslint-plugin-react": "5.2.2", |
54 |
| - "flow-bin": "0.29.0", |
55 |
| - "mocha": "2.5.3", |
56 |
| - "rimraf": "2.5.2", |
57 |
| - "sane": "1.3.4" |
| 48 | + "eslint": "3.2.2", |
| 49 | + "eslint-config-airbnb": "10.0.0", |
| 50 | + "eslint-plugin-flow-vars": "0.5.0", |
| 51 | + "eslint-plugin-flowtype": "2.6.1", |
| 52 | + "eslint-plugin-import": "1.12.0", |
| 53 | + "eslint-plugin-jsx-a11y": "2.0.1", |
| 54 | + "eslint-plugin-react": "6.0.0", |
| 55 | + "flow-bin": "0.30.0", |
| 56 | + "mocha": "3.0.2", |
| 57 | + "rimraf": "2.5.4", |
| 58 | + "sane": "1.4.1" |
58 | 59 | },
|
59 | 60 | "scripts": {
|
60 | 61 | "build": "npm run build-cjs && npm run build-flow && npm run build-es",
|
|
0 commit comments