Skip to content

Commit 79e066c

Browse files
chore(deps): update devdependencies
Beachball-bump-type: none
1 parent a056a56 commit 79e066c

File tree

6 files changed

+1533
-985
lines changed

6 files changed

+1533
-985
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@babel/preset-env": "7.23.9",
40-
"@babel/preset-typescript": "7.23.3",
41-
"@commitlint/cli": "19.0.0",
42-
"@commitlint/config-conventional": "19.0.0",
43-
"@commitlint/cz-commitlint": "19.0.0",
44-
"@rightcapital/eslint-config": "38.0.0",
39+
"@babel/preset-env": "7.28.6",
40+
"@babel/preset-typescript": "7.28.5",
41+
"@commitlint/cli": "19.8.1",
42+
"@commitlint/config-conventional": "19.8.1",
43+
"@commitlint/cz-commitlint": "19.8.1",
44+
"@rightcapital/eslint-config": "38.0.1",
4545
"@rightcapital/exceptions": "workspace:*",
46-
"@rightcapital/prettier-config": "6.0.12",
47-
"@types/jest": "29.5.11",
48-
"beachball": "2.39.0",
49-
"commitizen": "4.3.0",
46+
"@rightcapital/prettier-config": "6.0.16",
47+
"@types/jest": "29.5.14",
48+
"beachball": "2.62.0",
49+
"commitizen": "4.3.1",
5050
"concurrently": "8.2.2",
51-
"eslint": "9.13.0",
52-
"husky": "9.0.7",
53-
"inquirer": "9.2.13",
51+
"eslint": "9.39.2",
52+
"husky": "9.1.7",
53+
"inquirer": "9.3.8",
5454
"jest": "29.7.0",
55-
"prettier": "3.2.4",
55+
"prettier": "3.8.0",
5656
"ts-node": "10.9.2",
57-
"typescript": "5.3.3"
57+
"typescript": "5.9.3"
5858
}
5959
}

packages/assertion-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@rightcapital/exceptions": "workspace:*"
4040
},
4141
"devDependencies": {
42-
"typedoc": "0.25.7",
42+
"typedoc": "0.28.16",
4343
"typedoc-plugin-markdown": "3.17.1"
4444
}
4545
}

packages/color-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prettier": "prettier \"{src,__tests__}/**/*.{tsx,ts}\" -l"
3636
},
3737
"devDependencies": {
38-
"typedoc": "0.25.7",
38+
"typedoc": "0.28.16",
3939
"typedoc-plugin-markdown": "3.17.1"
4040
}
4141
}

packages/date-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"date-fns": "^2.29.3 || ^3.0.0 || ^4.0.0"
4545
},
4646
"devDependencies": {
47-
"typedoc": "0.25.7",
47+
"typedoc": "0.28.16",
4848
"typedoc-plugin-markdown": "3.17.1"
4949
}
5050
}

packages/exceptions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"prettier": "prettier \"{src,__tests__}/**/*.{tsx,ts}\" -l"
3333
},
3434
"devDependencies": {
35-
"prettier": "3.2.4",
36-
"typedoc": "0.25.7",
35+
"prettier": "3.8.0",
36+
"typedoc": "0.28.16",
3737
"typedoc-plugin-markdown": "3.17.1"
3838
}
3939
}

0 commit comments

Comments
 (0)