Skip to content

Commit 4949f4a

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

File tree

2 files changed

+151
-342
lines changed

2 files changed

+151
-342
lines changed

package.json

Lines changed: 4 additions & 4 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.20",
4+
"version": "0.0.21",
55
"type": "module",
66
"private": true,
77
"author": "Matthew Waldron",
@@ -42,7 +42,7 @@
4242
},
4343
"license": "MIT",
4444
"dependencies": {
45-
"@arethetypeswrong/cli": "0.17.2",
45+
"@arethetypeswrong/cli": "0.17.3",
4646
"@commitlint/cli": "18.6.1",
4747
"@commitlint/config-conventional": "18.6.3",
4848
"@lerna-lite/changed": "3.10.1",
@@ -54,7 +54,7 @@
5454
"@nrwl/cli": "15.9.3",
5555
"@nrwl/nx-cloud": "18.0.1",
5656
"@secretlint/secretlint-rule-preset-recommend": "8.5.0",
57-
"@types/node": "20.17.10",
57+
"@types/node": "20.17.16",
5858
"commitizen": "4.3.1",
5959
"cz-conventional-changelog": "3.3.0",
6060
"execa": "8.0.1",
@@ -67,7 +67,7 @@
6767
"publint": "0.2.12",
6868
"secretlint": "8.5.0",
6969
"syncpack": "12.4.0",
70-
"typescript": "5.7.2"
70+
"typescript": "5.7.3"
7171
},
7272
"manypkg": {
7373
"ignoredRules": [

0 commit comments

Comments
 (0)