|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 | 34 | "@babel/cli": "7.8.4",
|
35 |
| - "@babel/core": "7.8.4", |
36 |
| - "@babel/plugin-proposal-object-rest-spread": "7.8.3", |
37 |
| - "@babel/plugin-transform-flow-strip-types": "7.8.3", |
38 |
| - "@babel/plugin-transform-runtime": "7.8.3", |
39 |
| - "@babel/preset-env": "7.8.4", |
40 |
| - "@babel/preset-flow": "7.8.3", |
| 35 | + "@babel/core": "7.9.0", |
| 36 | + "@babel/plugin-proposal-object-rest-spread": "7.9.0", |
| 37 | + "@babel/plugin-transform-flow-strip-types": "7.9.0", |
| 38 | + "@babel/plugin-transform-runtime": "7.9.0", |
| 39 | + "@babel/preset-env": "7.9.0", |
| 40 | + "@babel/preset-flow": "7.9.0", |
41 | 41 | "@types/graphql": "^14.5.0",
|
42 | 42 | "babel-core": "^7.0.0-bridge.0",
|
43 |
| - "babel-eslint": "^10.0.3", |
44 |
| - "babel-jest": "25.1.0", |
| 43 | + "babel-eslint": "10.1.0", |
| 44 | + "babel-jest": "25.2.6", |
45 | 45 | "eslint": "6.8.0",
|
46 |
| - "eslint-config-airbnb-base": "^14.0.0", |
47 |
| - "eslint-config-prettier": "6.10.0", |
48 |
| - "eslint-plugin-flowtype": "4.6.0", |
49 |
| - "eslint-plugin-import": "2.20.1", |
| 46 | + "eslint-config-airbnb-base": "14.1.0", |
| 47 | + "eslint-config-prettier": "6.10.1", |
| 48 | + "eslint-plugin-flowtype": "4.7.0", |
| 49 | + "eslint-plugin-import": "2.20.2", |
50 | 50 | "eslint-plugin-prettier": "3.1.2",
|
51 |
| - "flow-bin": "0.118.0", |
52 |
| - "graphql": "14.6.0", |
53 |
| - "graphql-compose": "7.12.0", |
54 |
| - "jest": "25.1.0", |
55 |
| - "prettier": "1.19.1", |
| 51 | + "flow-bin": "0.122.0", |
| 52 | + "graphql": "15.0.0", |
| 53 | + "graphql-compose": "7.14.1", |
| 54 | + "jest": "25.2.7", |
| 55 | + "prettier": "2.0.2", |
56 | 56 | "rimraf": "3.0.2",
|
57 |
| - "semantic-release": "^15.13.28", |
58 |
| - "tslint": "6.0.0", |
59 |
| - "typescript": "3.7.5" |
| 57 | + "semantic-release": "17.0.4", |
| 58 | + "tslint": "6.1.1", |
| 59 | + "typescript": "3.8.3" |
60 | 60 | },
|
61 | 61 | "scripts": {
|
62 | 62 | "build": "npm run build-cjs && npm run build-mjs",
|
|
0 commit comments