Merge pull request #797 from jellyfin/renovate/rollup-plugin-typescript-12.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

This commit is contained in:
Bill Thornton 2024-10-07 01:39:47 -04:00 committed by GitHub
commit f67fab6104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MPL-2.0",
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.13.12",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.0",
"@tsconfig/recommended": "1.0.7",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
@ -568,7 +568,9 @@
}
},
"node_modules/@rollup/plugin-typescript": {
"version": "11.1.6",
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz",
"integrity": "sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -27,7 +27,7 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.13.12",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-typescript": "12.1.0",
"@tsconfig/recommended": "1.0.7",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",