|
25 | 25 | }, |
26 | 26 | "homepage": "https://github.com/nodkz/graphql-compose-mongoose", |
27 | 27 | "dependencies": { |
28 | | - "babel-runtime": "^6.22.0", |
29 | | - "object-path": "^0.11.3" |
| 28 | + "babel-runtime": "^6.23.0", |
| 29 | + "object-path": "^0.11.4" |
30 | 30 | }, |
31 | 31 | "peerDependencies": { |
32 | 32 | "graphql": ">=0.7.1 || >=0.8.0 || >=0.9.0", |
|
35 | 35 | "mongoose": ">=4.0.0" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "babel-cli": "^6.22.2", |
39 | | - "babel-core": "^6.22.1", |
40 | | - "babel-eslint": "^7.1.1", |
| 38 | + "babel-cli": "^6.24.1", |
| 39 | + "babel-core": "^6.24.1", |
| 40 | + "babel-eslint": "^7.2.3", |
41 | 41 | "babel-plugin-syntax-async-functions": "6.13.0", |
42 | | - "babel-plugin-transform-class-properties": "^6.22.0", |
| 42 | + "babel-plugin-transform-class-properties": "^6.24.1", |
43 | 43 | "babel-plugin-transform-flow-strip-types": "^6.22.0", |
44 | | - "babel-plugin-transform-object-rest-spread": "^6.22.0", |
45 | | - "babel-plugin-transform-regenerator": "^6.22.0", |
46 | | - "babel-plugin-transform-runtime": "^6.22.0", |
47 | | - "babel-preset-es2015": "^6.22.0", |
| 44 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 45 | + "babel-plugin-transform-regenerator": "^6.24.1", |
| 46 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 47 | + "babel-preset-es2015": "^6.24.1", |
48 | 48 | "chai": "3.5.0", |
49 | 49 | "chai-as-promised": "6.0.0", |
50 | 50 | "chai-spies": "0.7.1", |
51 | | - "cz-conventional-changelog": "1.2.0", |
52 | | - "eslint": "^3.14.1", |
53 | | - "eslint-config-airbnb-base": "^11.0.1", |
54 | | - "eslint-plugin-flowtype": "^2.30.0", |
| 51 | + "cz-conventional-changelog": "^2.0.0", |
| 52 | + "eslint": "^3.19.0", |
| 53 | + "eslint-config-airbnb-base": "^11.1.3", |
| 54 | + "eslint-plugin-flowtype": "^2.32.1", |
55 | 55 | "eslint-plugin-import": "^2.2.0", |
56 | | - "flow-bin": "^0.38.0", |
57 | | - "graphql": "^0.9.1", |
58 | | - "graphql-compose": "^1.12.1", |
| 56 | + "flow-bin": "^0.46.0", |
| 57 | + "graphql": "^0.9.6", |
| 58 | + "graphql-compose": "^1.18.1", |
59 | 59 | "graphql-compose-connection": "^2.1.3", |
60 | | - "mocha": "^3.2.0", |
61 | | - "mongoose": "^4.8.4", |
62 | | - "nyc": "^10.1.2", |
63 | | - "rimraf": "2.5.4", |
64 | | - "sane": "^1.5.0", |
65 | | - "semantic-release": "^6.3.2" |
| 60 | + "mocha": "^3.3.0", |
| 61 | + "mongoose": "^4.9.8", |
| 62 | + "nyc": "^10.3.2", |
| 63 | + "rimraf": "^2.6.1", |
| 64 | + "sane": "^1.6.0", |
| 65 | + "semantic-release": "^6.3.6" |
66 | 66 | }, |
67 | 67 | "config": { |
68 | 68 | "commitizen": { |
|
90 | 90 | "lint": "eslint src test *.js", |
91 | 91 | "test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --timeout 20000 --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js", |
92 | 92 | "watch": "babel-node ./resources/watch.js", |
93 | | - "link": "yarn link graphql && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link", |
| 93 | + "link": "yarn build && yarn link graphql && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link", |
94 | 94 | "unlink": "yarn unlink graphql && yarn unlink graphql-compose && yarn unlink graphql-compose-connection && yarn unlink mongoose && yarn add graphql graphql-compose graphql-compose-connection mongoose", |
95 | 95 | "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
96 | 96 | } |
|
0 commit comments