|
29 | 29 | "graphql-compose": ">=2.10.1"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "aws-sdk": "^2.158.0", |
| 32 | + "aws-sdk": "^2.188.0", |
33 | 33 | "babel-cli": "^6.26.0",
|
34 |
| - "babel-eslint": "^8.0.2", |
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 |
| - "eslint": "^4.12.0", |
| 41 | + "eslint": "^4.16.0", |
42 | 42 | "eslint-config-airbnb-base": "^12.0.1",
|
43 | 43 | "eslint-config-prettier": "^2.9.0",
|
44 |
| - "eslint-plugin-flowtype": "^2.37.0", |
| 44 | + "eslint-plugin-flowtype": "^2.42.0", |
45 | 45 | "eslint-plugin-import": "^2.8.0",
|
46 |
| - "eslint-plugin-prettier": "^2.3.1", |
| 46 | + "eslint-plugin-prettier": "^2.5.0", |
47 | 47 | "express": "^4.16.1",
|
48 | 48 | "express-graphql": "^0.6.11",
|
49 |
| - "flow-bin": "^0.59.0", |
50 |
| - "graphql": "^0.11.7", |
51 |
| - "graphql-compose": "^2.10.1", |
52 |
| - "jest": "^21.2.1", |
53 |
| - "nodemon": "^1.12.1", |
| 49 | + "flow-bin": "^0.64.0", |
| 50 | + "graphql": "0.13.0-rc.1", |
| 51 | + "graphql-compose": "^2.13.0", |
| 52 | + "jest": "^22.1.4", |
| 53 | + "nodemon": "^1.14.11", |
54 | 54 | "npm-run-all": "^4.1.2",
|
55 |
| - "prettier": "^1.8.2", |
| 55 | + "prettier": "^1.10.2", |
56 | 56 | "rimraf": "^2.6.2",
|
57 |
| - "semantic-release": "^8.2.0" |
| 57 | + "semantic-release": "^12.4.1" |
58 | 58 | },
|
59 | 59 | "config": {
|
60 | 60 | "commitizen": {
|
|
79 | 79 | "lint": "eslint --ext .js ./src",
|
80 | 80 | "flow": "./node_modules/.bin/flow",
|
81 | 81 | "test": "npm run coverage && npm run lint && npm run flow",
|
82 |
| - "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
| 82 | + "semantic-release": "semantic-release" |
83 | 83 | }
|
84 | 84 | }
|
0 commit comments