|
31 | 31 | "graphql-compose": "^7.0.4" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@babel/cli": "^7.6.4", |
35 | | - "@babel/core": "^7.6.4", |
36 | | - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
37 | | - "@babel/plugin-transform-flow-strip-types": "^7.6.3", |
38 | | - "@babel/plugin-transform-runtime": "^7.6.2", |
39 | | - "@babel/preset-env": "^7.6.3", |
40 | | - "@babel/preset-flow": "^7.0.0", |
| 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", |
41 | 41 | "@types/graphql": "^14.5.0", |
42 | 42 | "babel-core": "^7.0.0-bridge.0", |
43 | 43 | "babel-eslint": "^10.0.3", |
44 | | - "babel-jest": "^24.9.0", |
45 | | - "eslint": "^6.6.0", |
| 44 | + "babel-jest": "25.1.0", |
| 45 | + "eslint": "6.8.0", |
46 | 46 | "eslint-config-airbnb-base": "^14.0.0", |
47 | | - "eslint-config-prettier": "^6.5.0", |
48 | | - "eslint-plugin-flowtype": "^4.3.0", |
49 | | - "eslint-plugin-import": "^2.18.2", |
50 | | - "eslint-plugin-prettier": "^3.1.1", |
51 | | - "flow-bin": "^0.110.0", |
52 | | - "graphql": "14.5.8", |
53 | | - "graphql-compose": "^7.4.2", |
54 | | - "jest": "^24.9.0", |
55 | | - "prettier": "^1.18.2", |
56 | | - "rimraf": "^3.0.0", |
| 47 | + "eslint-config-prettier": "6.10.0", |
| 48 | + "eslint-plugin-flowtype": "4.6.0", |
| 49 | + "eslint-plugin-import": "2.20.1", |
| 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", |
| 56 | + "rimraf": "3.0.2", |
57 | 57 | "semantic-release": "^15.13.28", |
58 | | - "tslint": "^5.20.0", |
59 | | - "typescript": "^3.6.4" |
| 58 | + "tslint": "6.0.0", |
| 59 | + "typescript": "3.7.5" |
60 | 60 | }, |
61 | 61 | "scripts": { |
62 | 62 | "build": "npm run build-cjs && npm run build-mjs", |
|
0 commit comments