|
32 | 32 | "devDependencies": {
|
33 | 33 | "babel-cli": "^6.26.0",
|
34 | 34 | "babel-eslint": "^7.2.3",
|
35 |
| - "babel-jest": "^21.0.0", |
| 35 | + "babel-jest": "^21.2.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.0",
|
40 | 40 | "cz-conventional-changelog": "^2.0.0",
|
41 | 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", |
| 42 | + "eslint": "^4.8.0", |
| 43 | + "eslint-config-airbnb-base": "^12.0.1", |
| 44 | + "eslint-config-prettier": "^2.6.0", |
| 45 | + "eslint-plugin-flowtype": "^2.37.0", |
46 | 46 | "eslint-plugin-import": "^2.7.0",
|
47 |
| - "eslint-plugin-prettier": "^2.2.0", |
48 |
| - "express": "^4.15.4", |
| 47 | + "eslint-plugin-prettier": "^2.3.1", |
| 48 | + "express": "^4.16.1", |
49 | 49 | "express-graphql": "^0.6.11",
|
50 | 50 | "flow-bin": "^0.54.1",
|
51 | 51 | "graphql": "^0.11.3",
|
52 | 52 | "graphql-compose": "^2.9.0",
|
53 |
| - "jest": "^21.0.1", |
| 53 | + "jest": "^21.2.1", |
54 | 54 | "npm-run-all": "^4.1.1",
|
55 |
| - "prettier": "^1.6.1", |
56 |
| - "rimraf": "^2.5.4", |
| 55 | + "prettier": "^1.7.4", |
| 56 | + "rimraf": "^2.6.2", |
57 | 57 | "semantic-release": "^7.0.2"
|
58 | 58 | },
|
59 | 59 | "config": {
|
|
76 | 76 | "watch": "jest --watch",
|
77 | 77 | "coverage": "jest --coverage",
|
78 | 78 | "lint": "eslint --ext .js ./src",
|
79 |
| - "flow": "./node_modules/.bin/flow stop && ./node_modules/.bin/flow", |
| 79 | + "flow": "./node_modules/.bin/flow", |
80 | 80 | "test": "npm run coverage && npm run lint && npm run flow",
|
81 | 81 | "semantic-release": "semantic-release pre && npm publish && semantic-release post",
|
82 | 82 | "docker": "npm run docker:v5",
|
|
0 commit comments