|
1 | 1 | { |
2 | 2 | "name": "prettier-regression-testing", |
| 3 | + "private": true, |
3 | 4 | "version": "1.0.0", |
4 | 5 | "repository": "ssh://[email protected]/sosukesuzuki/prettier-regression-testing.git", |
5 | 6 | "license": "MIT", |
|
19 | 20 | "update-projects": "node scripts/update-projects-json.mjs" |
20 | 21 | }, |
21 | 22 | "dependencies": { |
22 | | - "@actions/artifact": "^4.0.0", |
23 | | - "@actions/core": "^1.11.1", |
24 | | - "@actions/github": "^4.0.0", |
25 | | - "ajv": "^8.17.1", |
26 | | - "nano-spawn": "^2.0.0" |
| 23 | + "@actions/artifact": "4.0.0", |
| 24 | + "@actions/core": "1.11.1", |
| 25 | + "@actions/github": "4.0.0", |
| 26 | + "ajv": "8.17.1", |
| 27 | + "nano-spawn": "2.0.0" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "@eslint/js": "^9.39.0", |
30 | | - "@types/node": "^24.9.2", |
31 | | - "@typescript-eslint/eslint-plugin": "^8.46.2", |
32 | | - "@typescript-eslint/parser": "^8.46.2", |
33 | | - "eslint": "^9.39.0", |
34 | | - "eslint-config-prettier": "^10.1.8", |
35 | | - "globals": "^16.5.0", |
36 | | - "npm-run-all": "^4.1.5", |
37 | | - "outdent": "^0.8.0", |
| 30 | + "@eslint/js": "9.39.0", |
| 31 | + "@types/node": "24.9.2", |
| 32 | + "@typescript-eslint/eslint-plugin": "8.46.2", |
| 33 | + "@typescript-eslint/parser": "8.46.2", |
| 34 | + "eslint": "9.39.0", |
| 35 | + "eslint-config-prettier": "10.1.8", |
| 36 | + "globals": "16.5.0", |
| 37 | + "npm-run-all": "4.1.5", |
| 38 | + "outdent": "0.8.0", |
38 | 39 | "prettier": "3.6.2", |
39 | | - "typescript": "^5.9.3", |
40 | | - "typescript-eslint": "^8.46.2", |
41 | | - "vitest": "^4.0.6" |
| 40 | + "typescript": "5.9.3", |
| 41 | + "typescript-eslint": "8.46.2", |
| 42 | + "vitest": "4.0.6" |
42 | 43 | }, |
43 | 44 | "packageManager": "[email protected]" |
44 | 45 | } |
0 commit comments