|
17 | 17 | "format": "prettier --write **/*.ts", |
18 | 18 | "format-check": "prettier --check **/*.ts", |
19 | 19 | "lint": "eslint src/**/*.ts", |
| 20 | + "lint:fix": "eslint src/**/*.ts --fix", |
20 | 21 | "package": "ncc build --source-map --license licenses.txt", |
21 | 22 | "test": "jest", |
22 | 23 | "all": "npm run build && npm run format && npm run lint && npm run package && npm test" |
|
26 | 27 | "url": "git+https://github.com/philip-gai/github-ado-chatops.git" |
27 | 28 | }, |
28 | 29 | "dependencies": { |
29 | | - "@actions/core": "^1.4.0", |
| 30 | + "@actions/core": "^1.5.0", |
30 | 31 | "@actions/github": "^5.0.0", |
31 | 32 | "@octokit/rest": "^18.10.0", |
32 | 33 | "@octokit/webhooks-definitions": "^3.67.3", |
33 | 34 | "azure-devops-node-api": "^11.0.1" |
34 | 35 | }, |
35 | 36 | "devDependencies": { |
36 | | - "@types/node": "^16.3.3", |
| 37 | + "@types/node": "^16.7.10", |
37 | 38 | "@typescript-eslint/parser": "^4.30.0", |
38 | 39 | "@vercel/ncc": "^0.29.0", |
39 | 40 | "eslint": "^7.32.0", |
40 | | - "eslint-plugin-github": "^4.1.1", |
41 | | - "eslint-plugin-jest": "^24.3.6", |
| 41 | + "eslint-plugin-github": "^4.2.0", |
| 42 | + "eslint-plugin-jest": "^24.4.0", |
42 | 43 | "jest": "^27.0.6", |
43 | 44 | "js-yaml": "^4.1.0", |
44 | | - "prettier": "2.2.1", |
| 45 | + "prettier": "2.3.2", |
45 | 46 | "ts-jest": "^27.0.3", |
46 | 47 | "typescript": "^4.1.3" |
47 | 48 | } |
|
0 commit comments