|
26 | 26 | "homepage": "https://github.com/nodkz/graphql-compose-connection", |
27 | 27 | "peerDependencies": { |
28 | 28 | "graphql": ">=0.7.1 || >=0.8.0 || >=0.9.0", |
29 | | - "graphql-compose": ">=1.4.0" |
| 29 | + "graphql-compose": ">=1.19.0" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "babel-cli": "^6.22.2", |
33 | | - "babel-core": "^6.22.1", |
34 | | - "babel-eslint": "^7.1.1", |
| 32 | + "babel-cli": "^6.24.1", |
| 33 | + "babel-core": "^6.24.1", |
| 34 | + "babel-eslint": "^7.2.3", |
35 | 35 | "babel-plugin-syntax-async-functions": "6.13.0", |
36 | | - "babel-plugin-transform-class-properties": "^6.22.0", |
| 36 | + "babel-plugin-transform-class-properties": "^6.24.1", |
37 | 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", |
42 | | - "chai": "3.5.0", |
| 38 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 39 | + "babel-plugin-transform-regenerator": "^6.24.1", |
| 40 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 41 | + "babel-preset-es2015": "^6.24.1", |
| 42 | + "chai": "^4.0.1", |
43 | 43 | "chai-as-promised": "6.0.0", |
44 | 44 | "chai-spies": "0.7.1", |
45 | | - "cz-conventional-changelog": "1.2.0", |
46 | | - "eslint": "^3.14.0", |
47 | | - "eslint-config-airbnb-base": "^11.0.1", |
48 | | - "eslint-plugin-flowtype": "^2.30.0", |
49 | | - "eslint-plugin-import": "^2.2.0", |
50 | | - "flow-bin": "^0.38.0", |
51 | 45 | "graphql": "^0.9.0", |
52 | | - "graphql-compose": "^1.10.0", |
53 | | - "mocha": "^3.2.0", |
54 | | - "nyc": "^10.1.2", |
55 | | - "rimraf": "2.5.4", |
56 | | - "sane": "^1.5.0", |
| 46 | + "cz-conventional-changelog": "^2.0.0", |
| 47 | + "eslint": "^3.19.0", |
| 48 | + "eslint-config-airbnb-base": "^11.2.0", |
| 49 | + "eslint-plugin-flowtype": "^2.34.0", |
| 50 | + "eslint-plugin-import": "^2.3.0", |
| 51 | + "flow-bin": "^0.47.0", |
| 52 | + "graphql-compose": "^1.19.0", |
| 53 | + "mocha": "^3.4.2", |
| 54 | + "nyc": "^10.3.2", |
| 55 | + "rimraf": "^2.6.1", |
| 56 | + "sane": "^1.7.0", |
57 | 57 | "semantic-release": "^6.3.2" |
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | | - "babel-runtime": "^6.22.0" |
| 60 | + "babel-runtime": "^6.23.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": "yarn link graphql && yarn link graphql-compose && yarn link", |
89 | | - "unlink": "yarn unlink graphql && yarn unlink graphql-compose && yarn add graphql graphql-compose", |
| 88 | + "link": "yarn build && yarn link graphql-compose && yarn link", |
| 89 | + "unlink": "yarn unlink graphql-compose && yarn add graphql-compose", |
90 | 90 | "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
91 | 91 | } |
92 | 92 | } |
0 commit comments