Skip to content

Commit fb6c8a4

Browse files
fix(deps): update dependencies (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca77947 commit fb6c8a4

File tree

2 files changed

+282
-374
lines changed

2 files changed

+282
-374
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "groundwork",
33
"description": "A monorepo boilerplate using pnpm, nx, and lerna-lite.",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"type": "module",
66
"private": true,
77
"author": "Matthew Waldron",
@@ -42,7 +42,7 @@
4242
},
4343
"license": "MIT",
4444
"dependencies": {
45-
"@arethetypeswrong/cli": "0.15.3",
45+
"@arethetypeswrong/cli": "0.15.4",
4646
"@commitlint/cli": "18.6.1",
4747
"@commitlint/config-conventional": "18.6.3",
4848
"@lerna-lite/changed": "3.6.0",
@@ -54,20 +54,20 @@
5454
"@nrwl/cli": "15.9.3",
5555
"@nrwl/nx-cloud": "18.0.1",
5656
"@secretlint/secretlint-rule-preset-recommend": "8.2.4",
57-
"@types/node": "20.14.9",
58-
"commitizen": "4.3.0",
57+
"@types/node": "20.14.15",
58+
"commitizen": "4.3.1",
5959
"cz-conventional-changelog": "3.3.0",
6060
"execa": "8.0.1",
6161
"husky": "9.0.11",
6262
"knip": "4.6.0",
63-
"lint-staged": "15.2.7",
64-
"npm-run-all2": "6.2.0",
63+
"lint-staged": "15.2.11",
64+
"npm-run-all2": "6.2.6",
6565
"nx": "17.3.2",
66-
"prettier": "3.3.2",
67-
"publint": "0.2.8",
66+
"prettier": "3.3.3",
67+
"publint": "0.2.12",
6868
"secretlint": "8.2.4",
6969
"syncpack": "12.3.3",
70-
"typescript": "5.5.2"
70+
"typescript": "5.5.4"
7171
},
7272
"manypkg": {
7373
"ignoredRules": [

0 commit comments

Comments
 (0)