|
24 | 24 | }, |
25 | 25 | "homepage": "https://github.com/nodkz/graphql-compose-elasticsearch#readme", |
26 | 26 | "dependencies": { |
27 | | - "babel-runtime": "^6.26.0", |
28 | 27 | "dox": "^0.9.0" |
29 | 28 | }, |
30 | 29 | "peerDependencies": { |
31 | | - "elasticsearch": ">=12.0.0 || >=13.0.0 || >=14.0.0 || >=15.0.0", |
32 | | - "graphql-compose": ">=4.4.1" |
| 30 | + "elasticsearch": ">=15.0.0 || >=14.0.0 || >=13.0.0 || >=12.0.0", |
| 31 | + "graphql-compose": ">=5.0.2 || >=4.4.1" |
33 | 32 | }, |
34 | 33 | "devDependencies": { |
35 | | - "aws-sdk": "^2.263.1", |
36 | | - "babel-cli": "^6.26.0", |
37 | | - "babel-eslint": "^8.2.5", |
38 | | - "babel-jest": "^23.2.0", |
39 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
40 | | - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
41 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
42 | | - "babel-plugin-transform-runtime": "^6.23.0", |
43 | | - "babel-preset-env": "^1.7.0", |
| 34 | + "@babel/cli": "^7.0.0", |
| 35 | + "@babel/core": "^7.0.0", |
| 36 | + "@babel/node": "^7.0.0", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 38 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 39 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 40 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 41 | + "@babel/preset-env": "^7.0.0", |
| 42 | + "@babel/preset-flow": "^7.0.0", |
| 43 | + "aws-sdk": "^2.308.0", |
| 44 | + "babel-core": "^7.0.0-bridge.0", |
| 45 | + "babel-eslint": "^9.0.0", |
| 46 | + "babel-jest": "^23.4.2", |
44 | 47 | "cz-conventional-changelog": "^2.1.0", |
45 | | - "elasticsearch": "^15.0.0", |
46 | | - "eslint": "^5.0.1", |
47 | | - "eslint-config-airbnb-base": "^13.0.0", |
48 | | - "eslint-config-prettier": "^2.9.0", |
49 | | - "eslint-plugin-flowtype": "^2.49.3", |
50 | | - "eslint-plugin-import": "^2.13.0", |
51 | | - "eslint-plugin-prettier": "^2.6.1", |
| 48 | + "elasticsearch": "^15.1.1", |
| 49 | + "eslint": "^5.5.0", |
| 50 | + "eslint-config-airbnb-base": "^13.1.0", |
| 51 | + "eslint-config-prettier": "^3.0.1", |
| 52 | + "eslint-plugin-flowtype": "^2.50.0", |
| 53 | + "eslint-plugin-import": "^2.14.0", |
| 54 | + "eslint-plugin-prettier": "^2.6.2", |
52 | 55 | "express": "^4.16.3", |
53 | 56 | "express-graphql": "^0.6.12", |
54 | | - "flow-bin": "^0.75.0", |
55 | | - "graphql": "0.13.2", |
56 | | - "graphql-compose": "^4.4.1", |
57 | | - "jest": "^23.2.0", |
58 | | - "nodemon": "^1.17.5", |
| 57 | + "flow-bin": "^0.80.0", |
| 58 | + "graphql": "14.0.0", |
| 59 | + "graphql-compose": "^5.0.2", |
| 60 | + "jest": "^23.5.0", |
| 61 | + "nodemon": "^1.18.4", |
59 | 62 | "npm-run-all": "^4.1.3", |
60 | | - "prettier": "^1.13.6", |
| 63 | + "prettier": "^1.14.2", |
61 | 64 | "rimraf": "^2.6.2", |
62 | | - "semantic-release": "^15.6.0" |
| 65 | + "semantic-release": "^15.9.12" |
63 | 66 | }, |
64 | 67 | "config": { |
65 | 68 | "commitizen": { |
|
0 commit comments