|
39 | 39 | "mongoose": "^5.0.0 || ^4.4.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/cli": "7.8.4", |
43 | | - "@babel/core": "7.9.6", |
44 | | - "@babel/plugin-proposal-class-properties": "7.8.3", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "7.9.6", |
46 | | - "@babel/plugin-transform-flow-strip-types": "7.9.0", |
47 | | - "@babel/plugin-transform-runtime": "7.9.6", |
48 | | - "@babel/preset-env": "7.9.6", |
49 | | - "@babel/preset-flow": "7.9.0", |
| 42 | + "@babel/cli": "7.10.4", |
| 43 | + "@babel/core": "7.10.4", |
| 44 | + "@babel/plugin-proposal-class-properties": "7.10.4", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "7.10.4", |
| 46 | + "@babel/plugin-transform-flow-strip-types": "7.10.4", |
| 47 | + "@babel/plugin-transform-runtime": "7.10.4", |
| 48 | + "@babel/preset-env": "7.10.4", |
| 49 | + "@babel/preset-flow": "7.10.4", |
50 | 50 | "@types/graphql": "^14.5.0", |
51 | 51 | "@types/mongoose": "5.7.5", |
52 | 52 | "babel-core": "^7.0.0-bridge.0", |
53 | 53 | "babel-eslint": "10.1.0", |
54 | | - "babel-jest": "25.2.6", |
55 | | - "eslint": "6.8.0", |
56 | | - "eslint-config-airbnb-base": "14.1.0", |
| 54 | + "babel-jest": "26.1.0", |
| 55 | + "eslint": "7.3.1", |
| 56 | + "eslint-config-airbnb-base": "14.2.0", |
57 | 57 | "eslint-config-prettier": "6.11.0", |
58 | | - "eslint-plugin-flowtype": "4.7.0", |
59 | | - "eslint-plugin-import": "2.20.2", |
60 | | - "eslint-plugin-prettier": "3.1.3", |
61 | | - "flow-bin": "0.124.0", |
62 | | - "graphql": "15.0.0", |
63 | | - "graphql-compose": "7.14.4", |
| 58 | + "eslint-plugin-flowtype": "5.2.0", |
| 59 | + "eslint-plugin-import": "2.22.0", |
| 60 | + "eslint-plugin-prettier": "3.1.4", |
| 61 | + "flow-bin": "0.122.0", |
| 62 | + "graphql": "15.2.0", |
| 63 | + "graphql-compose": "7.18.1", |
64 | 64 | "graphql-compose-connection": "^6.2.0", |
65 | 65 | "graphql-compose-pagination": "^6.0.3", |
66 | | - "jest": "25.2.7", |
67 | | - "mongodb-memory-server": "6.5.2", |
68 | | - "mongoose": "5.9.12", |
| 66 | + "jest": "26.1.0", |
| 67 | + "mongodb-memory-server": "6.6.1", |
| 68 | + "mongoose": "5.9.21", |
69 | 69 | "prettier": "2.0.5", |
70 | 70 | "request": "2.88.2", |
71 | 71 | "rimraf": "3.0.2", |
72 | | - "semantic-release": "17.0.7", |
| 72 | + "semantic-release": "17.1.1", |
73 | 73 | "tslint": "6.1.2", |
74 | 74 | "tslint-config-prettier": "^1.18.0", |
75 | 75 | "tslint-plugin-prettier": "2.3.0", |
76 | | - "typescript": "3.8.3" |
| 76 | + "typescript": "3.9.6" |
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