mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
Merge pull request #807 from jellyfin/renovate/openapitools-openapi-generator-cli-2.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
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:
commit
aa26bb2d55
8
package-lock.json
generated
8
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "0.10.0",
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@openapitools/openapi-generator-cli": "2.13.13",
|
||||
"@openapitools/openapi-generator-cli": "2.14.0",
|
||||
"@rollup/plugin-typescript": "12.1.0",
|
||||
"@tsconfig/recommended": "1.0.7",
|
||||
"@typescript-eslint/eslint-plugin": "7.3.1",
|
||||
@ -499,9 +499,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@openapitools/openapi-generator-cli": {
|
||||
"version": "2.13.13",
|
||||
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.13.tgz",
|
||||
"integrity": "sha512-uioqbxB6TfiLoOEE3T8kqTn/ffaRzOwS3ATMQnoMvh2lwADKMT6bDLfE3YO3XTEj+HflXcsLXQGK6PLiqa8Mmw==",
|
||||
"version": "2.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.14.0.tgz",
|
||||
"integrity": "sha512-k+ioQLtXLXgNbhQbp1UOxtaUnnYTWwAPev88hP5qauFA+eq4NyeQGNojknFssXg2x0VT0TUGmU3PZ2DiQ70IVg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"test:integration": "vitest integration"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openapitools/openapi-generator-cli": "2.13.13",
|
||||
"@openapitools/openapi-generator-cli": "2.14.0",
|
||||
"@rollup/plugin-typescript": "12.1.0",
|
||||
"@tsconfig/recommended": "1.0.7",
|
||||
"@typescript-eslint/eslint-plugin": "7.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user