Skip to content

Commit a78ed12

Browse files
chore(deps): update devdependencies
1 parent 9f54cea commit a78ed12

8 files changed

+135
-117
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore(deps): update devdependencies",
4+
"packageName": "@rightcapital/color-helpers",
5+
"email": "email not defined",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore(deps): update devdependencies",
4+
"packageName": "@rightcapital/date-helpers",
5+
"email": "email not defined",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore(deps): update devdependencies",
4+
"packageName": "@rightcapital/exceptions",
5+
"email": "email not defined",
6+
"dependentChangeType": "none"
7+
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@babel/preset-env": "7.23.9",
40+
"@babel/preset-env": "7.24.0",
4141
"@babel/preset-typescript": "7.23.3",
42-
"@commitlint/cli": "19.0.0",
43-
"@commitlint/config-conventional": "19.0.0",
44-
"@commitlint/cz-commitlint": "19.0.0",
42+
"@commitlint/cli": "19.0.3",
43+
"@commitlint/config-conventional": "19.0.3",
44+
"@commitlint/cz-commitlint": "19.0.3",
4545
"@rightcapital/exceptions": "workspace:*",
46-
"@rightcapital/prettier-config": "6.0.12",
47-
"@types/jest": "29.5.11",
48-
"beachball": "2.39.0",
46+
"@rightcapital/prettier-config": "6.0.14",
47+
"@types/jest": "29.5.12",
48+
"beachball": "2.41.0",
4949
"commitizen": "4.3.0",
5050
"concurrently": "8.2.2",
51-
"eslint": "8.56.0",
52-
"husky": "9.0.7",
53-
"inquirer": "9.2.13",
51+
"eslint": "8.57.0",
52+
"husky": "9.0.11",
53+
"inquirer": "9.2.15",
5454
"jest": "29.7.0",
55-
"prettier": "3.2.4",
55+
"prettier": "3.2.5",
5656
"ts-node": "10.9.2",
57-
"typescript": "5.3.3"
57+
"typescript": "5.4.2"
5858
}
5959
}

packages/color-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier": "prettier \"{src,__tests__}/**/*.{tsx,ts}\" -l"
3333
},
3434
"devDependencies": {
35-
"typedoc": "0.25.7",
35+
"typedoc": "0.25.11",
3636
"typedoc-plugin-markdown": "3.17.1"
3737
}
3838
}

packages/date-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"date-fns": "^2.29.3 || ^3.0.0"
4242
},
4343
"devDependencies": {
44-
"typedoc": "0.25.7",
44+
"typedoc": "0.25.11",
4545
"typedoc-plugin-markdown": "3.17.1"
4646
}
4747
}

packages/exceptions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"prettier": "prettier \"{src,__tests__}/**/*.{tsx,ts}\" -l"
3030
},
3131
"devDependencies": {
32-
"prettier": "3.2.4",
33-
"typedoc": "0.25.7",
32+
"prettier": "3.2.5",
33+
"typedoc": "0.25.11",
3434
"typedoc-plugin-markdown": "3.17.1"
3535
}
3636
}

0 commit comments

Comments
 (0)