|
4 | 4 | "private": true, |
5 | 5 | "description": "This checks current PR body for a dependent PR", |
6 | 6 | "main": "lib/index.js", |
| 7 | + "engines": { |
| 8 | + "node": ">=20" |
| 9 | + }, |
| 10 | + "volta": { |
| 11 | + "node": "20.3.0", |
| 12 | + "yarn": "1.22.17" |
| 13 | + }, |
7 | 14 | "scripts": { |
8 | 15 | "build": "yarn tsc", |
9 | 16 | "format": "yarn prettier --write **/*.ts", |
|
36 | 43 | ] |
37 | 44 | }, |
38 | 45 | "dependencies": { |
39 | | - "@actions/core": "^1.2.5", |
40 | | - "@actions/github": "^4.0.0", |
| 46 | + "@actions/core": "^1.10.0", |
| 47 | + "@actions/github": "^6.0.0", |
41 | 48 | "github-app-token": "^1.0.3" |
42 | 49 | }, |
43 | 50 | "devDependencies": { |
44 | | - "@types/jest": "^26.0.10", |
45 | | - "@types/node": "^14.6.1", |
46 | | - "@typescript-eslint/eslint-plugin": "^3.10.1", |
47 | | - "@typescript-eslint/parser": "^3.10.1", |
48 | | - "@vercel/ncc": "^0.24.0", |
49 | | - "eslint": "^7.7.0", |
50 | | - "eslint-config-sentry": "^1.43.0", |
51 | | - "eslint-plugin-jest": "^23.20.0", |
52 | | - "eslint-plugin-prettier": "^3.1.4", |
| 51 | + "@types/jest": "^29.5.12", |
| 52 | + "@types/node": "^20.11.28", |
| 53 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 54 | + "@typescript-eslint/parser": "^7.2.0", |
| 55 | + "@vercel/ncc": "^0.38.1", |
| 56 | + "eslint": "^8.57.0", |
| 57 | + "eslint-config-sentry": "^2.5.0", |
| 58 | + "eslint-plugin-jest": "^27.9.0", |
| 59 | + "eslint-plugin-prettier": "^5.1.3", |
53 | 60 | "husky": "^4.2.5", |
54 | | - "jest": "^26.4.2", |
55 | | - "jest-circus": "^26.4.2", |
56 | | - "js-yaml": "^3.13.1", |
| 61 | + "jest": "^29.7.0", |
| 62 | + "jest-circus": "^29.7.0", |
| 63 | + "js-yaml": "^4.1.0", |
57 | 64 | "lint-staged": "^10.2.13", |
58 | | - "prettier": "^2.1.1", |
59 | | - "ts-jest": "^26.3.0", |
60 | | - "typescript": "^4.0.2" |
| 65 | + "prettier": "^3.2.5", |
| 66 | + "ts-jest": "^29.1.2", |
| 67 | + "typescript": "^5.4.2" |
61 | 68 | } |
62 | 69 | } |
0 commit comments