|
19 | 19 | "lib" |
20 | 20 | ], |
21 | 21 | "dependencies": { |
22 | | - "@commitlint/ensure": "^19.5.0", |
23 | | - "@commitlint/message": "^19.5.0", |
24 | | - "@manypkg/get-packages": "^2.2.2" |
| 22 | + "@commitlint/ensure": "^20.3.1", |
| 23 | + "@commitlint/message": "^20.0.0", |
| 24 | + "@manypkg/get-packages": "^3.1.0" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@commitlint/cli": "^19.6.1", |
28 | | - "@commitlint/config-conventional": "^19.6.0", |
29 | | - "@stylistic/eslint-plugin": "^2.12.1", |
| 27 | + "@commitlint/cli": "^20.3.1", |
| 28 | + "@commitlint/config-conventional": "^20.3.1", |
| 29 | + "@stylistic/eslint-plugin": "^5.7.0", |
30 | 30 | "@types/node": "<23.0.0", |
31 | 31 | "clean-package": "^2.2.0", |
32 | | - "commit-and-tag-version": "^12.5.0", |
33 | | - "eslint": "^9.17.0", |
34 | | - "eslint-plugin-import": "^2.31.0", |
35 | | - "eslint-plugin-jsdoc": "^50.6.1", |
36 | | - "eslint-plugin-prefer-arrow-functions": "^3.6.0", |
37 | | - "eslint-plugin-unused-imports": "^4.1.4", |
| 32 | + "commit-and-tag-version": "^12.6.1", |
| 33 | + "eslint": "^9.39.2", |
| 34 | + "eslint-plugin-import": "^2.32.0", |
| 35 | + "eslint-plugin-jsdoc": "^62.2.0", |
| 36 | + "eslint-plugin-prefer-arrow-functions": "^3.9.1", |
| 37 | + "eslint-plugin-unused-imports": "^4.3.0", |
38 | 38 | "husky": "^9.1.7", |
39 | | - "npm-check-updates": "^17.1.13", |
40 | | - "rimraf": "^6.0.1", |
41 | | - "typedoc": "^0.27.6", |
42 | | - "typescript": "^5.7.3", |
43 | | - "typescript-eslint": "^8.19.1" |
| 39 | + "npm-check-updates": "^19.3.1", |
| 40 | + "rimraf": "^6.1.2", |
| 41 | + "typedoc": "^0.28.16", |
| 42 | + "typescript": "^5.9.3", |
| 43 | + "typescript-eslint": "^8.53.1" |
44 | 44 | }, |
45 | 45 | "scripts": { |
46 | 46 | "build": "rimraf lib && tsc -p tsconfig.lib.json", |
|
73 | 73 | "url": "https://github.com/Liquid-JS/commitlint-plugin-workspace-scopes/issues" |
74 | 74 | }, |
75 | 75 | "homepage": "https://liquid-js.github.io/commitlint-plugin-workspace-scopes/", |
76 | | - "packageManager": "yarn@4.6.0", |
| 76 | + "packageManager": "yarn@4.12.0", |
77 | 77 | "clean-package": { |
78 | 78 | "remove": [ |
79 | 79 | "packageManager", |
|
0 commit comments