|
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | 19 | "@apollo/client": "^3.3.6", |
20 | | - "@azure/functions": "^1.2.2", |
21 | 20 | "@definitelytyped/header-parser": "^0.0.64", |
22 | | - "@octokit/graphql-schema": "^10.11.0", |
23 | 21 | "@octokit/webhooks": "^7.21.0", |
24 | | - "@types/node": "latest", |
25 | | - "@types/node-fetch": "^2.5.7", |
26 | | - "@types/prettyjson": "^0.0.29", |
27 | 22 | "dayjs": "^1.10.3", |
28 | 23 | "fast-json-patch": "^3.0.0-1", |
29 | 24 | "fs-extra": "^9.0.1", |
30 | 25 | "graphql": "^14.5.8", |
31 | 26 | "node-fetch": "^2.6.1", |
32 | 27 | "prettyjson": "^1.2.1", |
33 | | - "typescript": "^4.1.3", |
34 | 28 | "yargs": "^16.2.0" |
35 | 29 | }, |
36 | 30 | "devDependencies": { |
| 31 | + "@azure/functions": "^1.2.2", |
37 | 32 | "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", |
| 33 | + "@octokit/graphql-schema": "^10.11.0", |
38 | 34 | "@types/fs-extra": "^4.0.11", |
39 | 35 | "@types/jest": "^26.0.20", |
| 36 | + "@types/node": "latest", |
| 37 | + "@types/node-fetch": "^2.5.7", |
| 38 | + "@types/prettyjson": "^0.0.29", |
40 | 39 | "@typescript-eslint/eslint-plugin": "^4.9.0", |
41 | 40 | "@typescript-eslint/parser": "^4.9.0", |
42 | 41 | "apollo": "^2.32.0", |
43 | 42 | "eslint": "^7.14.0", |
44 | 43 | "eslint-plugin-unicorn": "^26.0.1", |
45 | 44 | "jest": "^26.4.4", |
46 | 45 | "jest-file-snapshot": "^0.3.8", |
47 | | - "ts-jest": "^26.4.4" |
| 46 | + "ts-jest": "^26.4.4", |
| 47 | + "typescript": "^4.1.3" |
48 | 48 | }, |
49 | 49 | "scripts": { |
50 | 50 | "prepublishOnly": "npm run build", |
|
0 commit comments