Merge pull request #813 from jellyfin/renovate/typedoc-0.x
Some checks are pending
Code quality / Lint (push) Waiting to run
Code quality / TypeScript Build (push) Waiting to run
CodeQL / Analyze (typescript) (push) Waiting to run
SDK Documentation Publish / Build Documentation (push) Waiting to run
SDK Documentation Publish / Deploy to GitHub Pages (push) Blocked by required conditions
SDK Unstable Branch / update (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
Bill Thornton 2024-10-23 01:55:58 -04:00 committed by GitHub
commit 72eb4529fa
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.9",
"typedoc": "0.26.10",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
@ -5453,9 +5453,9 @@
}
},
"node_modules/typedoc": {
"version": "0.26.9",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.9.tgz",
"integrity": "sha512-Rc7QpWL7EtmrT8yxV0GmhOR6xHgFnnhphbD9Suti3fz3um7ZOrou6q/g9d6+zC5PssTLZmjaW4Upmzv8T1rCcQ==",
"version": "0.26.10",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.10.tgz",
"integrity": "sha512-xLmVKJ8S21t+JeuQLNueebEuTVphx6IrP06CdV7+0WVflUSW3SPmR+h1fnWVdAR/FQePEgsSWCUHXqKKjzuUAw==",
"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.9",
"typedoc": "0.26.10",
"typescript": "5.6.3",
"vitest": "2.1.3"
},