|
28 | 28 | "@types/express": "4.17.4", |
29 | 29 | "@types/express-graphql": "^0.9.0", |
30 | 30 | "@types/graphql": "^14.5.0", |
31 | | - "@types/jest": "25.2.2", |
32 | | - "@types/node": "14.0.1", |
| 31 | + "@types/jest": "26.0.10", |
| 32 | + "@types/node": "14.6.0", |
33 | 33 | "@types/node-fetch": "2.5.7", |
34 | | - "@typescript-eslint/eslint-plugin": "2.34.0", |
35 | | - "@typescript-eslint/parser": "2.34.0", |
| 34 | + "@typescript-eslint/eslint-plugin": "3.9.1", |
| 35 | + "@typescript-eslint/parser": "3.9.1", |
36 | 36 | "cross-env": "7.0.2", |
37 | | - "eslint": "7.0.0", |
38 | | - "eslint-config-airbnb-base": "14.1.0", |
| 37 | + "eslint": "7.7.0", |
| 38 | + "eslint-config-airbnb-base": "14.2.0", |
39 | 39 | "eslint-config-prettier": "6.11.0", |
40 | | - "eslint-plugin-import": "2.20.2", |
41 | | - "eslint-plugin-prettier": "3.1.3", |
| 40 | + "eslint-plugin-import": "2.22.0", |
| 41 | + "eslint-plugin-prettier": "3.1.4", |
42 | 42 | "express": "^4.17.1", |
43 | | - "express-graphql": "^0.9.0", |
44 | | - "graphql": "15.0.0", |
45 | | - "graphql-compose": "7.15.0", |
46 | | - "jest": "26.0.1", |
| 43 | + "express-graphql": "0.11.0", |
| 44 | + "graphql": "15.3.0", |
| 45 | + "graphql-compose": "7.19.4", |
| 46 | + "jest": "26.4.0", |
47 | 47 | "node-fetch": "^2.6.0", |
48 | 48 | "prettier": "2.0.5", |
49 | 49 | "rimraf": "3.0.2", |
50 | | - "semantic-release": "17.0.7", |
51 | | - "ts-jest": "26.0.0", |
52 | | - "c": "8.10.1", |
53 | | - "typescript": "3.9.2" |
| 50 | + "semantic-release": "17.1.1", |
| 51 | + "ts-jest": "26.2.0", |
| 52 | + "ts-node": "8.10.2", |
| 53 | + "typescript": "3.9.7" |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | 56 | "build": "rimraf lib && tsc -p ./tsconfig.build.json", |
|
0 commit comments