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