Merge pull request #809 from jellyfin/renovate/typedoc-0.x
Some checks failed
Code quality / Lint (push) Has been cancelled
Code quality / TypeScript Build (push) Has been cancelled
CodeQL / Analyze (typescript) (push) Has been cancelled
SDK Documentation Publish / Build Documentation (push) Has been cancelled
SDK Unstable Branch / update (push) Has been cancelled
Test / Test (push) Has been cancelled
SDK Documentation Publish / Deploy to GitHub Pages (push) Has been cancelled
Integration Test / Test (push) Has been cancelled

This commit is contained in:
Bill Thornton 2024-10-19 10:08:20 -04:00 committed by GitHub
commit 392e79176b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -21,7 +21,7 @@
"glob": "11.0.0",
"rimraf": "5.0.10",
"rollup": "4.24.0",
"typedoc": "0.26.8",
"typedoc": "0.26.9",
"typescript": "5.6.3",
"vitest": "2.1.2"
},
@ -5453,9 +5453,9 @@
}
},
"node_modules/typedoc": {
"version": "0.26.8",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.8.tgz",
"integrity": "sha512-QBF0BMbnNeUc6U7pRHY7Jb8pjhmiNWZNQT8LU6uk9qP9t3goP9bJptdlNqMC0wBB2w9sQrxjZt835bpRSSq1LA==",
"version": "0.26.9",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.9.tgz",
"integrity": "sha512-Rc7QpWL7EtmrT8yxV0GmhOR6xHgFnnhphbD9Suti3fz3um7ZOrou6q/g9d6+zC5PssTLZmjaW4Upmzv8T1rCcQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -38,7 +38,7 @@
"glob": "11.0.0",
"rimraf": "5.0.10",
"rollup": "4.24.0",
"typedoc": "0.26.8",
"typedoc": "0.26.9",
"typescript": "5.6.3",
"vitest": "2.1.2"
},