|
15 | 15 | "keywords": [ |
16 | 16 | "graphql", |
17 | 17 | "compose", |
| 18 | + "graphql-compose", |
18 | 19 | "relay" |
19 | 20 | ], |
20 | 21 | "license": "MIT", |
|
23 | 24 | }, |
24 | 25 | "homepage": "https://github.com/nodkz/graphql-compose-relay", |
25 | 26 | "peerDependencies": { |
26 | | - "graphql": ">=0.7.1 || >=0.8.0", |
| 27 | + "graphql": ">=0.7.1 || >=0.8.0 || >=0.9.0", |
27 | 28 | "graphql-compose": ">=1.4.0" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
30 | | - "babel-cli": "^6.18.0", |
31 | | - "babel-core": "^6.21.0", |
| 31 | + "babel-cli": "^6.22.2", |
| 32 | + "babel-core": "^6.22.1", |
32 | 33 | "babel-eslint": "^7.1.1", |
33 | 34 | "babel-plugin-syntax-async-functions": "6.13.0", |
34 | | - "babel-plugin-transform-class-properties": "^6.19.0", |
35 | | - "babel-plugin-transform-flow-strip-types": "^6.21.0", |
36 | | - "babel-plugin-transform-object-rest-spread": "^6.20.2", |
37 | | - "babel-plugin-transform-regenerator": "^6.21.0", |
38 | | - "babel-plugin-transform-runtime": "6.15.0", |
39 | | - "babel-preset-es2015": "^6.18.0", |
| 35 | + "babel-plugin-transform-class-properties": "^6.22.0", |
| 36 | + "babel-plugin-transform-flow-strip-types": "^6.22.0", |
| 37 | + "babel-plugin-transform-object-rest-spread": "^6.22.0", |
| 38 | + "babel-plugin-transform-regenerator": "^6.22.0", |
| 39 | + "babel-plugin-transform-runtime": "^6.22.0", |
| 40 | + "babel-preset-es2015": "^6.22.0", |
40 | 41 | "chai": "3.5.0", |
41 | 42 | "chai-as-promised": "^6.0.0", |
42 | 43 | "chai-spies": "0.7.1", |
43 | 44 | "cz-conventional-changelog": "1.2.0", |
44 | | - "eslint": "^3.12.2", |
45 | | - "eslint-config-airbnb": "10.0.1", |
46 | | - "eslint-plugin-flowtype": "^2.29.1", |
| 45 | + "eslint": "^3.14.0", |
| 46 | + "eslint-config-airbnb-base": "^11.0.1", |
| 47 | + "eslint-plugin-flowtype": "^2.30.0", |
47 | 48 | "eslint-plugin-import": "^2.2.0", |
48 | | - "eslint-plugin-jsx-a11y": "2.2.1", |
49 | | - "eslint-plugin-react": "6.2.0", |
50 | | - "flow-bin": "^0.37.0", |
| 49 | + "flow-bin": "^0.38.0", |
| 50 | + "graphql": "^0.9.0", |
| 51 | + "graphql-compose": "^1.10.0", |
51 | 52 | "mocha": "^3.2.0", |
52 | | - "nyc": "^10.0.0", |
| 53 | + "nyc": "^10.1.2", |
53 | 54 | "rimraf": "2.5.4", |
54 | | - "sane": "1.4.1", |
| 55 | + "sane": "^1.5.0", |
55 | 56 | "semantic-release": "^6.3.2" |
56 | 57 | }, |
57 | 58 | "dependencies": { |
58 | | - "babel-runtime": "^6.20.0" |
| 59 | + "babel-runtime": "^6.22.0" |
59 | 60 | }, |
60 | 61 | "config": { |
61 | 62 | "commitizen": { |
|
83 | 84 | "lint": "eslint src test *.js", |
84 | 85 | "test": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-core/register --reporter dot --require ./resources/mocha-bootload src/**/__tests__/**/*-test.js", |
85 | 86 | "watch": "babel-node ./resources/watch.js", |
86 | | - "link": "npm link graphql && npm link graphql-compose && npm link", |
| 87 | + "link": "yarn link graphql && yarn link graphql-compose && yarn link", |
| 88 | + "unlink": "yarn unlink graphql && yarn unlink graphql-compose && yarn add graphql graphql-compose", |
87 | 89 | "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
88 | 90 | } |
89 | 91 | } |
0 commit comments