|
15 | 15 | "keywords": [
|
16 | 16 | "graphql",
|
17 | 17 | "compose",
|
| 18 | + "graphql-compose", |
18 | 19 | "mongoose",
|
19 | 20 | "mongodb"
|
20 | 21 | ],
|
|
24 | 25 | },
|
25 | 26 | "homepage": "https://github.com/nodkz/graphql-compose-mongoose",
|
26 | 27 | "dependencies": {
|
27 |
| - "babel-runtime": "^6.20.0", |
| 28 | + "babel-runtime": "^6.22.0", |
28 | 29 | "object-path": "^0.11.3"
|
29 | 30 | },
|
30 | 31 | "peerDependencies": {
|
31 |
| - "graphql": ">=0.7.1 || >=0.8.0", |
| 32 | + "graphql": ">=0.7.1 || >=0.8.0 || >=0.9.0", |
32 | 33 | "graphql-compose": ">=1.4.0",
|
33 | 34 | "graphql-compose-connection": ">=2.0.2",
|
34 | 35 | "mongoose": ">=4.0.0"
|
35 | 36 | },
|
36 | 37 | "devDependencies": {
|
37 |
| - "babel-cli": "^6.18.0", |
38 |
| - "babel-core": "^6.21.0", |
| 38 | + "babel-cli": "^6.22.2", |
| 39 | + "babel-core": "^6.22.1", |
39 | 40 | "babel-eslint": "^7.1.1",
|
40 | 41 | "babel-plugin-syntax-async-functions": "6.13.0",
|
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 |
| - "babel-plugin-transform-runtime": "6.15.0", |
46 |
| - "babel-preset-es2015": "^6.18.0", |
| 42 | + "babel-plugin-transform-class-properties": "^6.22.0", |
| 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", |
47 | 48 | "chai": "3.5.0",
|
48 | 49 | "chai-as-promised": "6.0.0",
|
49 | 50 | "chai-spies": "0.7.1",
|
50 | 51 | "cz-conventional-changelog": "1.2.0",
|
51 |
| - "eslint": "^3.12.2", |
52 |
| - "eslint-config-airbnb": "12.0.0", |
53 |
| - "eslint-plugin-flowtype": "^2.29.1", |
| 52 | + "eslint": "^3.14.0", |
| 53 | + "eslint-config-airbnb-base": "^11.0.1", |
| 54 | + "eslint-plugin-flowtype": "^2.30.0", |
54 | 55 | "eslint-plugin-import": "^2.2.0",
|
55 |
| - "eslint-plugin-jsx-a11y": "2.2.2", |
56 |
| - "eslint-plugin-react": "6.3.0", |
57 |
| - "flow-bin": "^0.37.0", |
58 |
| - "graphql": "^0.8.2", |
59 |
| - "graphql-compose": "^1.8.0", |
| 56 | + "flow-bin": "^0.38.0", |
| 57 | + "graphql": "^0.9.0", |
| 58 | + "graphql-compose": "^1.10.0", |
60 | 59 | "graphql-compose-connection": "^2.1.2",
|
61 | 60 | "mocha": "^3.2.0",
|
62 |
| - "mongoose": "^4.7.5", |
63 |
| - "nyc": "^10.0.0", |
| 61 | + "mongoose": "^4.7.8", |
| 62 | + "nyc": "^10.1.2", |
64 | 63 | "rimraf": "2.5.4",
|
65 |
| - "sane": "1.4.1", |
| 64 | + "sane": "^1.5.0", |
66 | 65 | "semantic-release": "^6.3.2"
|
67 | 66 | },
|
68 | 67 | "config": {
|
|
91 | 90 | "lint": "eslint src test *.js",
|
92 | 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",
|
93 | 92 | "watch": "babel-node ./resources/watch.js",
|
94 |
| - "link": "npm link graphql && npm link graphql-compose && npm link graphql-compose-connection && npm link mongoose && npm link", |
| 93 | + "link": "yarn link graphql && yarn link graphql-compose && yarn link graphql-compose-connection && yarn link mongoose && yarn link", |
| 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 | }
|
97 | 97 | }
|
0 commit comments