|
28 | 28 | }, |
29 | 29 | "homepage": "https://github.com/graphql-compose/graphql-compose-pagination", |
30 | 30 | "peerDependencies": { |
31 | | - "graphql-compose": ">=6.0.0" |
| 31 | + "graphql-compose": ">=7.0.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/cli": "^7.4.3", |
35 | | - "@babel/core": "^7.4.3", |
36 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
37 | | - "@babel/plugin-transform-flow-strip-types": "^7.4.0", |
38 | | - "@babel/plugin-transform-runtime": "^7.4.3", |
39 | | - "@babel/preset-env": "^7.4.3", |
| 34 | + "@babel/cli": "^7.4.4", |
| 35 | + "@babel/core": "^7.4.4", |
| 36 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 37 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 38 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 39 | + "@babel/preset-env": "^7.4.4", |
40 | 40 | "@babel/preset-flow": "^7.0.0", |
41 | | - "@types/graphql": "^14.0.7", |
| 41 | + "@types/graphql": "^14.2.0", |
42 | 42 | "babel-core": "^7.0.0-bridge.0", |
43 | 43 | "babel-eslint": "^10.0.1", |
44 | 44 | "babel-jest": "^24.7.1", |
45 | | - "cz-conventional-changelog": "^2.1.0", |
46 | 45 | "eslint": "^5.16.0", |
47 | 46 | "eslint-config-airbnb-base": "^13.1.0", |
48 | | - "eslint-config-prettier": "^4.1.0", |
49 | | - "eslint-plugin-flowtype": "^3.5.1", |
50 | | - "eslint-plugin-import": "^2.16.0", |
| 47 | + "eslint-config-prettier": "^4.2.0", |
| 48 | + "eslint-plugin-flowtype": "^3.6.1", |
| 49 | + "eslint-plugin-import": "^2.17.2", |
51 | 50 | "eslint-plugin-prettier": "^3.0.1", |
52 | | - "flow-bin": "^0.96.0", |
| 51 | + "flow-bin": "^0.98.0", |
53 | 52 | "graphql": "14.2.1", |
54 | | - "graphql-compose": "^6.2.0", |
| 53 | + "graphql-compose": "^6.3.2", |
55 | 54 | "jest": "^24.7.1", |
56 | | - "prettier": "^1.16.4", |
| 55 | + "prettier": "^1.17.0", |
57 | 56 | "rimraf": "^2.6.3", |
58 | 57 | "semantic-release": "^15.13.3", |
59 | | - "tslint": "^5.14.0", |
60 | | - "typescript": "^3.3.4000" |
61 | | - }, |
62 | | - "config": { |
63 | | - "commitizen": { |
64 | | - "path": "./node_modules/cz-conventional-changelog" |
65 | | - } |
66 | | - }, |
67 | | - "jest": { |
68 | | - "roots": [ |
69 | | - "<rootDir>/src" |
70 | | - ] |
| 58 | + "tslint": "^5.16.0", |
| 59 | + "typescript": "^3.4.5" |
71 | 60 | }, |
72 | 61 | "scripts": { |
73 | 62 | "build": "npm run build-cjs && npm run build-mjs", |
|
0 commit comments