|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/graphql-compose/graphql-compose-connection",
|
27 | 27 | "peerDependencies": {
|
28 |
| - "graphql-compose": ">=3.0.0 || >=4.0.0" |
| 28 | + "graphql-compose": ">=5.0.1 || >=4.0.0 || >=3.0.0" |
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "babel-cli": "^6.26.0", |
32 |
| - "babel-core": "^6.26.3", |
33 |
| - "babel-eslint": "^8.2.6", |
| 31 | + "@babel/cli": "^7.0.0", |
| 32 | + "@babel/core": "^7.0.0", |
| 33 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 34 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 35 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 36 | + "@babel/preset-env": "^7.0.0", |
| 37 | + "@babel/preset-flow": "^7.0.0", |
| 38 | + "babel-core": "^7.0.0-bridge.0", |
| 39 | + "babel-eslint": "^9.0.0", |
34 | 40 | "babel-jest": "^23.4.2",
|
35 |
| - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
36 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
37 |
| - "babel-plugin-transform-runtime": "^6.23.0", |
38 |
| - "babel-preset-env": "^1.7.0", |
39 | 41 | "cz-conventional-changelog": "^2.1.0",
|
40 |
| - "eslint": "^5.4.0", |
| 42 | + "eslint": "^5.5.0", |
41 | 43 | "eslint-config-airbnb-base": "^13.1.0",
|
42 | 44 | "eslint-config-prettier": "^3.0.1",
|
43 | 45 | "eslint-plugin-flowtype": "^2.50.0",
|
44 | 46 | "eslint-plugin-import": "^2.14.0",
|
45 | 47 | "eslint-plugin-prettier": "^2.6.2",
|
46 |
| - "flow-bin": "^0.79.1", |
47 |
| - "graphql": "0.13.2", |
48 |
| - "graphql-compose": "^4.8.2", |
| 48 | + "flow-bin": "^0.80.0", |
| 49 | + "graphql": "14.0.0", |
| 50 | + "graphql-compose": "^5.0.1", |
49 | 51 | "jest": "^23.5.0",
|
50 | 52 | "prettier": "^1.14.2",
|
51 | 53 | "rimraf": "^2.6.2",
|
52 |
| - "semantic-release": "^15.9.9" |
53 |
| - }, |
54 |
| - "dependencies": { |
55 |
| - "babel-runtime": "^6.26.0" |
| 54 | + "semantic-release": "^15.9.12" |
56 | 55 | },
|
57 | 56 | "config": {
|
58 | 57 | "commitizen": {
|
|
0 commit comments