|
1 | 1 | { |
2 | 2 | "name": "groundwork", |
3 | 3 | "description": "A monorepo boilerplate using pnpm, nx, and lerna-lite.", |
4 | | - "version": "0.0.17", |
| 4 | + "version": "0.0.23", |
5 | 5 | "type": "module", |
6 | 6 | "private": true, |
7 | 7 | "author": "Matthew Waldron", |
|
42 | 42 | }, |
43 | 43 | "license": "MIT", |
44 | 44 | "dependencies": { |
45 | | - "@arethetypeswrong/cli": "0.15.3", |
| 45 | + "@arethetypeswrong/cli": "0.17.3", |
46 | 46 | "@commitlint/cli": "18.6.1", |
47 | 47 | "@commitlint/config-conventional": "18.6.3", |
48 | | - "@lerna-lite/changed": "3.6.0", |
49 | | - "@lerna-lite/cli": "3.6.0", |
50 | | - "@lerna-lite/list": "3.6.0", |
51 | | - "@lerna-lite/publish": "3.6.0", |
52 | | - "@lerna-lite/version": "3.6.0", |
53 | | - "@manypkg/cli": "0.21.4", |
| 48 | + "@lerna-lite/changed": "3.11.0", |
| 49 | + "@lerna-lite/cli": "3.11.0", |
| 50 | + "@lerna-lite/list": "3.11.0", |
| 51 | + "@lerna-lite/publish": "3.11.0", |
| 52 | + "@lerna-lite/version": "3.11.0", |
| 53 | + "@manypkg/cli": "0.23.0", |
54 | 54 | "@nrwl/cli": "15.9.3", |
55 | 55 | "@nrwl/nx-cloud": "18.0.1", |
56 | | - "@secretlint/secretlint-rule-preset-recommend": "8.2.4", |
57 | | - "@types/node": "20.14.9", |
58 | | - "commitizen": "4.3.0", |
| 56 | + "@secretlint/secretlint-rule-preset-recommend": "8.5.0", |
| 57 | + "@types/node": "20.17.16", |
| 58 | + "commitizen": "4.3.1", |
59 | 59 | "cz-conventional-changelog": "3.3.0", |
60 | 60 | "execa": "8.0.1", |
61 | | - "husky": "9.0.11", |
| 61 | + "husky": "9.1.7", |
62 | 62 | "knip": "4.6.0", |
63 | | - "lint-staged": "15.2.7", |
64 | | - "npm-run-all2": "6.2.0", |
| 63 | + "lint-staged": "15.4.3", |
| 64 | + "npm-run-all2": "6.2.6", |
65 | 65 | "nx": "17.3.2", |
66 | | - "prettier": "3.3.2", |
67 | | - "publint": "0.2.8", |
68 | | - "secretlint": "8.2.4", |
69 | | - "syncpack": "12.3.3", |
70 | | - "typescript": "5.5.2" |
| 66 | + "prettier": "3.4.2", |
| 67 | + "publint": "0.3.2", |
| 68 | + "secretlint": "8.5.0", |
| 69 | + "syncpack": "12.4.0", |
| 70 | + "typescript": "5.7.3" |
71 | 71 | }, |
72 | 72 | "manypkg": { |
73 | 73 | "ignoredRules": [ |
|
0 commit comments