|
24 | 24 | "pre-commit": "pnpm run lint:write" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@actions/cache": "^4.0.1", |
28 | | - "@actions/core": "^1.10.0", |
| 27 | + "@actions/cache": "^4.1.0", |
| 28 | + "@actions/core": "^1.11.1", |
29 | 29 | "@manypkg/get-packages": "^2.2.2", |
30 | 30 | "cac": "^6.7.14", |
31 | | - "execa": "^7.1.1", |
32 | | - "node-fetch": "^3.3.1", |
33 | | - "yaml": "^2.8.1" |
| 31 | + "execa": "^7.2.0", |
| 32 | + "node-fetch": "^3.3.2", |
| 33 | + "yaml": "^2.8.4" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@antfu/ni": "^0.20.0", |
37 | | - "@rslint/core": "^0.5.0", |
38 | | - "@types/node": "^24.10.1", |
39 | | - "@types/semver": "^7.3.13", |
40 | | - "bumpp": "^10.3.2", |
| 36 | + "@antfu/ni": "^0.23.2", |
| 37 | + "@rslint/core": "^0.5.2", |
| 38 | + "@types/node": "^24.12.3", |
| 39 | + "@types/semver": "^7.7.1", |
| 40 | + "bumpp": "^10.4.1", |
41 | 41 | "prettier": "^3.8.3", |
42 | | - "semver": "^7.3.8", |
43 | | - "simple-git-hooks": "^2.8.1", |
44 | | - "tsx": "^4.19.2", |
| 42 | + "semver": "^7.7.4", |
| 43 | + "simple-git-hooks": "^2.13.1", |
| 44 | + "tsx": "^4.21.0", |
45 | 45 | "typescript": "^4.9.5", |
46 | | - "verdaccio": "^6.1.5" |
| 46 | + "verdaccio": "^6.5.2" |
47 | 47 | }, |
48 | | - "packageManager": "pnpm@10.19.0", |
| 48 | + "packageManager": "pnpm@10.33.4", |
49 | 49 | "engines": { |
50 | 50 | "node": ">=22" |
51 | 51 | } |
|
0 commit comments