|
39 | 39 | "mongoose": "^5.0.0 || ^4.4.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/cli": "^7.6.4", |
43 | | - "@babel/core": "^7.6.4", |
44 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 42 | + "@babel/cli": "^7.7.0", |
| 43 | + "@babel/core": "^7.7.2", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.7.0", |
45 | 45 | "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
46 | 46 | "@babel/plugin-transform-flow-strip-types": "^7.6.3", |
47 | 47 | "@babel/plugin-transform-runtime": "^7.6.2", |
48 | | - "@babel/preset-env": "^7.6.3", |
| 48 | + "@babel/preset-env": "^7.7.1", |
49 | 49 | "@babel/preset-flow": "^7.0.0", |
50 | 50 | "@types/graphql": "^14.5.0", |
51 | | - "@types/mongoose": "5.5.11", |
| 51 | + "@types/mongoose": "5.5.32", |
52 | 52 | "babel-core": "^7.0.0-bridge.0", |
53 | 53 | "babel-eslint": "^10.0.3", |
54 | 54 | "babel-jest": "^24.9.0", |
55 | 55 | "eslint": "^6.6.0", |
56 | 56 | "eslint-config-airbnb-base": "^14.0.0", |
57 | | - "eslint-config-prettier": "^6.5.0", |
58 | | - "eslint-plugin-flowtype": "^4.3.0", |
| 57 | + "eslint-config-prettier": "^6.7.0", |
| 58 | + "eslint-plugin-flowtype": "^4.4.1", |
59 | 59 | "eslint-plugin-import": "^2.18.2", |
60 | 60 | "eslint-plugin-prettier": "^3.1.1", |
61 | 61 | "flow-bin": "^0.110.0", |
62 | 62 | "graphql": "14.5.8", |
63 | | - "graphql-compose": "^7.4.2", |
| 63 | + "graphql-compose": "^7.4.3", |
64 | 64 | "graphql-compose-connection": "^6.0.3", |
65 | 65 | "graphql-compose-pagination": "^6.0.3", |
66 | 66 | "jest": "^24.9.0", |
67 | 67 | "mongodb-memory-server": "^6.0.1", |
68 | | - "mongoose": "^5.7.7", |
69 | | - "prettier": "^1.18.2", |
| 68 | + "mongoose": "^5.7.11", |
| 69 | + "prettier": "^1.19.1", |
70 | 70 | "request": "^2.88.0", |
71 | 71 | "rimraf": "^3.0.0", |
72 | | - "semantic-release": "^15.13.28", |
73 | | - "tslint": "^5.20.0", |
| 72 | + "semantic-release": "^15.13.31", |
| 73 | + "tslint": "^5.20.1", |
74 | 74 | "tslint-config-prettier": "^1.18.0", |
75 | 75 | "tslint-plugin-prettier": "^2.0.1", |
76 | | - "typescript": "^3.6.4" |
| 76 | + "typescript": "^3.7.2" |
77 | 77 | }, |
78 | 78 | "scripts": { |
79 | 79 | "build": "npm run build-lib && npm run build-mjs && npm run build-es && npm run build-node8 && npm run build-ts", |
|
0 commit comments