Merge pull request #718 from jellyfin/renovate/typescript

Update dependency typescript to v5.7.2
This commit is contained in:
Niels van Velzen 2024-12-01 10:24:55 +01:00 committed by GitHub
commit 7feecefc78
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

@ -26,7 +26,7 @@
"prettier": "3.3.3",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"vite": "5.4.11",
"vitest": "2.1.5"
@ -5529,9 +5529,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -24,7 +24,7 @@
"prettier": "3.3.3",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"vite": "5.4.11",
"vitest": "2.1.5"