|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "babel-cli": "^6.26.0",
|
30 |
| - "babel-eslint": "^8.0.1", |
31 |
| - "babel-jest": "^21.2.0", |
| 30 | + "babel-eslint": "^8.2.1", |
| 31 | + "babel-jest": "^22.1.0", |
32 | 32 | "babel-plugin-transform-flow-strip-types": "^6.22.0",
|
33 | 33 | "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
34 | 34 | "babel-plugin-transform-runtime": "^6.23.0",
|
35 | 35 | "babel-preset-env": "^1.6.1",
|
36 | 36 | "cz-conventional-changelog": "^2.1.0",
|
37 |
| - "eslint": "^4.10.0", |
| 37 | + "eslint": "^4.16.0", |
38 | 38 | "eslint-config-airbnb-base": "^12.1.0",
|
39 |
| - "eslint-config-prettier": "^2.6.0", |
40 |
| - "eslint-plugin-flowtype": "^2.39.1", |
| 39 | + "eslint-config-prettier": "^2.9.0", |
| 40 | + "eslint-plugin-flowtype": "^2.42.0", |
41 | 41 | "eslint-plugin-import": "^2.8.0",
|
42 |
| - "eslint-plugin-prettier": "^2.3.1", |
43 |
| - "flow-bin": "^0.57.3", |
44 |
| - "graphql": "^0.11.7", |
45 |
| - "graphql-compose": "^2.9.5", |
46 |
| - "jest": "^21.2.1", |
47 |
| - "prettier": "^1.7.4", |
| 42 | + "eslint-plugin-prettier": "^2.5.0", |
| 43 | + "flow-bin": "^0.64.0", |
| 44 | + "graphql": "0.13.0-rc.1", |
| 45 | + "graphql-compose": "^2.13.0", |
| 46 | + "jest": "^22.1.4", |
| 47 | + "prettier": "^1.10.2", |
48 | 48 | "rimraf": "^2.6.2",
|
49 |
| - "semantic-release": "^8.2.0" |
| 49 | + "semantic-release": "^12.4.1" |
50 | 50 | },
|
51 | 51 | "dependencies": {
|
52 | 52 | "babel-runtime": "^6.26.0"
|
|
72 | 72 | "test": "npm run coverage && npm run lint && npm run flow",
|
73 | 73 | "link": "yarn build && yarn link graphql-compose && yarn link",
|
74 | 74 | "unlink": "yarn unlink graphql-compose && yarn add graphql-compose",
|
75 |
| - "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
| 75 | + "semantic-release": "semantic-release" |
76 | 76 | }
|
77 | 77 | }
|
0 commit comments