|
4 | 4 | "description": "Do regex matching", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | | - "build": "ncc build src/main.ts --target es2021", |
| 7 | + "build": "ncc build src/main.ts --target es2022", |
8 | 8 | "format": "prettier --write **/*.ts", |
9 | 9 | "format-check": "prettier --check **/*.ts", |
10 | 10 | "lint": "eslint src/**/*.ts", |
|
22 | 22 | "author": "The Actions Ecosystem Authors, KyoriPowered", |
23 | 23 | "license": "Apache 2.0", |
24 | 24 | "dependencies": { |
25 | | - "@actions/core": "^1.10.0" |
| 25 | + "@actions/core": "^1.10.1" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@types/jest": "^29.2.3", |
29 | | - "@types/node": "^18.11.9", |
30 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
31 | | - "@typescript-eslint/parser": "^6.0.0", |
32 | | - "@vercel/ncc": "^0.36.0", |
33 | | - "eslint": "^8.28.0", |
34 | | - "eslint-plugin-jest": "^27.1.6", |
| 28 | + "@types/jest": "^29.5.5", |
| 29 | + "@types/node": "^20.6.4", |
| 30 | + "@typescript-eslint/eslint-plugin": "^6.7.2", |
| 31 | + "@typescript-eslint/parser": "^6.7.2", |
| 32 | + "@vercel/ncc": "^0.38.0", |
| 33 | + "eslint": "^8.50.0", |
| 34 | + "eslint-plugin-jest": "^27.4.0", |
35 | 35 | "eslint-plugin-prettier": "^5.0.0", |
36 | | - "jest": "^29.3.1", |
37 | | - "prettier": "^3.0.0", |
38 | | - "ts-jest": "^29.0.3", |
39 | | - "typescript": "^5.0.0" |
| 36 | + "jest": "^29.7.0", |
| 37 | + "prettier": "^3.0.3", |
| 38 | + "ts-jest": "^29.1.1", |
| 39 | + "typescript": "^5.2.2" |
40 | 40 | }, |
41 | 41 | "packageManager": "[email protected]" |
42 | 42 | } |
0 commit comments