|
28 | 28 | }, |
29 | 29 | "peerDependencies": { |
30 | 30 | "elasticsearch": ">=15.0.0 || >=14.0.0 || >=13.0.0 || >=12.0.0", |
31 | | - "graphql-compose": ">=6.2.0" |
| 31 | + "graphql-compose": ">=7.0.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/cli": "^7.4.3", |
35 | | - "@babel/core": "^7.4.3", |
| 34 | + "@babel/cli": "^7.4.4", |
| 35 | + "@babel/core": "^7.4.4", |
36 | 36 | "@babel/node": "^7.2.2", |
37 | | - "@babel/plugin-proposal-class-properties": "^7.4.0", |
38 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.3", |
39 | | - "@babel/plugin-transform-flow-strip-types": "^7.4.0", |
40 | | - "@babel/plugin-transform-runtime": "^7.4.3", |
41 | | - "@babel/preset-env": "^7.4.3", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 38 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 39 | + "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
| 40 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 41 | + "@babel/preset-env": "^7.4.4", |
42 | 42 | "@babel/preset-flow": "^7.0.0", |
43 | | - "aws-sdk": "^2.437.0", |
| 43 | + "aws-sdk": "^2.444.0", |
44 | 44 | "babel-core": "^7.0.0-bridge.0", |
45 | 45 | "babel-eslint": "^10.0.1", |
46 | 46 | "babel-jest": "^24.7.1", |
47 | | - "cz-conventional-changelog": "^2.1.0", |
48 | 47 | "elasticsearch": "^15.4.1", |
49 | 48 | "eslint": "^5.16.0", |
50 | 49 | "eslint-config-airbnb-base": "^13.1.0", |
51 | | - "eslint-config-prettier": "^4.1.0", |
52 | | - "eslint-plugin-flowtype": "^3.5.1", |
53 | | - "eslint-plugin-import": "^2.16.0", |
| 50 | + "eslint-config-prettier": "^4.2.0", |
| 51 | + "eslint-plugin-flowtype": "^3.6.1", |
| 52 | + "eslint-plugin-import": "^2.17.2", |
54 | 53 | "eslint-plugin-prettier": "^3.0.1", |
55 | 54 | "express": "^4.16.4", |
56 | | - "express-graphql": "^0.7.1", |
57 | | - "flow-bin": "^0.96.0", |
| 55 | + "express-graphql": "^0.8.0", |
| 56 | + "flow-bin": "^0.98.0", |
58 | 57 | "graphql": "^14.2.1", |
59 | | - "graphql-compose": "^6.2.0", |
| 58 | + "graphql-compose": "^6.3.2", |
60 | 59 | "jest": "^24.7.1", |
61 | | - "nodemon": "^1.18.10", |
| 60 | + "nodemon": "^1.18.11", |
62 | 61 | "npm-run-all": "^4.1.5", |
63 | | - "prettier": "^1.16.4", |
| 62 | + "prettier": "^1.17.0", |
64 | 63 | "rimraf": "^2.6.3", |
65 | 64 | "semantic-release": "^15.13.3" |
66 | 65 | }, |
67 | | - "config": { |
68 | | - "commitizen": { |
69 | | - "path": "./node_modules/cz-conventional-changelog" |
70 | | - } |
71 | | - }, |
72 | | - "jest": { |
73 | | - "roots": [ |
74 | | - "<rootDir>/src" |
75 | | - ] |
76 | | - }, |
77 | 66 | "scripts": { |
78 | 67 | "build": "npm run build-cjs && npm run build-mjs", |
79 | 68 | "build-cjs": "rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow", |
|
0 commit comments