|
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | 42 | "@babel/cli": "7.8.4", |
43 | | - "@babel/core": "7.8.4", |
| 43 | + "@babel/core": "7.9.0", |
44 | 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.4", |
49 | | - "@babel/preset-flow": "7.8.3", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "7.9.0", |
| 46 | + "@babel/plugin-transform-flow-strip-types": "7.9.0", |
| 47 | + "@babel/plugin-transform-runtime": "7.9.0", |
| 48 | + "@babel/preset-env": "7.9.0", |
| 49 | + "@babel/preset-flow": "7.9.0", |
50 | 50 | "@types/graphql": "^14.5.0", |
51 | | - "@types/mongoose": "5.7.1", |
| 51 | + "@types/mongoose": "5.7.5", |
52 | 52 | "babel-core": "^7.0.0-bridge.0", |
53 | | - "babel-eslint": "^10.0.3", |
54 | | - "babel-jest": "25.1.0", |
| 53 | + "babel-eslint": "10.1.0", |
| 54 | + "babel-jest": "25.2.6", |
55 | 55 | "eslint": "6.8.0", |
56 | | - "eslint-config-airbnb-base": "^14.0.0", |
57 | | - "eslint-config-prettier": "6.10.0", |
58 | | - "eslint-plugin-flowtype": "4.6.0", |
59 | | - "eslint-plugin-import": "2.20.1", |
| 56 | + "eslint-config-airbnb-base": "14.1.0", |
| 57 | + "eslint-config-prettier": "6.10.1", |
| 58 | + "eslint-plugin-flowtype": "4.7.0", |
| 59 | + "eslint-plugin-import": "2.20.2", |
60 | 60 | "eslint-plugin-prettier": "3.1.2", |
61 | | - "flow-bin": "0.118.0", |
62 | | - "graphql": "14.6.0", |
63 | | - "graphql-compose": "7.12.0", |
| 61 | + "flow-bin": "0.122.0", |
| 62 | + "graphql": "15.0.0", |
| 63 | + "graphql-compose": "7.14.1", |
64 | 64 | "graphql-compose-connection": "^6.0.3", |
65 | 65 | "graphql-compose-pagination": "^6.0.3", |
66 | | - "jest": "25.1.0", |
67 | | - "mongodb-memory-server": "6.2.4", |
68 | | - "mongoose": "5.9.1", |
69 | | - "prettier": "^1.19.1", |
| 66 | + "jest": "25.2.7", |
| 67 | + "mongodb-memory-server": "6.5.2", |
| 68 | + "mongoose": "5.9.7", |
| 69 | + "prettier": "2.0.2", |
70 | 70 | "request": "2.88.2", |
71 | 71 | "rimraf": "3.0.2", |
72 | | - "semantic-release": "16.0.2", |
73 | | - "tslint": "6.0.0", |
| 72 | + "semantic-release": "17.0.4", |
| 73 | + "tslint": "6.1.1", |
74 | 74 | "tslint-config-prettier": "^1.18.0", |
75 | | - "tslint-plugin-prettier": "2.1.0", |
76 | | - "typescript": "3.7.5" |
| 75 | + "tslint-plugin-prettier": "2.3.0", |
| 76 | + "typescript": "3.8.3" |
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