|
8 | 8 | "build": "ncc build --license LICENSE",
|
9 | 9 | "cli": "ncc build src/cli.ts -o dist-cli && node dist-cli",
|
10 | 10 | "test": "jest",
|
11 |
| - "fix": "eslint --fix '{src,test}/**/*'", |
12 |
| - "lint": "eslint '{src,test}/**/*'" |
| 11 | + "fix": "npx eslint --fix 'src/**/*.ts' && npx prettier --write 'src/**/*.{ts,yml}'", |
| 12 | + "lint": "npx eslint 'src/**/*.ts' && npx prettier --check 'src/**/*.{ts,yml}'" |
13 | 13 | },
|
14 | 14 | "engines": {
|
15 |
| - "node": ">=20.0.0" |
| 15 | + "node": ">=22.0.0" |
16 | 16 | },
|
17 | 17 | "repository": {
|
18 | 18 | "type": "git",
|
|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/paritytech/review-bot#readme",
|
27 | 27 | "devDependencies": {
|
28 |
| - "@eng-automation/js-style": "^2.3.0", |
| 28 | + "@eng-automation/js-style": "^3.1.0", |
29 | 29 | "@octokit/webhooks-types": "^7.3.1",
|
30 | 30 | "@types/jest": "^29.5.11",
|
31 | 31 | "@vercel/ncc": "^0.38.1",
|
32 | 32 | "jest": "^29.7.0",
|
33 | 33 | "jest-mock-extended": "^3.0.5",
|
34 | 34 | "ts-jest": "^29.1.2",
|
35 |
| - "typescript": "^5.3.3" |
| 35 | + "typescript": "^5.4.5" |
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 | 38 | "@actions/core": "^1.10.1",
|
39 | 39 | "@actions/github": "^6.0.0",
|
40 |
| - "@eng-automation/js": "^1.0.2", |
41 |
| - "@polkadot/api": "^10.13.1", |
42 |
| - "joi": "^17.6.4", |
| 40 | + "@eng-automation/js": "^2.2.0", |
| 41 | + "@polkadot/api": "^11.3.1", |
| 42 | + "joi": "^17.13.1", |
43 | 43 | "yaml": "^2.3.4"
|
44 |
| - } |
| 44 | + }, |
| 45 | + "packageManager": "yarn@4.3.0" |
45 | 46 | }
|
0 commit comments