|
39 | 39 | "mongoose": "^5.0.0 || ^4.4.0"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@babel/cli": "^7.7.0", |
43 |
| - "@babel/core": "^7.7.2", |
44 |
| - "@babel/plugin-proposal-class-properties": "^7.7.0", |
45 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
46 |
| - "@babel/plugin-transform-flow-strip-types": "^7.6.3", |
47 |
| - "@babel/plugin-transform-runtime": "^7.6.2", |
48 |
| - "@babel/preset-env": "^7.7.1", |
49 |
| - "@babel/preset-flow": "^7.0.0", |
| 42 | + "@babel/cli": "7.8.3", |
| 43 | + "@babel/core": "7.8.3", |
| 44 | + "@babel/plugin-proposal-class-properties": "7.8.3", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "7.8.3", |
| 46 | + "@babel/plugin-transform-flow-strip-types": "7.8.3", |
| 47 | + "@babel/plugin-transform-runtime": "7.8.3", |
| 48 | + "@babel/preset-env": "7.8.3", |
| 49 | + "@babel/preset-flow": "7.8.3", |
50 | 50 | "@types/graphql": "^14.5.0",
|
51 |
| - "@types/mongoose": "5.5.32", |
| 51 | + "@types/mongoose": "5.5.41", |
52 | 52 | "babel-core": "^7.0.0-bridge.0",
|
53 | 53 | "babel-eslint": "^10.0.3",
|
54 | 54 | "babel-jest": "^24.9.0",
|
55 |
| - "eslint": "^6.6.0", |
| 55 | + "eslint": "6.8.0", |
56 | 56 | "eslint-config-airbnb-base": "^14.0.0",
|
57 |
| - "eslint-config-prettier": "^6.7.0", |
58 |
| - "eslint-plugin-flowtype": "^4.4.1", |
59 |
| - "eslint-plugin-import": "^2.18.2", |
60 |
| - "eslint-plugin-prettier": "^3.1.1", |
| 57 | + "eslint-config-prettier": "6.9.0", |
| 58 | + "eslint-plugin-flowtype": "4.6.0", |
| 59 | + "eslint-plugin-import": "2.20.0", |
| 60 | + "eslint-plugin-prettier": "3.1.2", |
61 | 61 | "flow-bin": "^0.110.0",
|
62 | 62 | "graphql": "14.5.8",
|
63 |
| - "graphql-compose": "^7.4.3", |
| 63 | + "graphql-compose": "7.9.0", |
64 | 64 | "graphql-compose-connection": "^6.0.3",
|
65 | 65 | "graphql-compose-pagination": "^6.0.3",
|
66 | 66 | "jest": "^24.9.0",
|
67 |
| - "mongodb-memory-server": "^6.0.1", |
68 |
| - "mongoose": "^5.7.11", |
| 67 | + "mongodb-memory-server": "6.2.3", |
| 68 | + "mongoose": "5.8.9", |
69 | 69 | "prettier": "^1.19.1",
|
70 | 70 | "request": "^2.88.0",
|
71 | 71 | "rimraf": "^3.0.0",
|
72 |
| - "semantic-release": "^15.13.31", |
| 72 | + "semantic-release": "16.0.2", |
73 | 73 | "tslint": "^5.20.1",
|
74 | 74 | "tslint-config-prettier": "^1.18.0",
|
75 |
| - "tslint-plugin-prettier": "^2.0.1", |
76 |
| - "typescript": "^3.7.2" |
| 75 | + "tslint-plugin-prettier": "2.1.0", |
| 76 | + "typescript": "3.7.5" |
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