fix(ci): update to resolve deprecation in sem. rel. due to octokit

This commit is contained in:
TrainDoctor
2025-08-31 17:40:34 -07:00
parent 366357d9a3
commit 779b1ae0de
2 changed files with 1116 additions and 1634 deletions

View File

@@ -41,30 +41,30 @@
}
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/cz-commitlint": "^19.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router": "5.1.20",
"commitizen": "^4.3.0",
"husky": "^9.0.11",
"commitizen": "^4.3.1",
"husky": "^9.1.7",
"import-sort-style-module": "^6.0.0",
"jest": "^29.7.0",
"minimist": "^1.2.8",
"prettier": "^3.3.2",
"prettier": "^3.6.2",
"prettier-plugin-import-sort": "^0.0.7",
"semantic-release": "^24.0.0",
"semantic-release": "^24.2.7",
"shx": "^0.3.4",
"ts-jest": "^29.1.4",
"ts-jest": "^29.4.1",
"typedoc": "^0.25.13",
"typedoc-plugin-mdn-links": "^3.1.29",
"typedoc-plugin-mdn-links": "^3.3.8",
"typedoc-plugin-missing-exports": "^2.3.0",
"typedoc-wikijs-theme": "^1.0.5",
"typescript": "^5.4.5"
"typescript": "^5.9.2"
},
"pnpm": {
"peerDependencyRules": {