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