|
2 | 2 | "name": "cz-git", |
3 | 3 | "version": "1.12.0", |
4 | 4 | "private": true, |
5 | | - "packageManager": "pnpm@9.11.0", |
| 5 | + "packageManager": "pnpm@10.33.2", |
6 | 6 | "description": "A better customizable and git support commitizen adapter", |
7 | 7 | "author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)", |
8 | 8 | "license": "MIT", |
|
69 | 69 | "npm-run-all2": "^6.2.3", |
70 | 70 | "ora": "^8.1.0", |
71 | 71 | "pathe": "^1.1.2", |
72 | | - "pnpm": "^9.11.0", |
| 72 | + "pnpm": "^10.33.2", |
73 | 73 | "rimraf": "catalog:rimraf", |
74 | 74 | "simple-git-hooks": "^2.11.1", |
75 | 75 | "ts-json-schema-generator": "^2.3.0", |
|
78 | 78 | "typescript": "^5.5.4", |
79 | 79 | "vitest": "^2.0.5" |
80 | 80 | }, |
81 | | - "pnpm": { |
82 | | - "overrides": { |
83 | | - "@commitlint/config-validator": "catalog:commitlint", |
84 | | - "chalk": "4.1.2", |
85 | | - "color-convert": "2.0.1", |
86 | | - "import-meta-resolve": "4.1.0", |
87 | | - "resolve-from": "5.0.0", |
88 | | - "supports-color": "8.1.1" |
89 | | - }, |
90 | | - "peerDependencyRules": { |
91 | | - "ignoreMissing": [ |
92 | | - "@algolia/client-search", |
93 | | - "@types/react", |
94 | | - "eslint-plugin-import", |
95 | | - "eslint-plugin-n", |
96 | | - "eslint-plugin-promise", |
97 | | - "react", |
98 | | - "react-dom", |
99 | | - "webpack" |
100 | | - ] |
101 | | - } |
102 | | - }, |
103 | 81 | "simple-git-hooks": { |
104 | 82 | "pre-commit": "pnpm lint-staged", |
105 | 83 | "commit-msg": "pnpm commitlint --edit $1", |
|
0 commit comments