|
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "ncc build -m src/main.ts", |
8 | | - "lint": "eslint src/ tests/ --ext .ts,.tsx", |
9 | | - "format": "eslint src/ tests/ --ext .ts,.tsx --fix", |
10 | | - "test": "mocha -r ts-node/register -t 600s 'tests/*.test.ts' --exit" |
| 8 | + "lint": "eslint . --ext .ts,.tsx", |
| 9 | + "format": "prettier --write **/*.ts", |
| 10 | + "test": "node --require ts-node/register --test-reporter spec --test tests/main.test.ts tests/output-parser.test.ts" |
11 | 11 | }, |
12 | 12 | "repository": { |
13 | 13 | "type": "git", |
|
25 | 25 | "dependencies": { |
26 | 26 | "@actions/core": "^1.10.1", |
27 | 27 | "@actions/exec": "^1.1.1", |
28 | | - "@google-github-actions/actions-utils": "^0.4.9", |
| 28 | + "@google-github-actions/actions-utils": "^0.4.10", |
29 | 29 | "@google-github-actions/setup-cloud-sdk": "^1.1.3", |
30 | 30 | "yaml": "^2.3.4" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@types/chai": "^4.3.x", |
34 | | - "@types/mocha": "^10.0.4", |
35 | | - "@types/node": "^20.9.0", |
36 | | - "@types/sinon": "^17.0.1", |
37 | | - "@typescript-eslint/eslint-plugin": "^6.10.0", |
38 | | - "@typescript-eslint/parser": "^6.10.0", |
| 33 | + "@types/node": "^20.10.3", |
| 34 | + "@typescript-eslint/eslint-plugin": "^6.13.1", |
| 35 | + "@typescript-eslint/parser": "^6.13.1", |
39 | 36 | "@vercel/ncc": "^0.38.1", |
40 | | - "chai": "^4.3.x", |
41 | | - "eslint": "^8.53.0", |
42 | | - "eslint-config-prettier": "^9.0.0", |
43 | | - "eslint-plugin-prettier": "^5.0.x", |
44 | | - "mocha": "^10.2.0", |
45 | | - "prettier": "^3.0.3", |
46 | | - "sinon": "^17.0.1", |
| 37 | + "eslint-config-prettier": "^9.1.0", |
| 38 | + "eslint-plugin-prettier": "^5.0.1", |
| 39 | + "eslint": "^8.55.0", |
| 40 | + "prettier": "^3.1.0", |
47 | 41 | "ts-node": "^10.9.1", |
48 | | - "typescript": "^5.2.2" |
| 42 | + "typescript": "^5.3.2" |
49 | 43 | } |
50 | 44 | } |
0 commit comments