|
2 | 2 | "name": "@dvcol/typescript-lib-template", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.0", |
5 | | - "packageManager": "pnpm@9.1.0", |
| 5 | + "packageManager": "pnpm@9.9.0", |
6 | 6 | "description": "<description>", |
7 | 7 | "homepage": "https://github.com/dvcol/typescript-lib-template", |
8 | 8 | "bugs": "https://github.com/dvcol/typescript-lib-template/issues", |
|
53 | 53 | "peerDependencies": {}, |
54 | 54 | "dependencies": {}, |
55 | 55 | "devDependencies": { |
56 | | - "@commitlint/cli": "^19.3.0", |
57 | | - "@commitlint/config-conventional": "^19.2.2", |
| 56 | + "@commitlint/cli": "^19.4.1", |
| 57 | + "@commitlint/config-conventional": "^19.4.1", |
58 | 58 | "@dvcol/eslint-plugin-presets": "^1.3.11", |
59 | 59 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
60 | 60 | "@typescript-eslint/parser": "^7.18.0", |
|
70 | 70 | "eslint-plugin-vitest": "^0.4.1", |
71 | 71 | "eslint-plugin-yml": "^1.14.0", |
72 | 72 | "extract-changelog-release": "^1.0.2", |
73 | | - "husky": "^9.1.4", |
| 73 | + "husky": "^9.1.5", |
74 | 74 | "jsonc-eslint-parser": "^2.4.0", |
75 | | - "lint-staged": "^15.2.8", |
| 75 | + "lint-staged": "^15.2.10", |
76 | 76 | "prettier": "^3.3.3", |
77 | 77 | "standard-version": "^9.5.0", |
78 | 78 | "tsup": "^8.2.4", |
|
0 commit comments