|
22 | 22 | },
|
23 | 23 | "homepage": "https://github.com/nodkz/graphql-compose-elasticsearch#readme",
|
24 | 24 | "dependencies": {
|
25 |
| - "babel-runtime": "^6.25.0", |
| 25 | + "babel-runtime": "^6.26.0", |
26 | 26 | "dox": "^0.9.0"
|
27 | 27 | },
|
28 | 28 | "peerDependencies": {
|
29 | 29 | "elasticsearch": ">=12.0.0 || >=13.0.0",
|
30 |
| - "graphql-compose": ">=1.20.4 || >=2.0.0" |
| 30 | + "graphql-compose": ">=2.9.0" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "babel-cli": "^6.24.1", |
| 33 | + "babel-cli": "^6.26.0", |
34 | 34 | "babel-eslint": "^7.2.3",
|
35 |
| - "babel-jest": "^20.0.3", |
| 35 | + "babel-jest": "^21.0.0", |
36 | 36 | "babel-plugin-transform-flow-strip-types": "^6.22.0",
|
37 |
| - "babel-plugin-transform-object-rest-spread": "^6.22.0", |
| 37 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
38 | 38 | "babel-plugin-transform-runtime": "^6.23.0",
|
39 | 39 | "babel-preset-env": "^1.6.0",
|
40 | 40 | "cz-conventional-changelog": "^2.0.0",
|
41 |
| - "elasticsearch": "^13.2.0", |
42 |
| - "eslint": "^4.4.1", |
43 |
| - "eslint-config-airbnb-base": "^11.3.1", |
44 |
| - "eslint-config-prettier": "^2.3.0", |
45 |
| - "eslint-plugin-flowtype": "^2.35.0", |
| 41 | + "elasticsearch": "^13.3.1", |
| 42 | + "eslint": "^4.6.1", |
| 43 | + "eslint-config-airbnb-base": "^12.0.0", |
| 44 | + "eslint-config-prettier": "^2.4.0", |
| 45 | + "eslint-plugin-flowtype": "^2.35.1", |
46 | 46 | "eslint-plugin-import": "^2.7.0",
|
47 |
| - "eslint-plugin-prettier": "^2.1.2", |
| 47 | + "eslint-plugin-prettier": "^2.2.0", |
48 | 48 | "express": "^4.15.4",
|
49 |
| - "express-graphql": "^0.6.7", |
50 |
| - "flow-bin": "^0.52.0", |
51 |
| - "graphql": "^0.10.5", |
52 |
| - "graphql-compose": "^2.2.0", |
53 |
| - "jest": "^20.0.4", |
54 |
| - "npm-run-all": "^4.0.1", |
55 |
| - "prettier": "^1.5.3", |
| 49 | + "express-graphql": "^0.6.11", |
| 50 | + "flow-bin": "^0.54.1", |
| 51 | + "graphql": "^0.11.3", |
| 52 | + "graphql-compose": "^2.9.0", |
| 53 | + "jest": "^21.0.1", |
| 54 | + "npm-run-all": "^4.1.1", |
| 55 | + "prettier": "^1.6.1", |
56 | 56 | "rimraf": "^2.5.4",
|
57 |
| - "semantic-release": "^6.3.2" |
| 57 | + "semantic-release": "^7.0.2" |
58 | 58 | },
|
59 | 59 | "config": {
|
60 | 60 | "commitizen": {
|
|
0 commit comments