Skip to content

Commit 779b1ae

Browse files
committed
fix(ci): update to resolve deprecation in sem. rel. due to octokit
1 parent 366357d commit 779b1ae

File tree

2 files changed

+1076
-1594
lines changed

2 files changed

+1076
-1594
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,30 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@commitlint/cli": "^19.3.0",
45-
"@commitlint/config-conventional": "^19.2.2",
46-
"@commitlint/cz-commitlint": "^19.2.0",
44+
"@commitlint/cli": "^19.8.1",
45+
"@commitlint/config-conventional": "^19.8.1",
46+
"@commitlint/cz-commitlint": "^19.8.1",
4747
"@semantic-release/changelog": "^6.0.3",
4848
"@semantic-release/git": "^10.0.1",
49-
"@types/jest": "^29.5.12",
49+
"@types/jest": "^29.5.14",
5050
"@types/react": "18.3.3",
5151
"@types/react-dom": "18.3.0",
5252
"@types/react-router": "5.1.20",
53-
"commitizen": "^4.3.0",
54-
"husky": "^9.0.11",
53+
"commitizen": "^4.3.1",
54+
"husky": "^9.1.7",
5555
"import-sort-style-module": "^6.0.0",
5656
"jest": "^29.7.0",
5757
"minimist": "^1.2.8",
58-
"prettier": "^3.3.2",
58+
"prettier": "^3.6.2",
5959
"prettier-plugin-import-sort": "^0.0.7",
60-
"semantic-release": "^24.0.0",
60+
"semantic-release": "^24.2.7",
6161
"shx": "^0.3.4",
62-
"ts-jest": "^29.1.4",
62+
"ts-jest": "^29.4.1",
6363
"typedoc": "^0.25.13",
64-
"typedoc-plugin-mdn-links": "^3.1.29",
64+
"typedoc-plugin-mdn-links": "^3.3.8",
6565
"typedoc-plugin-missing-exports": "^2.3.0",
6666
"typedoc-wikijs-theme": "^1.0.5",
67-
"typescript": "^5.4.5"
67+
"typescript": "^5.9.2"
6868
},
6969
"pnpm": {
7070
"peerDependencyRules": {

0 commit comments

Comments
 (0)