|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 | 33 | "babel-cli": "^6.26.0",
|
34 |
| - "babel-eslint": "^8.0.1", |
35 |
| - "babel-jest": "^21.2.0", |
| 34 | + "babel-eslint": "^8.2.1", |
| 35 | + "babel-jest": "^22.1.0", |
36 | 36 | "babel-plugin-transform-flow-strip-types": "^6.22.0",
|
37 | 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.1",
|
40 | 40 | "cz-conventional-changelog": "^2.1.0",
|
41 |
| - "elasticsearch": "^13.3.1", |
42 |
| - "eslint": "^4.10.0", |
| 41 | + "elasticsearch": "^14.1.0", |
| 42 | + "eslint": "^4.16.0", |
43 | 43 | "eslint-config-airbnb-base": "^12.0.1",
|
44 |
| - "eslint-config-prettier": "^2.6.0", |
45 |
| - "eslint-plugin-flowtype": "^2.37.0", |
| 44 | + "eslint-config-prettier": "^2.9.0", |
| 45 | + "eslint-plugin-flowtype": "^2.42.0", |
46 | 46 | "eslint-plugin-import": "^2.8.0",
|
47 |
| - "eslint-plugin-prettier": "^2.3.1", |
| 47 | + "eslint-plugin-prettier": "^2.5.0", |
48 | 48 | "express": "^4.16.1",
|
49 | 49 | "express-graphql": "^0.6.11",
|
50 |
| - "flow-bin": "^0.57.3", |
51 |
| - "graphql": "^0.11.7", |
52 |
| - "graphql-compose": "^2.9.5", |
53 |
| - "jest": "^21.2.1", |
54 |
| - "nodemon": "^1.12.1", |
55 |
| - "npm-run-all": "^4.1.1", |
56 |
| - "prettier": "^1.7.4", |
| 50 | + "flow-bin": "^0.64.0", |
| 51 | + "graphql": "0.13.0-rc.1", |
| 52 | + "graphql-compose": "^2.13.0", |
| 53 | + "jest": "^22.1.4", |
| 54 | + "nodemon": "^1.14.11", |
| 55 | + "npm-run-all": "^4.1.2", |
| 56 | + "prettier": "^1.10.2", |
57 | 57 | "rimraf": "^2.6.2",
|
58 |
| - "semantic-release": "^8.2.0" |
| 58 | + "semantic-release": "^12.4.1" |
59 | 59 | },
|
60 | 60 | "config": {
|
61 | 61 | "commitizen": {
|
|
80 | 80 | "lint": "eslint --ext .js ./src",
|
81 | 81 | "flow": "./node_modules/.bin/flow",
|
82 | 82 | "test": "npm run coverage && npm run lint && npm run flow",
|
83 |
| - "semantic-release": "semantic-release pre && npm publish && semantic-release post", |
| 83 | + "semantic-release": "semantic-release", |
84 | 84 | "docker": "npm run docker:v5",
|
85 | 85 | "docker:v2": "node ./scripts/docker/start 2 & wait",
|
86 | 86 | "docker:v5": "node ./scripts/docker/start 5 & wait",
|
|
0 commit comments