|
12 | 12 | "build": "ncc build src/lambda.ts -o dist",
|
13 | 13 | "dist": "yarn build && cd dist && zip ../runner-binaries-syncer.zip index.js",
|
14 | 14 | "format": "prettier --write \"**/*.ts\"",
|
15 |
| - "format-check": "prettier --check \"**/*.ts\"" |
| 15 | + "format-check": "prettier --check \"**/*.ts\"", |
| 16 | + "all": "yarn build && yarn format && yarn lint && yarn test" |
16 | 17 | },
|
17 | 18 | "devDependencies": {
|
18 | 19 | "@octokit/rest": "^19.0.5",
|
19 |
| - "@trivago/prettier-plugin-sort-imports": "^3.4.0", |
| 20 | + "@trivago/prettier-plugin-sort-imports": "^4.0.0", |
20 | 21 | "@types/jest": "^29.2.4",
|
21 |
| - "@types/node": "^18.11.12", |
| 22 | + "@types/node": "^18.11.14", |
22 | 23 | "@types/request": "^2.48.8",
|
23 |
| - "@typescript-eslint/eslint-plugin": "^4.33.0", |
24 |
| - "@typescript-eslint/parser": "^4.33.0", |
25 |
| - "@vercel/ncc": "^0.34.0", |
26 |
| - "aws-sdk": "^2.1271.0", |
27 |
| - "eslint": "^7.32.0", |
| 24 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 25 | + "@typescript-eslint/parser": "^5.46.1", |
| 26 | + "@vercel/ncc": "^0.36.0", |
| 27 | + "aws-sdk": "^2.1273.0", |
| 28 | + "eslint": "^8.29.0", |
28 | 29 | "eslint-plugin-prettier": "4.2.1",
|
29 | 30 | "jest": "^29.3",
|
30 | 31 | "jest-mock": "^29.3.1",
|
31 |
| - "prettier": "2.8.0", |
| 32 | + "prettier": "2.8.1", |
32 | 33 | "ts-jest": "^29.0.3",
|
33 | 34 | "ts-node-dev": "^2.0.0",
|
34 |
| - "typescript": "^4.9.3" |
| 35 | + "typescript": "^4.9.4" |
35 | 36 | },
|
36 | 37 | "dependencies": {
|
37 |
| - "axios": "^1.2.0", |
| 38 | + "axios": "^1.2.1", |
38 | 39 | "tslog": "^3.3.4"
|
39 | 40 | }
|
40 | 41 | }
|
0 commit comments