|
31 | 31 | "graphql-compose": "^7.0.4"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@babel/cli": "7.8.4", |
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", |
| 34 | + "@babel/cli": "7.10.4", |
| 35 | + "@babel/core": "7.10.4", |
| 36 | + "@babel/plugin-proposal-object-rest-spread": "7.10.4", |
| 37 | + "@babel/plugin-transform-flow-strip-types": "7.10.4", |
| 38 | + "@babel/plugin-transform-runtime": "7.10.4", |
| 39 | + "@babel/preset-env": "7.10.4", |
| 40 | + "@babel/preset-flow": "7.10.4", |
41 | 41 | "@types/graphql": "^14.5.0",
|
42 | 42 | "babel-core": "^7.0.0-bridge.0",
|
43 | 43 | "babel-eslint": "10.1.0",
|
44 |
| - "babel-jest": "25.2.6", |
45 |
| - "eslint": "6.8.0", |
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 |
| - "eslint-plugin-prettier": "3.1.2", |
| 44 | + "babel-jest": "26.1.0", |
| 45 | + "eslint": "7.3.1", |
| 46 | + "eslint-config-airbnb-base": "14.2.0", |
| 47 | + "eslint-config-prettier": "6.11.0", |
| 48 | + "eslint-plugin-flowtype": "5.2.0", |
| 49 | + "eslint-plugin-import": "2.22.0", |
| 50 | + "eslint-plugin-prettier": "3.1.4", |
51 | 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", |
| 52 | + "graphql": "15.2.0", |
| 53 | + "graphql-compose": "7.18.1", |
| 54 | + "jest": "26.1.0", |
| 55 | + "prettier": "2.0.5", |
56 | 56 | "rimraf": "3.0.2",
|
57 |
| - "semantic-release": "17.0.4", |
58 |
| - "tslint": "6.1.1", |
59 |
| - "typescript": "3.8.3" |
| 57 | + "semantic-release": "17.1.1", |
| 58 | + "tslint": "6.1.2", |
| 59 | + "typescript": "3.9.6" |
60 | 60 | },
|
61 | 61 | "scripts": {
|
62 | 62 | "build": "npm run build-cjs && npm run build-mjs",
|
|
0 commit comments