|
28 | 28 | "graphql-compose": "^7.0.4" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@babel/cli": "^7.6.4", |
32 | | - "@babel/core": "^7.6.4", |
33 | | - "@babel/node": "^7.6.3", |
34 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
35 | | - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
36 | | - "@babel/plugin-transform-flow-strip-types": "^7.6.3", |
37 | | - "@babel/plugin-transform-runtime": "^7.6.2", |
38 | | - "@babel/preset-env": "^7.6.3", |
39 | | - "@babel/preset-flow": "^7.0.0", |
40 | | - "aws-sdk": "^2.561.0", |
| 31 | + "@babel/cli": "7.8.4", |
| 32 | + "@babel/core": "7.8.4", |
| 33 | + "@babel/node": "7.8.4", |
| 34 | + "@babel/plugin-proposal-class-properties": "7.8.3", |
| 35 | + "@babel/plugin-proposal-object-rest-spread": "7.8.3", |
| 36 | + "@babel/plugin-transform-flow-strip-types": "7.8.3", |
| 37 | + "@babel/plugin-transform-runtime": "7.8.3", |
| 38 | + "@babel/preset-env": "7.8.4", |
| 39 | + "@babel/preset-flow": "7.8.3", |
| 40 | + "aws-sdk": "2.619.0", |
41 | 41 | "babel-core": "^7.0.0-bridge.0", |
42 | 42 | "babel-eslint": "^10.0.3", |
43 | | - "babel-jest": "^24.9.0", |
44 | | - "eslint": "^6.6.0", |
| 43 | + "babel-jest": "25.1.0", |
| 44 | + "eslint": "6.8.0", |
45 | 45 | "eslint-config-airbnb-base": "^14.0.0", |
46 | | - "eslint-config-prettier": "^6.5.0", |
47 | | - "eslint-plugin-flowtype": "^4.3.0", |
48 | | - "eslint-plugin-import": "^2.18.2", |
49 | | - "eslint-plugin-prettier": "^3.1.1", |
| 46 | + "eslint-config-prettier": "6.10.0", |
| 47 | + "eslint-plugin-flowtype": "4.6.0", |
| 48 | + "eslint-plugin-import": "2.20.1", |
| 49 | + "eslint-plugin-prettier": "3.1.2", |
50 | 50 | "express": "^4.17.1", |
51 | 51 | "express-graphql": "^0.9.0", |
52 | | - "flow-bin": "^0.110.0", |
53 | | - "graphql": "14.5.8", |
54 | | - "graphql-compose": "^7.4.2", |
55 | | - "jest": "^24.9.0", |
| 52 | + "flow-bin": "0.118.0", |
| 53 | + "graphql": "14.6.0", |
| 54 | + "graphql-compose": "7.12.0", |
| 55 | + "jest": "25.1.0", |
56 | 56 | "nodemon": "^1.19.4", |
57 | 57 | "prettier": "^1.18.2", |
58 | | - "rimraf": "^3.0.0", |
| 58 | + "rimraf": "3.0.2", |
59 | 59 | "semantic-release": "^15.13.28" |
60 | 60 | }, |
61 | 61 | "scripts": { |
|
0 commit comments