|
58 | 58 | "prepare": "husky" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | | - "@angular-devkit/core": "^21.0.0", |
62 | | - "@angular-devkit/schematics": "^21.0.0" |
| 61 | + "@angular-devkit/core": "catalog:schematics", |
| 62 | + "@angular-devkit/schematics": "catalog:schematics" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@commitlint/cli": "^20.1.0", |
66 | | - "@commitlint/config-conventional": "^20.0.0", |
67 | | - "@eslint/js": "^9.39.0", |
68 | | - "@favware/cliff-jumper": "^6.0.0", |
69 | | - "@nanoforge-dev/actions": "^1.0.2", |
70 | | - "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
71 | | - "@types/node": "^24.10.1", |
72 | | - "@typescript-eslint/eslint-plugin": "^8.46.2", |
73 | | - "@typescript-eslint/parser": "^8.46.2", |
74 | | - "cpx2": "^8.0.0", |
75 | | - "eslint": "^9.39.0", |
76 | | - "eslint-config-prettier": "^10.1.8", |
77 | | - "eslint-formatter-pretty": "^7.0.0", |
78 | | - "eslint-plugin-prettier": "^5.5.4", |
79 | | - "globals": "^16.5.0", |
80 | | - "husky": "^9.1.7", |
81 | | - "lint-staged": "^16.2.6", |
82 | | - "prettier": "^3.6.2", |
83 | | - "tsup": "^8.5.1", |
84 | | - "typescript": "^5.9.3", |
85 | | - "typescript-eslint": "^8.46.2" |
| 65 | + "@commitlint/cli": "catalog:ci", |
| 66 | + "@commitlint/config-conventional": "catalog:ci", |
| 67 | + "@favware/cliff-jumper": "catalog:ci", |
| 68 | + "@nanoforge-dev/actions": "catalog:ci", |
| 69 | + "@nanoforge-dev/utils-eslint-config": "catalog:lint", |
| 70 | + "@nanoforge-dev/utils-prettier-config": "catalog:lint", |
| 71 | + "@trivago/prettier-plugin-sort-imports": "catalog:lint", |
| 72 | + "@types/node": "catalog:core", |
| 73 | + "cpx2": "catalog:build", |
| 74 | + "eslint": "catalog:lint", |
| 75 | + "husky": "catalog:ci", |
| 76 | + "lint-staged": "catalog:ci", |
| 77 | + "prettier": "catalog:lint", |
| 78 | + "tsup": "catalog:build", |
| 79 | + "typescript": "catalog:build" |
86 | 80 | }, |
87 | | - "packageManager": "pnpm@10.24.0", |
| 81 | + "packageManager": "pnpm@10.28.1", |
88 | 82 | "engines": { |
89 | | - "node": "24.11.1" |
| 83 | + "node": "25" |
90 | 84 | }, |
91 | 85 | "publishConfig": { |
92 | 86 | "access": "public" |
93 | 87 | }, |
94 | 88 | "schematics": "./dist/collection.json", |
95 | 89 | "lint-staged": { |
96 | | - "**/*.ts": [ |
97 | | - "prettier --write" |
| 90 | + "**": [ |
| 91 | + "prettier --ignore-unknown --write" |
98 | 92 | ], |
99 | 93 | "src/**/*.ts": [ |
100 | 94 | "eslint --fix" |
|
0 commit comments